Uses of Class
org.locationtech.proj4j.datum.Datum
-
Packages that use Datum Package Description org.locationtech.proj4j org.locationtech.proj4j.datum org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.org.locationtech.proj4j.parser -
-
Uses of Datum in org.locationtech.proj4j
Fields in org.locationtech.proj4j declared as Datum Modifier and Type Field Description private DatumCoordinateReferenceSystem. datumstatic Datum[]Registry. datumsMethods in org.locationtech.proj4j that return Datum Modifier and Type Method Description DatumCoordinateReferenceSystem. getDatum()DatumRegistry. getDatum(java.lang.String code)Constructors in org.locationtech.proj4j with parameters of type Datum Constructor Description CoordinateReferenceSystem(java.lang.String name, java.lang.String[] params, Datum datum, Projection proj) -
Uses of Datum in org.locationtech.proj4j.datum
Fields in org.locationtech.proj4j.datum declared as Datum Modifier and Type Field Description static DatumDatum. CARTHAGEstatic DatumDatum. GGRS87static DatumDatum. HERMANNSKOGELstatic DatumDatum. IRE65static DatumDatum. NAD27static DatumDatum. NAD83static DatumDatum. NZGD49static DatumDatum. OSGB36static DatumDatum. POTSDAMstatic DatumDatum. WGS84Methods in org.locationtech.proj4j.datum with parameters of type Datum Modifier and Type Method Description booleanDatum. isEqual(Datum datum)Tests if this is equal to anotherDatum. -
Uses of Datum in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as Datum Modifier and Type Field Description (package private) DatumDatumWrapper. implThe wrapped PROJ4 implementation.Methods in org.locationtech.proj4j.geoapi that return Datum Modifier and Type Method Description DatumImporter. convert(org.opengis.referencing.datum.GeodeticDatum src)Returns the given datum as a PROJ4J implementation.static DatumWrappers. proj4j(org.opengis.referencing.datum.GeodeticDatum src)Returns the given datum as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type Datum Modifier and Type Method Description static org.opengis.referencing.datum.GeodeticDatumWrappers. geoapi(Datum impl)Wraps the given PROJ4J datum behind the equivalent GeoAPI interface.(package private) static DatumWrapperDatumWrapper. wrap(Datum impl)Wraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type Datum Constructor Description DatumWrapper(Datum impl, PrimeMeridian pm)Creates a new wrapper for the given PROJ4J implementation. -
Uses of Datum in org.locationtech.proj4j.parser
Fields in org.locationtech.proj4j.parser declared as Datum Modifier and Type Field Description private DatumDatumParameters. datumMethods in org.locationtech.proj4j.parser that return Datum Modifier and Type Method Description DatumDatumParameters. getDatum()Methods in org.locationtech.proj4j.parser with parameters of type Datum Modifier and Type Method Description voidDatumParameters. setDatum(Datum datum)
-