Uses of Class
org.locationtech.proj4j.geoapi.TransformWrapper
Packages that use TransformWrapper
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of TransformWrapper in org.locationtech.proj4j.geoapi
Subclasses of TransformWrapper in org.locationtech.proj4j.geoapiModifier and TypeClassDescription(package private) final classWraps a PROJ4J transform behind the equivalent GeoAPI interface for the two-dimensional case of a map projection.(package private) final classWraps a PROJ4J transform behind the equivalent GeoAPI interface for the three-dimensional case of a map projection.(package private) classWraps a PROJ4J transform behind the equivalent GeoAPI interface for the two-dimensional case.(package private) classWraps a PROJ4J transform behind the equivalent GeoAPI interface for the three-dimensional case.Methods in org.locationtech.proj4j.geoapi that return TransformWrapperModifier and TypeMethodDescription(package private) static TransformWrapperTransformWrapper.wrap(CoordinateTransform impl, boolean is3D) Wraps the given implementation.