A B C D E F G H I L M N O P R S T U V W

A

AbstractHiker - Class in com.c5corp.c5Algorithms
The Abstract Hiker class it the parent to all hikers.
AbstractHiker() - Constructor for class com.c5corp.c5Algorithms.AbstractHiker
 
accept(File) - Method in class com.c5corp.c5viewUi.DemFileFilter
implements java.io.FileFilter.accept(File f) to specify the file filter
actionPerformed(ActionEvent) - Method in class com.c5corp.c5viewUi.DemToolApplet
Handles button events.
actionPerformed(ActionEvent) - Method in class com.c5corp.c5viewUi.ViewerDisplayPanel
Event Handler deals with the grayscale/color, export, info, open, "ok" buttons
addTrackPoint(String, int, int, int, int) - Method in class com.c5corp.c5gps.TrackLog
Adds a TrackPoint to the TrackLog, with a default (epochal) date.
addTrackPoint(String, int, String, int, int, int) - Method in class com.c5corp.c5gps.TrackLog
Adds a TrackPoint to the TrackLog, with a default (epochal) date.
addTrackPoint(String, int, int, int, Calendar, int) - Method in class com.c5corp.c5gps.TrackLog
Adds a TrackPoint to the TrackLog.
addTrackPoint(String, int, String, int, int, Calendar, int) - Method in class com.c5corp.c5gps.TrackLog
Adds a TrackPoint to the TrackLog.
addTrackPoint(String, int, int, int, int, int, int, int, int, int, int) - Method in class com.c5corp.c5gps.TrackLog
Adds a TrackPoint to the TrackLog.
addTrackPoint(String, int, String, int, int, int, int, int, int, int, int, int) - Method in class com.c5corp.c5gps.TrackLog
Adds a TrackPoint to the TrackLog.
appearance - Variable in class com.c5corp.c5j3d.DEM3dAppearance
The central j3d object encapsulated by DEM3dAppearance
ARCER - Static variable in class com.c5corp.c5Algorithms.StepwiseArcHiker
This 8x9x3 array is used to project from a starting point around an arc, projecting ~ 180 meters radious in the directions indicated in a regular grid, starting from relative position (0,0).
ArtificialPoints - Class in com.c5corp.c5utm
public class Points
ArtificialPoints() - Constructor for class com.c5corp.c5utm.ArtificialPoints
 
averageDemElevation() - Method in class com.c5corp.c5dem.DemTable
averageDemElevation() calculates the average elevation of this area.

B

BatchAddDems - Class in com.c5corp.c5utm.util
BatchAddDems() - Constructor for class com.c5corp.c5utm.util.BatchAddDems
 
batchAddDems() - Static method in class com.c5corp.c5utm.util.BatchAddDems
Adds all of the DEM files in the configured NEW_DEMS directory to the database.
Build1KGrid(boolean) - Static method in class com.c5corp.c5utm.util.Build1KGridFromDb
Run from another class.
Build1KGrid() - Static method in class com.c5corp.c5utm.util.Build1KGridFromFiles
Constructor for Build1KGrid(
Build1KGrid(boolean) - Static method in class com.c5corp.c5utm.util.Build1KGridFromFiles
Static method will build the 1K_grid tables
Build1KGridFromDb - Class in com.c5corp.c5utm.util
This utility fills the UTM_1K_GRID_DATA table in the C5 landscape database from data in the DEM_METADATA and UTM_COORS tables.
Build1KGridFromDb(boolean) - Constructor for class com.c5corp.c5utm.util.Build1KGridFromDb
Construction processes UTM_COORDS data into UTM_1K_GRID_DATA and UTM_POINT_STATS and MODE tables.
Build1KGridFromFiles - Class in com.c5corp.c5utm.util
Build1KGridFromFiles builds the 1K_GRID_STATS table from the dem files stored in the configured DEM directory && the corresponding records in the database's UTM_METADATA table.
Build1KGridFromFiles() - Constructor for class com.c5corp.c5utm.util.Build1KGridFromFiles
 
Build1KGridStats - Class in com.c5corp.c5utm.util
This convienence class calls Build1KGridFromFiles.Build1KGridFromFiles(); and Build1KGridFromDb.Build1KGridFromDb() in this order.
Build1KGridStats() - Constructor for class com.c5corp.c5utm.util.Build1KGridStats
 
BuildPointStats - Class in com.c5corp.c5utm.util
This convienence class calls BuildPointStatsFromFiles.BuildPointStats() and BuildPointStatsFromDb.BuildPointStats() in this order.
BuildPointStats() - Constructor for class com.c5corp.c5utm.util.BuildPointStats
 
BuildPointStats(boolean) - Static method in class com.c5corp.c5utm.util.BuildPointStatsFromDb
Run from another class.
BuildPointStats() - Static method in class com.c5corp.c5utm.util.BuildPointStatsFromFiles
Builds the UTM_POINT_STATS table
BuildPointStats(boolean) - Static method in class com.c5corp.c5utm.util.BuildPointStatsFromFiles
Builds the UTM_POINT_STATS table
BuildPointStatsFromDb - Class in com.c5corp.c5utm.util
This utility fills the UTM_POINT_STATS table in the C5 landscape database from data in the DEM_METADATA and UTM_COORS tables.
BuildPointStatsFromDb(boolean) - Constructor for class com.c5corp.c5utm.util.BuildPointStatsFromDb
Construction processes UTM_COORS data into UTM_1K_GRID_DATA and UTM_POINT_STATS and MODE tables.
BuildPointStatsFromFiles - Class in com.c5corp.c5utm.util
BuildPointStatsFromFiles builds the UTM_POINT_STATS table from the dem files stored in the configured DEM directory && the corresponding records in the database's UTM_METADATA table.
BuildPointStatsFromFiles() - Constructor for class com.c5corp.c5utm.util.BuildPointStatsFromFiles
 

C

C5DemAbstractFilter - Class in com.c5corp.DEMconvert
An abstract class implementing c5demOutFilterInterface, that can be implemented to create new c5 DemTool filters for exporting DEM data into any text format.
C5DemAbstractFilter() - Constructor for class com.c5corp.DEMconvert.C5DemAbstractFilter
 
C5DemConstants - Interface in com.c5corp.c5dem
Interface C5DemConstants contains final vars used in various places throughout c5dem and related packages
C5UTM - Class in com.c5corp.c5utm
C5UTM contains static methods for accessing the data in a C5 Landscape database installation.
C5UTM() - Constructor for class com.c5corp.c5utm.C5UTM
 
C5UTM10To30Meter - Class in com.c5corp.DEMconvert.filters
Converts a DEM file into a corpscon/C5UTM batch file with 10 meter to 30 meter downsampling also functions as an filter in C5 DEM tools.
C5UTM10To30Meter() - Constructor for class com.c5corp.DEMconvert.filters.C5UTM10To30Meter
The default constructor creates a blank object such that writeHeader(Dem, PrintWriter) and writeData(Dem, Printwriter) can be used with arbitrary Dem and PrintWriter objects
C5UTM10To30Meter(String) - Constructor for class com.c5corp.DEMconvert.filters.C5UTM10To30Meter
This constructor is used by the main function in this class, which is intended mostly for command line use.
C5UTMconfs - Class in com.c5corp.c5utm
public class C5UTMconfs C5UTMconfs.java - part of the C5 Landscape database (otherwise known as the C5UTM database).
C5UTMconfs() - Constructor for class com.c5corp.c5utm.C5UTMconfs
This constructor opens and parses the files and loads the private vars
C5UTMconfs(String) - Constructor for class com.c5corp.c5utm.C5UTMconfs
This constructor opens and parses the files and loads the private vars.
C5UTMdatabaseMethods - Class in com.c5corp.c5utm
Deprecated. This class is deprecated since version 1.0.3, and all of its functionality moved to the C5UTM class.
C5UTMdatabaseMethods() - Constructor for class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated.  
calculateAzimuth(UtmCoordinatePairElev, UtmCoordinatePairElev) - Static method in class com.c5corp.c5Algorithms.AbstractHiker
Returns an int from 0 to 359 representing the azimuth angle between Point begin and Point destination.
calculateCardinalDirection(UtmCoordinatePairElev, UtmCoordinatePairElev) - Static method in class com.c5corp.c5Algorithms.AbstractHiker
Returns the closest of eight CARDINAL_BITS representing the azimuth from UtmCoordinatePairElev begin to UtmCoordinatePairElev destination.
calculateClosestMean() - Method in class com.c5corp.c5utm.Points
Finds the actual elevation that is member of the Data Set which is closest to the actual mean.
calculateClosestMedian() - Method in class com.c5corp.c5utm.Points
Find the elevation in the Data Set closest to the median.
calculateContiguousModalityPercentage() - Method in class com.c5corp.c5utm.Points
Calculates the contiguous modality percentage.
calculateCumulativeDistance() - Method in class com.c5corp.c5gps.TrackLog
Returns the cumulative distance between all points in the track Returns a sentinel value of -1 if there are no internal TrackPoints in the TrackLog.
calculateCumulativeElevationChange() - Method in class com.c5corp.c5gps.TrackLog
The cumulative elevation change is always a positive value, because it it is calculated via the absolute value of elevational change from between sequential points in the track.
calculateDistance() - Method in class com.c5corp.c5gps.TrackLog
Returns the simple straight line distance (in meters) between begin point and end point.
calculateEastingRange() - Method in class com.c5corp.c5gps.TrackLog
Finds the range between the minimum and maximum easting values
calculateElevationDifference() - Method in class com.c5corp.c5gps.TrackLog
The elevation difference between beginning point and end point.
calculateElevationEfficencyRatio() - Method in class com.c5corp.c5gps.TrackLog
The elevation efficiency ratio is the nominal elevation change divided by the cumulative elevation change.
calculateFrequencyHash() - Method in class com.c5corp.c5utm.Points
Calculates and returns a java.util.HashMap object.
calculateMaximumPerpendicularSlope() - Method in class com.c5corp.c5Algorithms.VirtualHikerTrackLog
Calculates the maximum perpendicular slope (as a percentage) for the track by examining the cells perpendicular to the current direction of travel (to the subsequent point in the TrackLog.
calculateMaximumSlope() - Method in class com.c5corp.c5gps.TrackLog
Calculates the maximum slope (as a percentage) between any two adjacent points in the track.
calculateMean() - Method in class com.c5corp.c5utm.Points
This method calculates the mean value of all elevations in the Points object.
calculateMedian() - Method in class com.c5corp.c5utm.Points
Calculates the median value of the elevations.
calculateMinMaxElevationDifference() - Method in class com.c5corp.c5gps.TrackLog
The elevation difference between the minimum elevation and the maximum elevation.
calculateMode() - Method in class com.c5corp.c5utm.Points
Calculates and returns an array int[] containing one or more (if multi-modal) modes for the area.
calculateNorthingRange() - Method in class com.c5corp.c5gps.TrackLog
Find the range between the minimum and maximum northing values.
calculateNumberOfPoints() - Method in class com.c5corp.c5utm.Points
This is a calculation because there may be void areas.
calculatePercentile(int) - Method in class com.c5corp.c5utm.Points
# calculatePercentile takes one argument, an elevation, and returns a value from 0 to 100 representing the percentile of that elevation relative to the rest of the set, or -1 or -2
-1 is a sentinel indicating that the area is flat, thus there is not a percentile to calculate
-2 is a sentinel indicating that the elevation given is out of the range between highest and lowest
Note that if it is a flat area, this function returns -1.
calculateStandardDeviation() - Method in class com.c5corp.c5utm.Points
Calculates and returns a java.util.HashMap object.
calculateSumOfElevations() - Method in class com.c5corp.c5utm.Points
This method returns the total sume of all of the elevations represented in the Points object.
calculateSurroundingDemAvailability(Connection) - Method in class com.c5corp.c5utm.DemMetadata
Returns an integer containing flags describing the surrounding dem availability.
calculateSWcornerEasting() - Method in class com.c5corp.c5gps.TrackLog
Finds the southwest corner easting for the area enclosing the track log
calculateSWcornerNorthing() - Method in class com.c5corp.c5gps.TrackLog
Finds the southwest corner northing for the area enclosing the track log
calculateTerrainDescriptor() - Method in class com.c5corp.c5utm.Points
Characterizes the shape of the immediate surrounding area - the immediate points around the point.
calculateTopographyDescriptor() - Method in class com.c5corp.c5utm.Points
Characterizes the shape of a 1K area - Can be used to identify canyons, draws, spurs, ridges, valleys, depressions and saddles.
calculateTrackStdev() - Method in class com.c5corp.c5gps.TrackLog
Calculates and returns the standard deviation of the elevations in the track.
calculateTrackStraightnessRatio() - Method in class com.c5corp.c5gps.TrackLog
The straightness ratio is the straight-line distance (begin point to end point) divided by the cumulative distance of the track.
CARDINAL_BITS - Static variable in class com.c5corp.c5Algorithms.AbstractHiker
CARDINAL_BITS, which also include intercardinal primary directions, are arranged declared in the array in the following order: {N_BIT,NE_BIT,E_BIT,SE_BIT,S_BIT,SW_BIT,W_BIT,NW_BIT}.
CARDINAL_BITS - Static variable in class com.c5corp.c5utm.DemMetadata
CARDINAL_BITS, which also include intercardinal primary directions, are arranged declared in the array in the following order: {N_BIT,NE_BIT,E_BIT,SE_BIT,S_BIT,SW_BIT,W_BIT,NW_BIT}.
CARDINAL_BITS - Static variable in class com.c5corp.c5utm.Points
CARDINAL_BITS, which also include intercardinal primary directions, are arranged declared in the array in the following order: {N_BIT,NE_BIT,E_BIT,SE_BIT,S_BIT,SW_BIT,W_BIT,NW_BIT}.
closeDbConnection(Connection) - Static method in class com.c5corp.c5utm.DbHelper
Tidys up the db connection.
COLOR - Static variable in class com.c5corp.c5viewUi.DemImagePanel
COLOR flag
com.c5corp.c5Algorithms - package com.c5corp.c5Algorithms
The com.c5corp.c5Algorithms package contains miscellaneous special analytial algorithms that utilize the C5 Landscape Database.
com.c5corp.c5dem - 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.
com.c5corp.c5gps - package com.c5corp.c5gps
The com.c5corp.c5utm.c5gps package contains classes for reading and writing typical data from Global Positioning Systems devices, such as waypoint files, tracklogs and route files.
com.c5corp.c5gps.filters - package com.c5corp.c5gps.filters
The com.c5corp.c5utm.c5gps package contains GpsFilters for reading and writing various GPS file types.
com.c5corp.c5j3d - package com.c5corp.c5j3d
The com.c5corp.c5utm.c5j3d is vapor; I hope to implement a com.sun.j3d.loaders.Loader for Dem text files sometime.
com.c5corp.c5utm - package com.c5corp.c5utm
The com.c5corp.c5utm package contains classes for the management and analysis of DEM and other data in a relational database using the C5UTM (C5 Landscape database) Entity Relationship model.
com.c5corp.c5utm.util - package com.c5corp.c5utm.util
The com.c5corp.c5utm.util package contains database management utility classes related to the com.c5corp.c5utm package; The com.c5corp.c5utm.util classes all have a main method, and perform a specific activity such as loading DEM data into the database tables or building intermediate metadata tables for further analysis.
com.c5corp.c5viewUi - package com.c5corp.c5viewUi
The com.c5corp.c5utm.c5viewUi package contains classes classes constituting various user interfaces to the C5 Landscape Database and for viewing Dem files.
com.c5corp.DEMconvert - package com.c5corp.DEMconvert
The com.c5corp.DEMconvert package contains one class, C5DemAbstractFilter.
com.c5corp.DEMconvert.filters - package com.c5corp.DEMconvert.filters
The com.c5corp.DEMconvert.filters package consists of export filters allowing DEM data to be exported to arbitrary text formats.
com.c5corp.landUse - package com.c5corp.landUse
 
confs - Variable in class com.c5corp.c5gps.TrackLog
 
ConnectionPool - Class in com.c5corp.c5utm
Provides/manages a pool of java.sql.Connection objects capable of accessing the database.
convertToVerticalFeet() - Method in class com.c5corp.c5dem.DemTable
covertToVerticalFeet() changes the internal representation of data in the dem from Meters to Feet, (or leaves the units unchanged if they are already in Feet.
convertToVerticalMeters() - Method in class com.c5corp.c5dem.DemTable
covertToVerticalMeters() changes the internal representation of data in the dem from Feet to Meters, (or leaves the units unchanged if they are already in Meters.
CoordinateTranslation - Interface in com.c5corp.c5gps
A CoordinateTranslation specifies some translation between two different WayPoints; base and baseTranslator.
copy - Static variable in interface com.c5corp.c5dem.C5DemConstants
public final String copy contains copyright information
Corpscon10To30Meter - Class in com.c5corp.DEMconvert.filters
Converts a DEM file into a corpscon/C5UTM batch file with 10 meter to 30 meter downsampling also functions as an filter in DemTool.
Corpscon10To30Meter() - Constructor for class com.c5corp.DEMconvert.filters.Corpscon10To30Meter
the default constructor creates a blank object such that writeHeader(Dem, PrintWriter) and writeData(Dem, Printwriter) can be used with arbitrary Dem and PrintWriter objects
Corpscon10To30Meter(String) - Constructor for class com.c5corp.DEMconvert.filters.Corpscon10To30Meter
This constructor is used by the main function in this class, which is intended mostly for command line use.
CorpsconBatch - Class in com.c5corp.DEMconvert.filters
Converts a DEM file into a corpscon batch file - also functions as a filter for DemTool in the C5 DEM Tools UI (implements c5demOutFilterInterface through super class)
CorpsconBatch() - Constructor for class com.c5corp.DEMconvert.filters.CorpsconBatch
The default constructor creates a blank object such that writeHeader(Dem, PrintWriter) and writeData(Dem, Printwriter) can be used with arbitrary Dem and PrintWriter objects.
CorpsconBatch(String) - Constructor for class com.c5corp.DEMconvert.filters.CorpsconBatch
This constructor is used by the main function in this class, which is intended mostly for command line use.
CorpsconBatchXY - Class in com.c5corp.DEMconvert.filters
Converts a DEM file into a corpscon batch file - also functions as a filter for DemTool Adds X and Y values in the Point Name field.
CorpsconBatchXY() - Constructor for class com.c5corp.DEMconvert.filters.CorpsconBatchXY
The default constructor creates a blank object such that writeHeader(Dem, PrintWriter) and writeData(Dem, Printwriter) can be used with arbitrary Dem and PrintWriter objects.
CorpsconBatchXY(String) - Constructor for class com.c5corp.DEMconvert.filters.CorpsconBatchXY
This constructor is used by the main function in this class, which is intended mostly for command line use.
countTrackPoints() - Method in class com.c5corp.c5gps.TrackLog
Returns the number of TrackPoints in the Track Log
createViewer() - Static method in class com.c5corp.c5viewUi.DemTool
this method calls openFile() of ViewerDisplayPanel to get a file then calls createViewer(String filename)
CsvRouteListFilter - Class in com.c5corp.c5gps.filters
The CsvRouteListFilter functions both as an input and output filter to read and write standard GPS waypoint .csv files.
CsvRouteListFilter(File) - Constructor for class com.c5corp.c5gps.filters.CsvRouteListFilter
Constructor creates a CsvRoutePointLogFilter .
CsvTrackLogListFilter - Class in com.c5corp.c5gps.filters
The CsvTrackLogListFilter functions both as an input and output filter to read and write standard GPS tracklog .csv files.
CsvTrackLogListFilter(File) - Constructor for class com.c5corp.c5gps.filters.CsvTrackLogListFilter
Constructor creates a CsvTrackLogFilter .
CsvWayPointListFilter - Class in com.c5corp.c5gps.filters
The CsvWayPointListFilter functions both as an input and output filter to read and write standard GPS waypoint .csv files.
CsvWayPointListFilter(File) - Constructor for class com.c5corp.c5gps.filters.CsvWayPointListFilter
Constructor creates a CsvWayPointLogFilter .

D

Dat2C5UTM - Class in com.c5corp.c5utm.util
public class Dat2C5UTM Dat2C5UTM.java - part of the C5 Landscape database (otherwise known as the C5UTM database).
Dat2C5UTM() - Constructor for class com.c5corp.c5utm.util.Dat2C5UTM
 
databaseUnitsConfigured() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a boolean, true if the database units are configured.
databaseWorking() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a boolean, true if the configuration file validates and the DB is working.
DbHelper - Class in com.c5corp.c5utm
public class DbHelper DbHelper.java - part of Landscape database (otherwise known as the C5UTM database).
DbHelper() - Constructor for class com.c5corp.c5utm.DbHelper
 
deleteDem(String, C5UTMconfs) - Static method in class com.c5corp.c5utm.C5UTM
String deleteDem(String id, C5UTMconfs conf) This method drops a dem from the database according to its id.
deleteDem(String) - Static method in class com.c5corp.c5utm.C5UTM
boolean deleteDem(String id) This method drops a dem from the database according to its id.
deleteDem(String, C5UTMconfs) - Static method in class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated. This method is deprecated, moved to the C5UTM class.
deleteDem(String) - Static method in class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated. This method is deprecated, moved to the C5UTM class.
Dem - Class in com.c5corp.c5dem
Digital Elevation Model (DEM) object
Dem(String) - Constructor for class com.c5corp.c5dem.Dem
Constructs a DEM from an input file specified in String inputfile
Dem(File) - Constructor for class com.c5corp.c5dem.Dem
Constructs a DEM from an input file specified in java.io.File file
Dem(URL) - Constructor for class com.c5corp.c5dem.Dem
Constructs a DEM from a java.net.URL
Dem2C51KGrid - Class in com.c5corp.DEMconvert.filters
Dem2C51KGrid.java - part of C5 Landscape (C5UTM) database
Dem2C51KGrid() - Constructor for class com.c5corp.DEMconvert.filters.Dem2C51KGrid
Default constuctor, required by the newInstance() method of the Class class, such that this class can be dynamically loaded.
Dem2C51KGrid(String) - Constructor for class com.c5corp.DEMconvert.filters.Dem2C51KGrid
Builds tables from the specified file name.
Dem2C5PointStats - Class in com.c5corp.DEMconvert.filters
Dem2C5PointStats.java - part of C5 Landscape (C5UTM) database
Dem2C5PointStats() - Constructor for class com.c5corp.DEMconvert.filters.Dem2C5PointStats
Default constuctor, required by the newInstance() method of the Class class, such that this class can be dynamically loaded.
Dem2C5PointStats(String) - Constructor for class com.c5corp.DEMconvert.filters.Dem2C5PointStats
Builds tables from the specified file name.
Dem2C5UTM - Class in com.c5corp.DEMconvert.filters
Dem2C5UTM.java - part of C5UTM database C5 DEM Tool 1.0.3b filter that processes a dem to update the C5UTM database (uses java JDBC) Dem2C5UTM.java adds UTM points to the C5UTM (C5 Landscape) db.
Dem2C5UTM() - Constructor for class com.c5corp.DEMconvert.filters.Dem2C5UTM
default constuctor - required by the newInstance() method of the Class class such that this class can be dynamically loaded.
Dem2C5UTM(String, String) - Constructor for class com.c5corp.DEMconvert.filters.Dem2C5UTM
This constructor is typically used by the main method in this class when invoked from the command line.
DEM3d - Class in com.c5corp.c5j3d
DEM3d creates a 3D object that represents a Digital Elevation Model.
DEM3d(DemTable) - Constructor for class com.c5corp.c5j3d.DEM3d
Constructs a DEM3d object from a DemTable.
DEM3d(DemTable, float, float, float) - Constructor for class com.c5corp.c5j3d.DEM3d
Constructs a DEM3d object with specified dimensions from a DemTable
DEM3dAppearance - Class in com.c5corp.c5j3d
DEM3dAppearance extends DEM3d and creates a DEM3d object with an editable appearance.
DEM3dAppearance(DemTable) - Constructor for class com.c5corp.c5j3d.DEM3dAppearance
Constructs a DEM3dAppearance object from a DemTable.
DEM3dAppearance(DemTable, BufferedImage) - Constructor for class com.c5corp.c5j3d.DEM3dAppearance
Constructs a DEM3dAppearance object with a texture from a DemTable.
DEM3dAppearance(DemTable, float, float, float) - Constructor for class com.c5corp.c5j3d.DEM3dAppearance
Constructs a DEM3dAppearance object with specified dimensions from a DemTable
DEM3dAppearance(DemTable, float, float, float, BufferedImage) - Constructor for class com.c5corp.c5j3d.DEM3dAppearance
Constructs a DEM3dAppearance object with a texture and specified dimensions from a DemTable
DemFileFilter - Class in com.c5corp.c5viewUi
This class extends the abstract class javax.swing.filechooser.FileFilter it is used to filter .dem and .DEM extensions in the JFileChooser It also implements the same logic as a java.io.FileFilter.
DemFileFilter() - Constructor for class com.c5corp.c5viewUi.DemFileFilter
Constructor
DemImagePanel - Class in com.c5corp.c5viewUi
extention of JPanel to image DemTable objects Extends JPanel, implements Scrollable.
DemImagePanel(DemTable, int) - Constructor for class com.c5corp.c5viewUi.DemImagePanel
constructor
DemMetadata - Class in com.c5corp.c5utm
public class dbHelper DemMetadata.java - part of Landscape database (otherwise known as the C5UTM database).
DemMetadata(String, int, int, int, double, double, double, double, double, double, double, double, Date, String, String, int, int, double) - Constructor for class com.c5corp.c5utm.DemMetadata
Constructs a DemMetadata object, which is normally constructed from data in the database, utilizing static methods as in the C5UTM class.
DemMetaTable - Class in com.c5corp.c5utm
Driver class for testing Grid object, DemMetadata object and C5utm's getGrids function.
DemMetaTable() - Constructor for class com.c5corp.c5utm.DemMetaTable
 
DemTable - Class in com.c5corp.c5dem
Extention of com.c5corp.c5dem.Dem adding a table of UtmCoordinatePairElev objects describing xy coordinates for a Dem.
DemTable(URL) - Constructor for class com.c5corp.c5dem.DemTable
Constructs a DEM from a java.net.URL
DemTable(File) - Constructor for class com.c5corp.c5dem.DemTable
Constructs a DEM from an input file specified in java.io.File file
DemTable(String) - Constructor for class com.c5corp.c5dem.DemTable
Constructs a DEM from an input file specified in String inputfile
DemTool - Class in com.c5corp.c5viewUi
Main Method for testing DEM Imaging
DemTool() - Constructor for class com.c5corp.c5viewUi.DemTool
 
DemToolApplet - Class in com.c5corp.c5viewUi
This is the applet version of C5's DEM Tool
DemToolApplet() - Constructor for class com.c5corp.c5viewUi.DemToolApplet
 
Dump1KGrid - Class in com.c5corp.c5utm.util
Dump1KGrid() - Constructor for class com.c5corp.c5utm.util.Dump1KGrid
 

E

E_BIT - Static variable in interface com.c5corp.c5dem.C5DemConstants
Constant representing and mask for E bit
E_BIT - Static variable in class com.c5corp.c5utm.DemMetadata
Mask to check for E bit (see CARDINAL_BITS[] below)
easting - Variable in class com.c5corp.c5dem.UtmPoint
UTM easting value
elevation - Variable in class com.c5corp.c5dem.UtmPoint
Elevation at easting, northing
eof - Variable in class com.c5corp.c5dem.Reader
 
equals(Route) - Method in class com.c5corp.c5gps.Route
Compares the another Route to this to see if they are equivalent.
equals(TrackLog) - Method in class com.c5corp.c5gps.TrackLog
Compares another Tracklog to this to see if they are equivalent tracks.
equals(WayPoint) - Method in class com.c5corp.c5gps.WayPoint
Compares the planametric values of another WayPoint to this to see if they are equivalent.

F

FEETTOMETERS - Static variable in interface com.c5corp.c5dem.C5DemConstants
public final double FEETTOMETERS = 0.3048;
Constant value for converting meters to feet
One foot 0.3048 meters
FileFilteraccept(File) - Method in class com.c5corp.c5viewUi.DemFileFilter
Overrides javax.swing.filechooser.FileFilter.accept(File f) to specify the file filter for the JFileChooser
finalize() - Method in class com.c5corp.c5utm.ConnectionPool
 
finalize() - Method in class com.c5corp.c5utm.UpdateConnectionPool
 
finalize() - Method in class com.c5corp.c5utm.util.Dat2C5UTM
 
findClosestElevation(int) - Method in class com.c5corp.c5utm.Points
find the elevation value in the Data Set closest to the param givin.
findDem(int, int, int, int, int, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Given an area represented by the methods parameters, a DemMetadata object representing a Dem that encloses the given area.
findDemNameContains(String, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Vector findDemNameContains(String str, C5UTMconfs conf) This method will normally return a Vector with either 0 or more elements of type DemMetadata.
findDemNameContains(String, C5UTMconfs, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Deprecated. since version 2.0
findDemNameContains(String, C5UTMconfs) - Static method in class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated. This method is deprecated, its functionality replaced by the getDemMetadata(String query) method of the C5UTM class.
findDemNameContains(String) - Static method in class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated. This method is deprecated, has beem moved to the C5UTM class.
findExactDemNames(String, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Vector findExactDemNames(String str, C5UTMconfs conf) Finds an exact match for a dem name from the file_info field of DEM_METADATA.
findExactDemNames(String, C5UTMconfs, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Deprecated. since version 2.0
findExactDemNames(String, C5UTMconfs) - Static method in class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated. This method is deprecated, moved to the C5UTM class.
findExactDemNames(String) - Static method in class com.c5corp.c5utm.C5UTMdatabaseMethods
Deprecated. This method is deprecated, moved to the C5UTM class.
findSimilarPoints(StatisticalPoint, double, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Given an input point and a connection object, returns a Vector of most similar points.
foundTarget() - Method in class com.c5corp.c5Algorithms.VirtualHikerTrackLog
Returns true if the virtual hiker producing this object was able to reach its target site.
freeConnection(Connection) - Method in class com.c5corp.c5utm.ConnectionPool
returns a connection back to the pool
freeConnection(Connection) - Method in class com.c5corp.c5utm.UpdateConnectionPool
returns a connection back to the pool

G

get1kGridStatus() - Method in class com.c5corp.c5utm.DemMetadata
This attribute indicates the status of statistical metadata that has been generated for the areas in this dem, and stored in the tables UTM_1K_GRID_DATA and UTM_POINT_STATS, See the sql for those tables.
get_accuracy_code() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 14 - Accuracy code for elevations: 0=unknown accuracy, 1=accuracy information is given in logical record type C.
get_availability() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 4 - Code indicating availability of statistics in data element 5: 1=available, 0=unavailable
get_availability() - Method in class com.c5corp.c5dem.TypeC
Type C Data Element 4 - Code indicating availability of statistics in data element 5: 1=available, 0=unavailable
get_column_count() - Method in class com.c5corp.c5dem.Dem
Convenience method for Data Element 16 the number of columns in the file is the same as the number of B records
get_column_id() - Method in class com.c5corp.c5dem.TypeB
A convenience method for Data element 1 retruning the column id
get_contour_interval_l() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 18 - Source contour interval units.
get_contour_interval_s() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 20 - Source contour interval units Corresponds to the units of the map smallest primary contour interval.
get_contour_intervalL() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 18 - Source contour interval units.
get_contour_intervalS() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 20 - Source contour interval units Corresponds to the units of the map smallest primary contour interval.
get_corners() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 11 (a 4x2 array) - A 4,2 array containing the ground coordinates of the four corners for the DEM.
get_counter_angle() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 13 - Counterclockwise angle (in radians) from the primary axis of ground planimetric reference to the primary axis of the DEM local reference system.
get_counter_angle() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 13 - Counterclockwise angle (in radians) from the primary axis of ground planimetric reference to the primary axis of the DEM local reference system.
get_data_edition() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 28 - Data Edition: 01-99 Primarily a NIMA specific field.
get_data_edition() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 28 - Data Edition: 01-99 Primarily a NIMA specific field.
get_data_rmse() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 5 - RMSE of DEM data relative to file's datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.
get_data_rmse() - Method in class com.c5corp.c5dem.TypeC
Type C Data Element 5 - RMSE of DEM data relative to file's datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.
get_data_rmse_sample_size() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 6 - Sample size on which statistics in element 5 are based, if 0, then accuracy will be assumed to be estimated rather than computed.
get_data_rmse_sample_size() - Method in class com.c5corp.c5dem.TypeC
Type C Data Element 6 - Sample size on which statistics in element 5 are based, if 0, then accuracy will be assumed to be estimated rather than computed.
get_datum_elevation() - Method in class com.c5corp.c5dem.TypeB
Elevation of local datum for the profile The values are in the units of measure given by data element 9, logical record type A.
get_dem_level_code() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 3 - DEM level code: 1=DEM-1, 2=DEM-2, 3=DEM-3
get_dem_level_code() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 3 - DEM level code: 1=DEM-1, 2=DEM-2, 3=DEM-3
get_elevation_accuracy() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 14 - Accuracy code for elevations: 0=unknown accuracy, 1=accuracy information is given in logical record type C.
get_elevation_at(short) - Method in class com.c5corp.c5dem.TypeB
Returns the elevation at index i converted to int in version 1.0.2
get_elevation_pattern() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 4 - Code defining elevation pattern (regular or random): 1=regular, 2=random is reserved for future use.
get_elevation_pattern() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 4 - Code defining elevation pattern (regular or random): 1=regular, 2=random is reserved for future use.
get_elevation_unit() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 9 - Code defining unit of measure for elevation coordinates throughout the file: 1=feet, 2=meters.
get_elevation_unit() - Method in class com.c5corp.c5dem.DemTable
public short get_elevation_unit() is a method of Dem.java that is overridden in this class.
get_elevation_unit() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 9 - Code defining unit of measure for elevation coordinates throughout the file: 1=feet, 2=meters.
get_elevations() - Method in class com.c5corp.c5dem.TypeB
A m,n array of elevations for the profile.
get_file_name() - Method in class com.c5corp.c5dem.Dem
Returns the dem spefication Data Element 1 - the file name.
get_file_name() - Method in class com.c5corp.c5dem.TypeA
Returns the dem spefication Data Element 1 - the file name.
get_file_rmse() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 2 - RMSE of file's datum relative to absolute datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.
get_file_rmse() - Method in class com.c5corp.c5dem.TypeC
Type C Data Element 2 - RMSE of file's datum relative to absolute datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.
get_file_rmse_sample_size() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 3 - Sample size on which statistics in data element 2 are based If 0, then accuracy will be assumed to be estimated rather than computed.
get_file_rmse_sample_size() - Method in class com.c5corp.c5dem.TypeC
Type C Data Element 3 - Sample size on which statistics in data element 2 are based.
get_first_elevation_coords() - Method in class com.c5corp.c5dem.TypeB
A two-element array containing the ground planimetric ^ coordinates (Xgo,Ygo) of the first elevation in the profile.
get_ground_coordinates() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 11 (a 4x2 array) - A 4,2 array containing the ground coordinates of the four corners for the DEM.
get_horizontal_datum() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 27 - Horizontal datum:
1=North American Datum 1927 (NAD 27)
2=World Geodetic System 1972 (WGS 72)
3=WGS 84
4=NAD 83
5=Old Hawaii Datum
6=Puerto Rico Datum
7=NAD 83 Provisional
(shifts in horizontal coordinates are computed, but old DEM nodes are not resampled)
get_horizontal_datum() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 27 - Horizontal datum:
1=North American Datum 1927 (NAD 27)
2=World Geodetic System 1972 (WGS 72)
3=WGS 84
4=NAD 83
5=Old Hawaii Datum
6=Puerto Rico Datum
7=NAD 83 Provisional
(shifts in horizontal coordinates are computed, but old DEM nodes are not resampled)
get_inspection_date() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 22 - Data inspection revision date, YYMM two-digit year and two-digit month.
get_inspection_flag() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 23 - Inspection revision flag, "I" or "R"
get_inspection_flag() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 23 - Inspection revision flag, "I" or "R"
get_largest_interval() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 17 - Largest primary contour interval.
get_largest_interval() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 17 - Largest primary contour interval.
get_max_elevation() - Method in class com.c5corp.c5dem.Dem
Convienence method for Data Element 12 (which is a 2 element array), returing the maximum elevation in a dem file.
get_max_elevation() - Method in class com.c5corp.c5dem.TypeB
A convenience method for data element 5, the maximum elevation in the profile.
get_mc_origin() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 2 - MC origin code, Mapping Center origin Code.
get_mc_origin() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 2 - MC origin code, Mapping Center origin Code.
get_min_and_max_values() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 12 (a 2 element array) - A two-element array containing minimum and maximum elevations for the DEM.
get_min_and_max_values() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 12 (a 2 element array) - A two-element array containing minimum and maximum elevations for the DEM.
get_min_elevation() - Method in class com.c5corp.c5dem.Dem
Convienence method for Data Element 12 (which is a 2 element array), returing the minimum elevation in a dem file.
get_min_elevation() - Method in class com.c5corp.c5dem.TypeB
A convenience method for data element 5, the minumum elevation in the profile.
get_number_of_elevations() - Method in class com.c5corp.c5dem.TypeB
A two-element array containing the number (m, n) of elevations in the DEM profile, (Data element 2).
get_percent_void() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 29 - Percent Void: If element 25 indicates a void, this field (right justified) contains the percentage of nodes in the file set to void (-32,767).
get_percent_void() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 29 - Percent Void: If element 25 indicates a void, this field (right justified) contains the percentage of nodes in the file set to void (-32,767).
get_planimetric_system() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 5 - Code defining ground planimetric reference system: 0=Geographic, 1=UTM, 2=State plane.
get_planimetric_system() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 5 - Code defining ground planimetric reference system: 0=Geographic, 1=UTM, 2=State plane.
get_planimetric_unit() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 8 - Code defining unit of measure for ground planimetric units throughout the file: 0=radians, 1=feet, 2=meters, 3=arc-seconds Normally set to code 2 for 7.5-minute DEM's.
get_planimetric_unit() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 8 - Code defining unit of measure for ground planimetric units throughout the file: 0=radians, 1=feet, 2=meters, 3=arc-seconds Normally set to code 2 for 7.5-minute DEM's.
get_planimetric_zone() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 6 - Code defining zone in ground planimetric reference system 163-168 Codes for State plane and UTM coor- dinate zones are given in appendixes D and E for 7.5-minute DEM's.
get_planimetric_zone() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 6 - Code defining zone in ground planimetric reference system 163-168 Codes for State plane and UTM coor- dinate zones are given in appendixes D and E for 7.5-minute DEM's.
get_polygon_sides() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 10 - The number (n) of sides in the polygon which defines the coverage of the DEM file, normally 4.
get_profile_columns() - Method in class com.c5corp.c5dem.TypeB
Convenience methods for Data Element 2, returns the number of columns per profile in this file.
get_profile_elevations() - Method in class com.c5corp.c5dem.TypeB
Convenience methods for Data Element 2, returns the number of elevations in this profile
get_profile_min_max() - Method in class com.c5corp.c5dem.TypeB
A two-element array of minimum and maximum elevations for the profile.
get_projection_parameters() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 7 (15 element array) - Map projectionparameters (see appendix F) of measure for ground planimetric coordinates through-out the file Definition of parameters for various projections is given in appendix F.
get_projection_parameters() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 7 (15 element array) - Map projectionparameters (see appendix F) of measure for ground planimetric coordinates through-out the file Definition of parameters for various projections is given in appendix F.
get_revision_date() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 22 - Data inspection revision date, YYMM two-digit year and two-digit month.
get_row_and_column_id() - Method in class com.c5corp.c5dem.TypeB
A two-element array representing data element 1, containing the row and column identification number of the DEM profile contained in this record.
get_row_id() - Method in class com.c5corp.c5dem.TypeB
A convenience method for Data element 1 retruning the row id
get_rows_and_columns() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 16 - A two-element array containing the number of rows and columns (m,n) of profiles in the DEM When the row value m is set to 1 the n value describes the number of columns in the DEM file.
get_rows_and_columns() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 16 - A two-element array containing the number of rows and columns (m,n) of profiles in the DEM When the row value m is set to 1 the n value describes the number of columns in the DEM file.
get_sides() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 10 - The number (n) of sides in the polygon which defines the coverage of the DEM file, normally 4.
get_smallest_primary() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 19 - Smallest primary.
get_smallest_primary() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 19 - Smallest primary.
get_source_date() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 21 - Data source date YYMM two-digit year and two-digit month.
get_source_date() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 21 - Data source date YYMM two-digit year and two-digit month.
get_spacial_rez_x() - Method in class com.c5corp.c5dem.Dem
convenience method for element 15 - returns spacial resolution x.
get_spacial_rez_y() - Method in class com.c5corp.c5dem.Dem
convenience method for element 15 - returns spacial resolution y.
get_spacial_rez_z() - Method in class com.c5corp.c5dem.Dem
convenience method for element 15 - returns spacial resolution z.
get_stats_available() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 1 - Returns the code indicating availability of statistics in data element 2: 1=available, 0=unavailable
get_stats_available() - Method in class com.c5corp.c5dem.TypeC
Type C Data Element 1 - Returns the code indicating availability of statistics in data element 2: 1=available, 0=unavailable
get_suspect_and_void_flag() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 25 - Suspect and void area flag: 0=none, 1=suspect areas, 2=void areas, 3=suspect and void areas
get_suspect_and_void_flag() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 25 - Suspect and void area flag: 0=none, 1=suspect areas, 2=void areas, 3=suspect and void areas
get_validation_flag() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 24 - Data validation flag:
0= No validation performed.
1=TESDEM (record C added) no qualitative test (no DEM Edit System [DES] review).
2=Water body edit and TESDEM run.
3=DES (includes water edit) no qualitative test (no TESDEM).
4=DES with record C added, qualita tive and quantitative tests for level 1 DEM.
5=DES and TESDEM qualitative and quantitative tests for levels 2 and 3 DEM's.
get_validation_flag() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 24 - Data validation flag:
0= No validation performed.
1=TESDEM (record C added) no qualitative test (no DEM Edit System [DES] review).
2=Water body edit and TESDEM run.
3=DES (includes water edit) no qualitative test (no TESDEM).
4=DES with record C added, qualita tive and quantitative tests for level 1 DEM.
5=DES and TESDEM qualitative and quantitative tests for levels 2 and 3 DEM's.
get_vertical_datum() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 26 - Vertical datum:
1=local mean sea level
2=National Geodetic Vertical Datum 1929 (NGVD 29)
3=North American Vertical Datum 1988 (NAVD 88)
get_vertical_datum() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 26 - Vertical datum:
1=local mean sea level
2=National Geodetic Vertical Datum 1929 (NGVD 29)
3=North American Vertical Datum 1988 (NAVD 88)
get_xgo() - Method in class com.c5corp.c5dem.TypeB
A convenience method for data element 3, the ground planimetric coordinates Xgo.
get_xyz_resolution() - Method in class com.c5corp.c5dem.Dem
Returns the dem specification Data Element 15 (a 3 element array) - A three-element array of DEM spatial resolution for x, y, z.
get_xyz_resolution() - Method in class com.c5corp.c5dem.TypeA
Returns the dem specification Data Element 15 (a 3 element array) - A three-element array of DEM spatial resolution for x, y, z.
get_ygo() - Method in class com.c5corp.c5dem.TypeB
A convenience method for data element 3, the ground planimetric coordinates Ygo.
getAccessPassword() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured access password for this C5UTM database installation.
getAdjacentDemMetadata(int, Connection) - Method in class com.c5corp.c5utm.DemMetadata
Returns the DemMetadata object for the defined cardinal direction.
getAllDemMetadata(Connection) - Static method in class com.c5corp.c5utm.C5UTM
gets all the Dem meta data objects from the database
getAltitude() - Method in class com.c5corp.c5gps.TrackPoint
returns the TrackPoint altitude
getAltitude() - Method in class com.c5corp.c5gps.WayPoint
returns the WayPoint altitude.
getArrayShape() - Method in class com.c5corp.c5utm.Points
Returns a simple array that can be used to iterate over the 2d array returned by getElevations.
getAvailability() - Method in class com.c5corp.c5dem.Dem
Type C Data Element 4 - availability of statistics in data element 5..
getAverageElevation() - Method in class com.c5corp.c5utm.DemMetadata
gets the Average Elevation for the entire dem
getBase() - Method in interface com.c5corp.c5gps.CoordinateTranslation
returns the base waypoint point, relative to the original or base terrain.
getBase() - Method in class com.c5corp.c5gps.SimpleXYCoordinateTranslation
Returns the base WayPoint, or the relative base of the original points that will be translated
getBaseTranslator() - Method in interface com.c5corp.c5gps.CoordinateTranslation
returns the base translator waypoint, relative to the terrain into which the data will be translated.
getBaseTranslator() - Method in class com.c5corp.c5gps.SimpleXYCoordinateTranslation
Returns the base translator, or the base of the translation from the base WayPoint to the translator waypoints
getBaseUrl() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured base url for this C5UTM database installation.
getBreadth() - Method in class com.c5corp.c5j3d.DEM3d
Returns the breadth of the object
getBufferedImage() - Method in class com.c5corp.c5viewUi.DemImagePanel
Returns a reference to the current BufferedImage object that is being drawn on this JPanel.
getCardinalIndex(int) - Static method in class com.c5corp.c5Algorithms.AbstractHiker
Protected helper method to index into the protected parallel array MOVE for the index of a directional x,y coordinate pair describing a move through the grid.
getCleanTrackName() - Method in class com.c5corp.c5gps.TrackLog
accessor for the track name, truncates at any "|" characters and removes white space in favor of "_", giving a gps friendly name for a track
getClosestMean() - Method in class com.c5corp.c5utm.StatisticalPoint
Returns the closest elevation to the mean found in the associated set
getClosestMedian() - Method in class com.c5corp.c5utm.StatisticalPoint
Returns the (snapped) median elevation found in the associated set
getCode(int, int) - Method in class com.c5corp.landUse.LandUseMap
Accessor method that returns land code based on the location in the LandUseMap
getCode(int, int, int) - Method in class com.c5corp.landUse.LandUseMap
Accessor method that returns land code based on the location in UTM coordinates
getCode() - Method in class com.c5corp.landUse.UtmCoordinatePairLandUse
Accessor function that returns land use code.
getColumns_x() - Method in class com.c5corp.c5utm.DemMetadata
The number of profiles in the original DEM - think x (the max val of x in UTM coords)
getConnection() - Method in class com.c5corp.c5utm.ConnectionPool
Returns a connection from the connection pool
getConnection() - Method in class com.c5corp.c5utm.UpdateConnectionPool
Returns a connection from the connection pool
getContiguousModalityPercentage() - Method in class com.c5corp.c5utm.StatisticalPoint
Returns the contiguous modality percentage of the associated set, with -1 indicating a perfectly flat area, and -2 an error.
getCoordinatePairElevArray(int, int, int, int, int, Connection) - Static method in class com.c5corp.c5utm.C5UTM
This method is similar to the getPoints method in this class, (which returns a more powerful Points object) in that it has the same method signature and performs a similar function, but has some notable differences.
getCopy() - Method in class com.c5corp.c5gps.Route
Returns a Route object that is a copy of this
getCorpsconDir() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured CORPSCON directory for this C5UTM database installation.
getCorpsconDirFile() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.io.File containing the configured CORPSCON directory for this C5UTM database installation.
getDate() - Method in class com.c5corp.c5gps.TrackPoint
returns the TrackPoint Date
getDate() - Method in class com.c5corp.c5gps.WayPoint
returns the WayPoint Date
getDateAdded() - Method in class com.c5corp.c5utm.DemMetadata
date_added is not part of the dem specification it holds the date that the DEM was placed in this database.
getDatum() - Method in class com.c5corp.c5gps.GpsPointRecord
Every GpsPointRecord has a datum
getDatum() - Method in class com.c5corp.c5gps.TrackLog
accessor for the datum string
getDatum() - Method in class com.c5corp.c5gps.TrackPoint
returns the TrackPoint datum
getDatum() - Method in class com.c5corp.c5gps.WayPoint
accessor for the datum string
getDbConnection() - Static method in class com.c5corp.c5utm.DbHelper
Helps get a db connection that can read from the database
getDbConnection(String) - Static method in class com.c5corp.c5utm.DbHelper
Helps get a db connection
getDbUrl() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured database url for this C5UTM database installation.
getDemDir() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured DEM directory, (the location of dems already processed into the database), for this C5UTM database installation.
getDemDirFile() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.io.File containing the configured DEM directory, (the location of dems already processed into the database), for this C5UTM database installation.
getDemId() - Method in class com.c5corp.c5utm.DemMetadata
database primary key
getDemId() - Method in class com.c5corp.c5utm.Point
public getDemId() accesses the elevation member
getDemMetadata(String, Connection) - Static method in class com.c5corp.c5utm.C5UTM
Searches the DEM_METADATA.DEM_METADATA_id field for a matching DEM_METADATA_id, returning either a DemMetadata object, or null if there is no such DEM_METADATA_id.
getDemMetadata(int, int) - Method in class com.c5corp.c5utm.Grid
returnd a DemMetadata object from the Grid
getDemMetadataSearch(String, Connection) - Static method in class com.c5corp.c5utm.C5UTM
public static Vector getDemMetadataSearch(String query) Strings are searched in the DEM_METADATA.file_info field (case insensitve), and a Vector of DemMetadata objects is returned that match the search; possibly null, if no matches are found.
getDemTable() - Method in class com.c5corp.c5j3d.DEM3d
Returns the DemTable used to construct the DEM3d object.
getDescription() - Method in class com.c5corp.c5viewUi.DemFileFilter
description of the file types
getDistance(UtmCoordinatePair, UtmCoordinatePair) - Static method in class com.c5corp.c5Algorithms.AbstractHiker
getDistance is a utility method returning the distance between two UtmCoordinatePair objects.
getDistance(TrackPoint, TrackPoint) - Method in class com.c5corp.c5gps.TrackLog
Returns the distance between two trackpoints
getDriver() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured database driver for this C5UTM database installation.
getEastDem() - Method in class com.c5corp.c5utm.DemMetadata
gets the DemMetadata object east of this one.
getEasting() - Method in class com.c5corp.c5dem.PreciseUTMcoordPair
Returns the UTM easting value
getEasting() - Method in class com.c5corp.c5dem.UtmCoordinatePair
Returns the UTM easting value
getEasting() - Method in class com.c5corp.c5gps.GpsPointRecord
Every GpsPointRecord has a UTM easting
getEasting() - Method in class com.c5corp.c5gps.TrackPoint
returns the TrackPoint easting
getEasting() - Method in class com.c5corp.c5gps.WayPoint
returns the WayPoint eastin
getEasting() - Method in class com.c5corp.c5utm.Point
public getEasting() accesses the easting member
getEasting(int, int) - Method in class com.c5corp.landUse.LandUseMap
Accessor method that returns easting based on location in the landUseMap
getEasting() - Method in class com.c5corp.landUse.UtmCoordinatePairLandUse
Accessor function that returns the easting
getElevation() - Method in class com.c5corp.c5dem.UtmCoordinatePairElev
Returns the elevation of the UTM coordinates.
getElevation() - Method in class com.c5corp.c5utm.Point
public getElevation() accesses the elevation member
getFileInfo() - Method in class com.c5corp.c5utm.DemMetadata
The original file information from the origin DEM, TYPE A record number 1
getFilterInfo() - Method in class com.c5corp.DEMconvert.C5DemAbstractFilter
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.C5UTM10To30Meter
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.Corpscon10To30Meter
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.CorpsconBatch
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.CorpsconBatchXY
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.Dem2C51KGrid
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.Dem2C5PointStats
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.Dem2C5UTM
A method that returns a string containing information about the filter.
getFilterInfo() - Method in class com.c5corp.DEMconvert.filters.SampleFilter
A method that returns a string containing information about the filter.
getFiveDegreeTrack() - Method in class com.c5corp.c5Algorithms.LcpHiker
Returns a VirtualHikerTrackLog object containing the results of a "five degree of freedom" artificial hiking algorithm.
getGrids(Connection) - Static method in class com.c5corp.c5utm.C5UTM
Gets DemMetadata from the database and returns it as a Vector of Grid objects with DemMetadata objects.
getHeight() - Method in class com.c5corp.c5j3d.DEM3d
Returns the height of the object
getHeight() - Method in class com.c5corp.c5utm.Grid
returns the hight of the Grid
getHeight() - Method in class com.c5corp.c5viewUi.DemImagePanel
getHeight overides JComponent
getHighElevationColor() - Method in class com.c5corp.c5j3d.DEM3d
Returns the color of the highest point of the object.
getHighest() - Method in class com.c5corp.c5utm.Points
public int getHighest()
getHighest() - Method in class com.c5corp.c5utm.StatisticalPoint
Returns the highest elevation found in the associated set
getHorizontalDatum() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured horizontal datum for this C5UTM database installation.
getHorizontalUnits() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured horizontal units for this C5UTM database installation.
getId() - Method in class com.c5corp.c5utm.Point
public getId() accesses the id member
getImageCacheDir() - Method in class com.c5corp.c5utm.C5UTMconfs
Returns a java.lang.String containing the configured web image cache directory for this C5UTM database installation.
getInputFile() - Method in class com.c5corp.c5dem.Dem
Returns the name of the input file
getInstance() - Static method in class com.c5corp.c5utm.ConnectionPool
Gets an instance of ConnectionPool - which is a singleton object containing Connections.