|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
public class Points
public class C5UTMconfs
C5UTMconfs.java - part of the C5 Landscape database (otherwise known as the C5UTM database).com.c5corp.c5Algorithms
package contains miscellaneous special analytial algorithms that
utilize the C5 Landscape Database.com.c5corp.c5dem
package contains various classes required to read data from and instantiate
objects representing USGS digital elevation files.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.c5utm.c5gps
package contains GpsFilters for reading and writing various GPS
file types.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 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 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.c5utm.c5viewUi
package contains classes classes constituting various user interfaces
to the C5 Landscape Database and for viewing Dem files.com.c5corp.DEMconvert
package contains one class, C5DemAbstractFilter.com.c5corp.DEMconvert.filters
package consists of export filters allowing DEM data to be exported
to arbitrary text formats.writeHeader(Dem, PrintWriter)
and writeData(Dem, Printwriter)
can be used with arbitrary Dem and PrintWriter objects
writeHeader(Dem, PrintWriter)
and writeData(Dem, Printwriter)
can be used with arbitrary Dem and PrintWriter objects.
writeHeader(Dem, PrintWriter)
and writeData(Dem, Printwriter)
can be used with arbitrary Dem and PrintWriter objects.
public class Dat2C5UTM
Dat2C5UTM.java - part of the C5 Landscape database (otherwise known as the C5UTM database).public class DbHelper
DbHelper.java - part of Landscape database (otherwise known as the C5UTM
database).String deleteDem(String id, C5UTMconfs conf)
This method drops a dem from the database according to its id.
boolean deleteDem(String id)
This method drops a dem from the database according to its id.
String inputfile
java.io.File file
public class dbHelper
DemMetadata.java - part of Landscape database (otherwise known as the C5UTM database).java.io.File file
String inputfile
Vector findDemNameContains(String str, C5UTMconfs conf)
This method will normally return a Vector with either 0 or more elements
of type DemMetadata.
getDemMetadata(String query)
method of the C5UTM class.
Vector findExactDemNames(String str, C5UTMconfs conf)
Finds an exact match for a dem name from the file_info field of DEM_METADATA.
public getDemId()
accesses the elevation member
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.
public getEasting()
accesses the easting member
public getElevation()
accesses the elevation member
public int getHighest()
public getId()
accesses the id member
public int getLowest()
public getNorthing()
accesses the northing member
public UtmCoordinatePairElev getPoint(Point point)
method.
public UtmCoordinatePairElev getPoint(short x, short y) method.
public getZone()
accesses the zone member
public boolean hasVoidArea()
public class Point
Point.java - part of Landscape database (otherwise known as the C5UTM
database).public Points(int zone, int easting, int northing, int elevation, int id)
public char readCharRange(InputStream in, int from, int to);
reader that counts from (from) to in, grabing the chars in the
range public int from (which is the previous to) int to
if there is no input (just space), a single space is returned
public double[] ReadDataElementsDouble(int number_of_elements);
reader that reads in a stream of Data from a Dem file
and converts the space separated input into elements of an array...
public int[] ReadDataElementsInt(int number_of_elements);
reader that reads in a stream of Data from a Dem file
and converts the space separated input into elements of an array...
public short[] ReadDataElementsShort(int number_of_elements);
A reader method that reads in a stream of Data from a Dem file
and converts the space separated input into elements of an array...
public short readShortRange(InputStream in, int from, int to)
reader that takes the current count from in, grabs the chars in that
range, and if there is no input (just space), -1 is returned
public String readStringRange(int from, int to);
reader that takes the current count from in, grabs the chars in the
range public int from (typically the previous to) int to
if there is no input (just space), a single space is returned
public class Points
ReceiptWriter.java - part of Landscape database (otherwise known as the C5UTM database).public final String[] system defines the ground planimetric reference system,
data element 5 in the dem specification.
public class VerifyDb
VerifyDb.java - part of Landscape database (otherwise known as the C5UTM database).public static void writeReceipt(C5UTMconfs conf, Dem dem, String software, String backOutId)
writes a receipt to the RECEIPT directory configured for the database.
public static void writeReceipt(C5UTMconfs conf, Dem dem, String software, String backOutId, PrintWriter out)
writes a receipt to the RECEIPT directory.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |