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 Datum
CoordinateReferenceSystem. datum
static Datum[]
Registry. datums
Methods in org.locationtech.proj4j that return Datum Modifier and Type Method Description Datum
CoordinateReferenceSystem. getDatum()
Datum
Registry. 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 Datum
Datum. CARTHAGE
static Datum
Datum. GGRS87
static Datum
Datum. HERMANNSKOGEL
static Datum
Datum. IRE65
static Datum
Datum. NAD27
static Datum
Datum. NAD83
static Datum
Datum. NZGD49
static Datum
Datum. OSGB36
static Datum
Datum. POTSDAM
static Datum
Datum. WGS84
Methods in org.locationtech.proj4j.datum with parameters of type Datum Modifier and Type Method Description boolean
Datum. 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) Datum
DatumWrapper. impl
The wrapped PROJ4 implementation.Methods in org.locationtech.proj4j.geoapi that return Datum Modifier and Type Method Description Datum
Importer. convert(org.opengis.referencing.datum.GeodeticDatum src)
Returns the given datum as a PROJ4J implementation.static Datum
Wrappers. 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.GeodeticDatum
Wrappers. geoapi(Datum impl)
Wraps the given PROJ4J datum behind the equivalent GeoAPI interface.(package private) static DatumWrapper
DatumWrapper. 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 Datum
DatumParameters. datum
Methods in org.locationtech.proj4j.parser that return Datum Modifier and Type Method Description Datum
DatumParameters. getDatum()
Methods in org.locationtech.proj4j.parser with parameters of type Datum Modifier and Type Method Description void
DatumParameters. setDatum(Datum datum)
-