public interface SpheroidConstants
SpheroidConstants
class is an interface that
hold various earth spheroid constants, including spheroid
index, names, and semi-major / semi-minor axes sizes.Modifier and Type | Field and Description |
---|---|
static int |
AIRY
Airy spheroid code.
|
static int |
AUS_NAT
Australian National spheroid code.
|
static int |
BESSEL
Bessel spheroid code.
|
static int |
CLARKE1866
Clarke 1866 (default) spheroid code.
|
static int |
CLARKE1880
Clarke 1880 spheroid code.
|
static int |
EVEREST
Everest spheroid code.
|
static int |
GRS1980
GRS 1980 spheroid code.
|
static int |
HOUGH
Hough spheroid code.
|
static int |
INT1909
International 1909 spheroid code.
|
static int |
INT1967
International 1967 spheroid code.
|
static int |
KRASS
Krassovsky spheroid code.
|
static int |
MAX_SPHEROIDS
The total number of spheroid codes.
|
static int |
MERCURY1960
Mercury 1960 spheroid code.
|
static int |
MOD_AIRY
Modified Airy spheroid code.
|
static int |
MOD_EVEREST
Modified Everest spheroid code.
|
static int |
MOD_MER1968
Modified Mercury 1968 spheroid code.
|
static int |
SE_ASIA
SouthEast Asia spheroid code.
|
static int |
SPHERE
Sphere of radius 6,370,997 metres spheroid code.
|
static double[] |
SPHEROID_INV_FLAT
Spheroid inverse flattening values.
|
static java.lang.String[] |
SPHEROID_NAMES
The list of spheroid code names.
|
static double[] |
SPHEROID_SEMI_MAJOR
Spheroid semi-major axes in meters.
|
static double[] |
SPHEROID_SEMI_MINOR
Spheroid semi-minor axes in meters.
|
static double |
STD_RADIUS
Standard Earth radius in kilometers.
|
static int |
WGS66
WGS 66 spheroid code.
|
static int |
WGS72
WGS 72 spheroid code.
|
static int |
WGS84
WGS 84 spheroid code.
|
static final int CLARKE1866
static final int CLARKE1880
static final int BESSEL
static final int INT1967
static final int INT1909
static final int WGS72
static final int EVEREST
static final int WGS66
static final int GRS1980
static final int AIRY
static final int MOD_EVEREST
static final int MOD_AIRY
static final int WGS84
static final int SE_ASIA
static final int AUS_NAT
static final int KRASS
static final int HOUGH
static final int MERCURY1960
static final int MOD_MER1968
static final int SPHERE
static final int MAX_SPHEROIDS
static final java.lang.String[] SPHEROID_NAMES
static final double STD_RADIUS
static final double[] SPHEROID_SEMI_MAJOR
static final double[] SPHEROID_INV_FLAT
static final double[] SPHEROID_SEMI_MINOR