j3d.org Code

org.j3d.loaders.dem
Class DEMRecord

java.lang.Object
  extended by org.j3d.loaders.dem.DEMRecord
Direct Known Subclasses:
DEMTypeARecord, DEMTypeBRecord, DEMTypeCRecord

public abstract class DEMRecord
extends java.lang.Object

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

Version:
$Revision: 1.1 $
Author:
Justin Couch

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

X

public static final int X
See Also:
Constant Field Values

Y

public static final int Y
See Also:
Constant Field Values

Z

public static final int Z
See Also:
Constant Field Values

NORTHING

public static final int NORTHING
Array index of northing components of a coordinate.

See Also:
Constant Field Values

EASTING

public static final int EASTING
Array index of easting components of a coordinate.

See Also:
Constant Field Values

RADIANS

public static final int RADIANS
Unit of measure is radians

See Also:
Constant Field Values

FEET

public static final int FEET
Unit of measure is feet

See Also:
Constant Field Values

METERS

public static final int METERS
Unit of measure is meters

See Also:
Constant Field Values

ARC_SECONDS

public static final int ARC_SECONDS
Unit of measure is arc-seconds

See Also:
Constant Field Values
Constructor Detail

DEMRecord

public DEMRecord()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org