Package | Description |
---|---|
mil.nga.geopackage | |
mil.nga.geopackage.io | |
mil.nga.geopackage.tiles |
Modifier and Type | Method and Description |
---|---|
TileDao |
GeoPackage.getTileDao(Contents contents)
Get a Tile DAO from Contents
|
TileDao |
GeoPackage.getTileDao(String tableName)
Get a Tile DAO from a table name
|
TileDao |
GeoPackage.getTileDao(TileMatrixSet tileMatrixSet)
Get a Tile DAO from Tile Matrix Set
|
Modifier and Type | Method and Description |
---|---|
void |
TileProperties.writeFile(TileDao tileDao)
Write the properties file using the tile dao
|
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
TileDraw.drawTile(TileDao tileDao,
String imageFormat,
long x,
long y,
long z)
Draw the tile for the x, y, and z
|
static BufferedImage |
TileDraw.drawTile(TileDao tileDao,
TileMatrix tileMatrix,
String imageFormat,
BoundingBox setWebMercatorBoundingBox,
long x,
long y,
long z)
Draw the tile for the x, y, and z
|
static byte[] |
TileDraw.drawTileBytes(TileDao tileDao,
String imageFormat,
long x,
long y,
long z)
Draw the tile as bytes for the x, y, and z
|
static byte[] |
TileDraw.drawTileBytes(TileDao tileDao,
TileMatrix tileMatrix,
String imageFormat,
BoundingBox setWebMercatorBoundingBox,
long x,
long y,
long z)
Draw the tile as bytes for the x, y, and z
|
static TileRow |
TileDraw.getRawTileRow(TileDao tileDao,
TileMatrix tileMatrix,
BoundingBox setWebMercatorBoundingBox,
long x,
long y,
long z)
Attempt to get a single raw tile that aligns with the x, y, z location
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.