|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface C5DemConstants
Interface C5DemConstants contains final vars used in various places throughout c5dem and related packages
Field Summary | |
---|---|
static java.lang.String |
copy
public final String copy contains copyright information |
static int |
E_BIT
Constant representing and mask for E bit |
static double |
FEETTOMETERS
public final double FEETTOMETERS = 0.3048; Constant value for converting meters to feet One foot 0.3048 meters |
static java.lang.String[] |
hdatum
public final String[] hdatum contains the values "NAD27","WGS72","WGS84","NAD83", "OLD Hawaii","Puerto Rico","NAD83 provisional". |
static double |
METERSTOFEET
public final double METERSTOFEET = 3.28084; Constant value for converting meters to feet. |
static int |
N_BIT
Constant representing and mask for N bit |
static int |
NE_BIT
Constant representing and mask for NE bit |
static int |
NW_BIT
Constant representing and mask for NW bit |
static int |
S_BIT
Constant representing and mask for S bit |
static int |
SE_BIT
Constant representing and mask for SE bit |
static int |
SW_BIT
Constant representing and mask for SW bit |
static java.lang.String[] |
system
public final String[] system |
static java.lang.String[] |
units
public final String[] units containns the values "feet","meters","arc seconds". |
static java.lang.String[] |
vdatum
public final String[] vdatum containts the values "mean sea level", "NGVD29", "NAVD88". |
static int |
W_BIT
Constant representing and mask for W bit |
Field Detail |
---|
static final java.lang.String[] system
public final String[] system defines the ground planimetric reference system,
data element 5 in the dem specification. 0=Geographic, 1=UTM, 2=State plane.
Code 0 represents the geographic (latitude/longitude) system for
30-minute, 1-degree and Alaska DEM's.
Code 1 represents the current use of the UTM coordinate system
for 7.5-minute DEM's. (Pretty much all contemporary dems...)
- See Also:
Dem.get_planimetric_system()
static final java.lang.String[] units
Dem.get_planimetric_unit()
static final java.lang.String[] vdatum
Dem.get_vertical_datum()
static final java.lang.String[] hdatum
Dem.get_horizontal_datum()
static final java.lang.String copy
static final double METERSTOFEET
static final double FEETTOMETERS
static final int NW_BIT
static final int W_BIT
static final int SW_BIT
static final int S_BIT
static final int SE_BIT
static final int E_BIT
static final int NE_BIT
static final int N_BIT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |