|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.loaders.dem.DEMRecord
public abstract class DEMRecord
Representation of the DEM File format Type C record.
The definition of the file format can be found at: http://edcwww.cr.usgs.gov/glis/hyper/guide/1_dgr_dem
Field Summary | |
---|---|
static int |
ARC_SECONDS
Unit of measure is arc-seconds |
static int |
EASTING
Array index of easting components of a coordinate. |
static int |
FEET
Unit of measure is feet |
static int |
METERS
Unit of measure is meters |
static int |
NORTHING
Array index of northing components of a coordinate. |
static int |
RADIANS
Unit of measure is radians |
static int |
X
|
static int |
Y
|
static int |
Z
|
Constructor Summary | |
---|---|
DEMRecord()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int X
public static final int Y
public static final int Z
public static final int NORTHING
public static final int EASTING
public static final int RADIANS
public static final int FEET
public static final int METERS
public static final int ARC_SECONDS
Constructor Detail |
---|
public DEMRecord()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |