Uses of Class
org.locationtech.proj4j.datum.PrimeMeridian
-
Packages that use PrimeMeridian Package Description org.locationtech.proj4j.datum org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.org.locationtech.proj4j.proj -
-
Uses of PrimeMeridian in org.locationtech.proj4j.datum
Fields in org.locationtech.proj4j.datum declared as PrimeMeridian Modifier and Type Field Description private static PrimeMeridian
PrimeMeridian. GREENWICH
private static PrimeMeridian[]
PrimeMeridian. wellKnownMeridians
Methods in org.locationtech.proj4j.datum that return PrimeMeridian Modifier and Type Method Description private static PrimeMeridian
PrimeMeridian. east(java.lang.String name, double deg, double min, double sec)
static PrimeMeridian
PrimeMeridian. forName(java.lang.String name)
private static PrimeMeridian
PrimeMeridian. west(java.lang.String name, double deg, double min, double sec)
-
Uses of PrimeMeridian in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as PrimeMeridian Modifier and Type Field Description (package private) PrimeMeridian
PrimeMeridianWrapper. impl
The wrapped PROJ4 implementation.private PrimeMeridian
DatumWrapper. pm
The prime meridian, ornull
for GreenwichMethods in org.locationtech.proj4j.geoapi that return PrimeMeridian Modifier and Type Method Description PrimeMeridian
Importer. convert(org.opengis.referencing.datum.PrimeMeridian src)
Returns the given prime meridian as a PROJ4J implementation.(package private) static PrimeMeridian
PrimeMeridianWrapper. ifNonGreenwich(Projection proj)
Returns the prime meridian of the given projection if different from Greenwich.static PrimeMeridian
Wrappers. proj4j(org.opengis.referencing.datum.PrimeMeridian src)
Returns the given prime meridian as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type PrimeMeridian Modifier and Type Method Description static org.opengis.referencing.datum.PrimeMeridian
Wrappers. geoapi(PrimeMeridian impl)
Wraps the given PROJ4J ellipsoid behind the equivalent GeoAPI interface.(package private) static PrimeMeridianWrapper
PrimeMeridianWrapper. wrap(PrimeMeridian impl)
Wraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type PrimeMeridian Constructor Description DatumWrapper(Datum impl, PrimeMeridian pm)
Creates a new wrapper for the given PROJ4J implementation.PrimeMeridianWrapper(PrimeMeridian impl)
Creates a new wrapper for the given PROJ4J implementation. -
Uses of PrimeMeridian in org.locationtech.proj4j.proj
Fields in org.locationtech.proj4j.proj declared as PrimeMeridian Modifier and Type Field Description private PrimeMeridian
Projection. primeMeridian
PrimeMeridian defining an offset from the Greenwich (the prime meridian used in WGS84)Methods in org.locationtech.proj4j.proj that return PrimeMeridian Modifier and Type Method Description PrimeMeridian
Projection. getPrimeMeridian()
-