|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.c5corp.c5dem.TypeB
public class TypeB
Object model of a Type B DEM record
| Method Summary | |
|---|---|
short |
get_column_id()
A convenience method for Data element 1 retruning the column id |
double |
get_datum_elevation()
Elevation of local datum for the profile The values are in the units of measure given by data element 9, logical record type A. |
int |
get_elevation_at(short i)
Returns the elevation at index i converted to int in version 1.0.2 |
int[] |
get_elevations()
A m,n array of elevations for the profile. |
double[] |
get_first_elevation_coords()
A two-element array containing the ground planimetric ^ coordinates (Xgo,Ygo) of the first elevation in the profile. |
double |
get_max_elevation()
A convenience method for data element 5, the maximum elevation in the profile. |
double |
get_min_elevation()
A convenience method for data element 5, the minumum elevation in the profile. |
short[] |
get_number_of_elevations()
A two-element array containing the number (m, n) of elevations in the DEM profile, (Data element 2). |
short |
get_profile_columns()
Convenience methods for Data Element 2, returns the number of columns per profile in this file. |
short |
get_profile_elevations()
Convenience methods for Data Element 2, returns the number of elevations in this profile |
double[] |
get_profile_min_max()
A two-element array of minimum and maximum elevations for the profile. |
short[] |
get_row_and_column_id()
A two-element array representing data element 1, containing the row and column identification number of the DEM profile contained in this record. |
short |
get_row_id()
A convenience method for Data element 1 retruning the row id |
double |
get_xgo()
A convenience method for data element 3, the ground planimetric coordinates Xgo. |
double |
get_ygo()
A convenience method for data element 3, the ground planimetric coordinates Ygo. |
java.lang.String |
toString()
overrides java.lang.Object.toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public short[] get_row_and_column_id()
public short get_row_id()
public short get_column_id()
public short[] get_number_of_elevations()
public short get_profile_elevations()
public short get_profile_columns()
public double[] get_first_elevation_coords()
public double get_xgo()
public double get_ygo()
public double get_datum_elevation()
TypeA.get_elevation_unit(),
Dem.get_elevation_unit()public double[] get_profile_min_max()
TypeA.get_elevation_unit(),
Dem.get_elevation_unit()public double get_min_elevation()
public double get_max_elevation()
public int[] get_elevations()
public int get_elevation_at(short i)
i - the index
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||