|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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.
See:
Description
| Class Summary | |
|---|---|
| BatchAddDems | |
| Build1KGridFromDb | This utility fills the UTM_1K_GRID_DATA table in the C5 landscape database from data in the DEM_METADATA and UTM_COORS tables. |
| Build1KGridFromFiles | 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. |
| Build1KGridStats | This convienence class calls Build1KGridFromFiles.Build1KGridFromFiles(); and Build1KGridFromDb.Build1KGridFromDb() in this order. |
| BuildPointStats | This convienence class calls BuildPointStatsFromFiles.BuildPointStats() and BuildPointStatsFromDb.BuildPointStats() in this order. |
| BuildPointStatsFromDb | This utility fills the UTM_POINT_STATS table in the C5 landscape database from data in the DEM_METADATA and UTM_COORS tables. |
| BuildPointStatsFromFiles | 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. |
| Dat2C5UTM | public class Dat2C5UTM
Dat2C5UTM.java - part of the C5 Landscape database (otherwise known as the C5UTM database). |
| Dump1KGrid | |
| VerifyDb | public class VerifyDb
VerifyDb.java - part of Landscape database (otherwise known as the C5UTM database). |
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.c5utm
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||