Uses of Class
org.locationtech.proj4j.geoapi.TransformWrapper
-
Packages that use TransformWrapper Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of TransformWrapper in org.locationtech.proj4j.geoapi
Subclasses of TransformWrapper in org.locationtech.proj4j.geoapi Modifier and Type Class Description (package private) class
ProjectionWrapper2D
Wraps a PROJ4J transform behind the equivalent GeoAPI interface for the two-dimensional case of a map projection.(package private) class
ProjectionWrapper3D
Wraps a PROJ4J transform behind the equivalent GeoAPI interface for the three-dimensional case of a map projection.(package private) class
TransformWrapper2D
Wraps a PROJ4J transform behind the equivalent GeoAPI interface for the two-dimensional case.(package private) class
TransformWrapper3D
Wraps a PROJ4J transform behind the equivalent GeoAPI interface for the three-dimensional case.Methods in org.locationtech.proj4j.geoapi that return TransformWrapper Modifier and Type Method Description (package private) static TransformWrapper
TransformWrapper. wrap(CoordinateTransform impl, boolean is3D)
Wraps the given implementation.
-