Uses of Class
org.locationtech.proj4j.geoapi.PrimeMeridianWrapper
-
Packages that use PrimeMeridianWrapper Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of PrimeMeridianWrapper in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as PrimeMeridianWrapper Modifier and Type Field Description private static PrimeMeridianWrapper
PrimeMeridianWrapper. GREENWICH
The Greenwich prime meridian.Methods in org.locationtech.proj4j.geoapi that return PrimeMeridianWrapper Modifier and Type Method Description (package private) static PrimeMeridianWrapper
PrimeMeridianWrapper. wrap(PrimeMeridian impl)
Wraps the given implementation.
-