public enum GeoDatums extends Enum<GeoDatums>
| Enum Constant and Description |
|---|
CARTHAGE
Carthage
|
GGRS87
Greek Geodetic Reference System 1987
|
HERMANNSKOGEL
Hermannskogel
|
IRE65
Ireland 1965
|
NAD27
North American Datum 1927
|
NAD83
North American Datum 1983
|
NZGD49
New Zealand Geodetic Datum 1949
|
OSGB36
Ordnance Survey of Great Britain 1936
|
POTSDAM
Potsdam
|
WGS84
WGS 84
|
| Modifier and Type | Method and Description |
|---|---|
static GeoDatums |
fromName(String name)
Get the geo datums type from the name
|
String |
getCode()
Get the code
|
Ellipsoids |
getEllipsoid()
Get the ellipsoid
|
String |
getName()
Get the name
|
List<String> |
getNames()
Get the names
|
double[] |
getTransform()
Get the transform
|
static GeoDatums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoDatums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoDatums WGS84
public static final GeoDatums GGRS87
public static final GeoDatums NAD83
public static final GeoDatums NAD27
public static final GeoDatums POTSDAM
public static final GeoDatums CARTHAGE
public static final GeoDatums HERMANNSKOGEL
public static final GeoDatums IRE65
public static final GeoDatums NZGD49
public static final GeoDatums OSGB36
public static GeoDatums[] values()
for (GeoDatums c : GeoDatums.values()) System.out.println(c);
public static GeoDatums valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
public String getName()
public double[] getTransform()
public Ellipsoids getEllipsoid()
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.