Package com.c5corp.c5dem

The com.c5corp.c5dem package contains various classes required to read data from and instantiate objects representing USGS digital elevation files.

See:
          Description

Interface Summary
C5DemConstants Interface C5DemConstants contains final vars used in various places throughout c5dem and related packages
 

Class Summary
Dem Digital Elevation Model (DEM) object
DemTable Extention of com.c5corp.c5dem.Dem adding a table of UtmCoordinatePairElev objects describing xy coordinates for a Dem.
PreciseUTMcoordPair UTM coordinates pair model that maintains double precision for coords with fractional parts.
Reader Reader.java is a general purpose text file reader that has methods for reading different data types out of the same file.
TypeA Object model of a Type A DEM record.
TypeB Object model of a Type B DEM record
TypeB_profiles Deprecated. Replaced by TypeBprofiles.java
TypeBprofiles Container and reader for multiple TypeB profile objects This is only called by the container class Dem.
TypeC Object model of a Type C DEM record
UtmCoordinatePair UTM coordinates pair model
UtmCoordinatePairElev UTM coordinates pair model with elevations
UtmPoint UtmPoint - a simple, light, fast UTM point
 

Package com.c5corp.c5dem Description

The com.c5corp.c5dem package contains various classes required to read data from and instantiate objects representing USGS digital elevation files.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: