Uses of Class
org.locationtech.proj4j.geoapi.TransformWrapper3D
-
Packages that use TransformWrapper3D Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of TransformWrapper3D in org.locationtech.proj4j.geoapi
Subclasses of TransformWrapper3D in org.locationtech.proj4j.geoapi Modifier and Type Class Description (package private) class
ProjectionWrapper3D
Wraps a PROJ4J transform behind the equivalent GeoAPI interface for the three-dimensional case of a map projection.Fields in org.locationtech.proj4j.geoapi declared as TransformWrapper3D Modifier and Type Field Description private TransformWrapper3D
TransformWrapper3D. inverse
The inverse of this wrapper, computed when first requested.
-