Uses of Class
org.locationtech.proj4j.geoapi.TransformWrapper2D
-
Packages that use TransformWrapper2D Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of TransformWrapper2D in org.locationtech.proj4j.geoapi
Subclasses of TransformWrapper2D 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.Fields in org.locationtech.proj4j.geoapi declared as TransformWrapper2D Modifier and Type Field Description private TransformWrapper2D
TransformWrapper2D. inverse
The inverse of this wrapper, computed when first requested.
-