| Package | Description |
|---|---|
| org.locationtech.proj4j | |
| org.locationtech.proj4j.datum | |
| org.locationtech.proj4j.parser |
| Modifier and Type | Field and Description |
|---|---|
static Datum[] |
Registry.datums |
| Modifier and Type | Method and Description |
|---|---|
Datum |
CoordinateReferenceSystem.getDatum() |
Datum |
Registry.getDatum(String code) |
| Constructor and Description |
|---|
CoordinateReferenceSystem(String name,
String[] params,
Datum datum,
Projection proj) |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Datum.isEqual(Datum datum)
Tests if this is equal to another
Datum. |
| Modifier and Type | Method and Description |
|---|---|
Datum |
DatumParameters.getDatum() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatumParameters.setDatum(Datum datum) |
Copyright © 2022. All rights reserved.