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 PrimeMeridianPrimeMeridian. GREENWICHprivate static PrimeMeridian[]PrimeMeridian. wellKnownMeridiansMethods in org.locationtech.proj4j.datum that return PrimeMeridian Modifier and Type Method Description private static PrimeMeridianPrimeMeridian. east(java.lang.String name, double deg, double min, double sec)static PrimeMeridianPrimeMeridian. forName(java.lang.String name)private static PrimeMeridianPrimeMeridian. 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) PrimeMeridianPrimeMeridianWrapper. implThe wrapped PROJ4 implementation.private PrimeMeridianDatumWrapper. pmThe prime meridian, ornullfor GreenwichMethods in org.locationtech.proj4j.geoapi that return PrimeMeridian Modifier and Type Method Description PrimeMeridianImporter. convert(org.opengis.referencing.datum.PrimeMeridian src)Returns the given prime meridian as a PROJ4J implementation.(package private) static PrimeMeridianPrimeMeridianWrapper. ifNonGreenwich(Projection proj)Returns the prime meridian of the given projection if different from Greenwich.static PrimeMeridianWrappers. 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.PrimeMeridianWrappers. geoapi(PrimeMeridian impl)Wraps the given PROJ4J ellipsoid behind the equivalent GeoAPI interface.(package private) static PrimeMeridianWrapperPrimeMeridianWrapper. 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 PrimeMeridianProjection. primeMeridianPrimeMeridian 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 PrimeMeridianProjection. getPrimeMeridian()
-