Class | Description |
---|---|
FeatureTileGen |
Feature Tile Generator main method for command line feature to tile
generation.
|
GeoPackageTextOutput |
Builds readable text output from a GeoPackage
|
Progress |
Progress logger
|
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
|
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
|
Enum | Description |
---|---|
TileFormatType |
Tile Format Type specifying the z/x/y folder structure of tiles
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.