Uses of Class
org.locationtech.proj4j.datum.Datum
-
Packages that use Datum Package Description org.locationtech.proj4j org.locationtech.proj4j.datum 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.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)
-