| FeatureTileGen |
Feature Tile Generator main method for command line feature to tile
generation.
|
| GeoPackageTextOutput |
Builds readable text output from a GeoPackage
|
| OAPIFeatureGen |
OGC API Feature Generator main method for command line feature generation
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar
mil.nga.geopackage.io.OAPIFeatureGen +usage_arguments
|
| Progress |
Progress logger
|
| SQLExec |
Executes SQL on a SQLite database
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -jar name.jar +usage_arguments
java -classpath name.jar mil.nga.geopackage.io.SQLExec +usage_arguments
|
| SQLExecAlterTable |
Execute special Alter Table statement cases including unsupported, non
compliant, and those requiring additional modifications
|
| SQLExecResult |
Result from SQLExec containing tables, columns, column widths, rows,
and values
|
| TileDirectory |
Represents a z,x,y directory structure
|
| TileProperties |
Tile properties for GeoPackage formatted tile property files
|
| TileReader |
Read tiles from a file system directory into a GeoPackage file
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar mil.nga.geopackage.io.TileReader
+usage_arguments
|
| TileReproject |
Tile Reproject main method for command line tile reprojections
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar
mil.nga.geopackage.io.TileReproject +usage_arguments
|
| TileWriter |
Writes the tiles from a GeoPackage tile table to a file system directory
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar mil.nga.geopackage.io.TileWriter
+usage_arguments
|
| URLTileGen |
URL Tile Generator main method for command line tile generation
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar mil.nga.geopackage.io.URLTileGen
+usage_arguments
|
| ZoomLevelProgress |
Progress logger
|