Uses of Class
org.locationtech.proj4j.geoapi.OperationMethodWrapper
-
Packages that use OperationMethodWrapper Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of OperationMethodWrapper in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return OperationMethodWrapper Modifier and Type Method Description (package private) static OperationMethodWrapper
OperationMethodWrapper. wrap(Projection impl)
Wraps the given implementation.(package private) static OperationMethodWrapper
OperationMethodWrapper. wrapTarget(CoordinateTransform impl)
Wraps the target CRS of the given transform.
-