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) classProjectionWrapper2DWraps a PROJ4J transform behind the equivalent GeoAPI interface for the two-dimensional case of a map projection.(package private) classProjectionWrapper3DWraps a PROJ4J transform behind the equivalent GeoAPI interface for the three-dimensional case of a map projection.(package private) classTransformWrapper2DWraps a PROJ4J transform behind the equivalent GeoAPI interface for the two-dimensional case.(package private) classTransformWrapper3DWraps 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 TransformWrapperTransformWrapper. wrap(CoordinateTransform impl, boolean is3D)Wraps the given implementation.
-