public interface ProjectionConstants
ProjectionConstants
class is an interface
that hold various map projection constants, including
projection indices and names.Modifier and Type | Field and Description |
---|---|
static int |
ALASKA
Alaska Conformal projection code.
|
static int |
ALBERS
Albers Conical Equal Area projection code.
|
static int |
AZMEQD
Azimuthal Equidistant projection code.
|
static int |
EQRECT
Equirectangular projection code.
|
static int |
EQUIDC
Equidistant Conic projection code.
|
static int |
GEO
Geographic projection code.
|
static int |
GNOMON
Gnomonic projection code.
|
static int |
GOOD
Interrupted Goode Homolosine projection code.
|
static int |
GVNSP
General Vertical Near-Side Perspective projection code.
|
static int |
HAMMER
Hammer projection code.
|
static int |
HOM
Hotine Oblique Mercator projection code.
|
static int |
IMOLL
Interrupted Mollweide projection code.
|
static int |
LAMAZ
Lambert Azimuthal Equal Area projection code.
|
static int |
LAMCC
Lambert Conformal Conic projection code.
|
static int |
MAX_PROJECTIONS
The total number of projection codes.
|
static int |
MERCAT
Mercator projection code.
|
static int |
MILLER
Miller Cylindrical projection code.
|
static int |
MOLL
Mollweide projection code.
|
static int |
OBEQA
Oblated Equal Area projection code.
|
static int |
ORTHO
Orthographic projection code.
|
static int |
POLYC
Polyconic projection code.
|
static java.lang.String[] |
PROJECTION_NAMES
The list of projection code names.
|
static int |
PS
Polar Stereographic projection code.
|
static int |
ROBIN
Robinson projection code.
|
static int |
SNSOID
Sinusoidal projection code.
|
static int |
SOM
Space Oblique Mercator (SOM) projection code.
|
static int |
SPCS
State Plane Coordinates projection code.
|
static int |
STEREO
Stereographic projection code.
|
static int |
TM
Transverse Mercator projection code.
|
static int |
USDEF
User defined projection code.
|
static int |
UTM
Universal Transverse Mercator projection code.
|
static int |
VGRINT
Van der Grinten projection code.
|
static int |
WAGIV
Wagner IV projection code.
|
static int |
WAGVII
Wagner VII projection code.
|
static final int GEO
static final int UTM
static final int SPCS
static final int ALBERS
static final int LAMCC
static final int MERCAT
static final int PS
static final int POLYC
static final int EQUIDC
static final int TM
static final int STEREO
static final int LAMAZ
static final int AZMEQD
static final int GNOMON
static final int ORTHO
static final int GVNSP
static final int SNSOID
static final int EQRECT
static final int MILLER
static final int VGRINT
static final int HOM
static final int ROBIN
static final int SOM
static final int ALASKA
static final int GOOD
static final int MOLL
static final int IMOLL
static final int HAMMER
static final int WAGIV
static final int WAGVII
static final int OBEQA
static final int USDEF
static final int MAX_PROJECTIONS
static final java.lang.String[] PROJECTION_NAMES