Uses of Class
org.locationtech.proj4j.geoapi.DatumWrapper
-
Packages that use DatumWrapper Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of DatumWrapper in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return DatumWrapper Modifier and Type Method Description (package private) static DatumWrapper
DatumWrapper. wrap(CoordinateReferenceSystem crs)
Wraps the given implementation.(package private) static DatumWrapper
DatumWrapper. wrap(Datum impl)
Wraps the given implementation.
-