public class TileDraw extends Object
Constructor and Description |
---|
TileDraw() |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
drawTile(File geoPackageFile,
String tileTable,
String imageFormat,
long x,
long y,
long z)
Draw the tile for the x, y, and z
|
static BufferedImage |
drawTile(GeoPackage geoPackage,
String tileTable,
String imageFormat,
long x,
long y,
long z)
Draw the tile for the x, y, and z
|
static BufferedImage |
drawTile(TileDao tileDao,
String imageFormat,
long x,
long y,
long z)
Draw the tile for the x, y, and z
|
static BufferedImage |
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[] |
drawTileBytes(File geoPackageFile,
String tileTable,
String imageFormat,
long x,
long y,
long z)
Draw the tile bytes for the x, y, and z
|
static byte[] |
drawTileBytes(GeoPackage geoPackage,
String tileTable,
String imageFormat,
long x,
long y,
long z)
Draw the tile bytes for the x, y, and z
|
static byte[] |
drawTileBytes(TileDao tileDao,
String imageFormat,
long x,
long y,
long z)
Draw the tile as bytes for the x, y, and z
|
static byte[] |
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 |
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
|
public static byte[] drawTileBytes(File geoPackageFile, String tileTable, String imageFormat, long x, long y, long z) throws IOException
geoPackageFile
- tileTable
- imageFormat
- x
- y
- z
- IOException
public static BufferedImage drawTile(File geoPackageFile, String tileTable, String imageFormat, long x, long y, long z) throws IOException
geoPackageFile
- tileTable
- imageFormat
- x
- y
- z
- IOException
public static byte[] drawTileBytes(GeoPackage geoPackage, String tileTable, String imageFormat, long x, long y, long z) throws IOException
geoPackage
- tileTable
- imageFormat
- x
- y
- z
- IOException
public static BufferedImage drawTile(GeoPackage geoPackage, String tileTable, String imageFormat, long x, long y, long z) throws IOException
geoPackage
- tileTable
- imageFormat
- x
- y
- z
- IOException
public static byte[] drawTileBytes(TileDao tileDao, String imageFormat, long x, long y, long z) throws IOException
tileDao
- tileMatrix
- imageFormat
- x
- y
- z
- IOException
public static BufferedImage drawTile(TileDao tileDao, String imageFormat, long x, long y, long z) throws IOException
tileDao
- tileMatrix
- imageFormat
- x
- y
- z
- IOException
public static byte[] drawTileBytes(TileDao tileDao, TileMatrix tileMatrix, String imageFormat, BoundingBox setWebMercatorBoundingBox, long x, long y, long z) throws IOException
tileDao
- tileMatrix
- imageFormat
- setWebMercatorBoundingBox
- x
- y
- z
- IOException
public static BufferedImage drawTile(TileDao tileDao, TileMatrix tileMatrix, String imageFormat, BoundingBox setWebMercatorBoundingBox, long x, long y, long z) throws IOException
tileDao
- tileMatrix
- imageFormat
- setWebMercatorBoundingBox
- x
- y
- z
- IOException
public static TileRow getRawTileRow(TileDao tileDao, TileMatrix tileMatrix, BoundingBox setWebMercatorBoundingBox, long x, long y, long z)
tileDao
- tileMatrix
- setWebMercatorBoundingBox
- x
- y
- z
- Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.