|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.loaders.dem.DEMRecord
org.j3d.loaders.dem.DEMTypeBRecord
public class DEMTypeBRecord
Representation of the DEM File format Type B record.
The definition of the file format can be found at: http://edcwww.cr.usgs.gov/glis/hyper/guide/1_dgr_dem
Field Summary | |
---|---|
int |
columnNumber
The column ID of DEM profile stored in this record (element 1). |
int[] |
elevations
The elevation values stored in this record (element 6). |
double |
firstPositionX
The X coord of the ground planimetric coordinates of the first elevation of this profile (element 3). |
double |
firstPositionY
The Y coord of the ground planimetric coordinates of the first elevation of this profile (element 3). |
boolean |
isDataOnly
Flag to say if this record only contains elevation values or if it is the header record for this column. |
double |
localElevationDatum
Elevation of the local datum for the profile (element 4). |
double |
maxElevation
Maximum elevation of this profile (element 5). |
double |
minElevation
Minimum elevation of this profile (element 5). |
int |
numColumns
The number of columns covered by this record (element 2). |
int |
numRows
The number of rows covered by this record (element 2). |
int |
rowNumber
The row ID that this record belongs to (element 1). |
Fields inherited from class org.j3d.loaders.dem.DEMRecord |
---|
ARC_SECONDS, EASTING, FEET, METERS, NORTHING, RADIANS, X, Y, Z |
Constructor Summary | |
---|---|
DEMTypeBRecord()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean isDataOnly
public int rowNumber
public int columnNumber
public int numRows
public int numColumns
public double firstPositionX
public double firstPositionY
public double localElevationDatum
public double minElevation
public double maxElevation
public int[] elevations
Constructor Detail |
---|
public DEMTypeBRecord()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |