| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
GeoPackageCore.createTileTableWithMetadata(ContentsDataType dataType,
String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table of the specified type and the GeoPackage metadata
|
TileMatrixSet |
GeoPackageCore.createTileTableWithMetadata(String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table and the GeoPackage metadata
|
| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
Contents.getTileMatrixSet()
Get the Tile Matrix Set, should only return one or no value
|
| Modifier and Type | Method and Description |
|---|---|
com.j256.ormlite.dao.ForeignCollection<TileMatrixSet> |
SpatialReferenceSystem.getTileMatrixSet()
Get the tile matrix set
|
| Modifier and Type | Method and Description |
|---|---|
static TileMatrixSet |
CoverageDataCore.createTileTableWithMetadata(GeoPackageCore geoPackage,
String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create the coverage data tile table with metadata
|
TileMatrixSet |
GriddedCoverage.getTileMatrixSet()
Get the tile matrix set
|
TileMatrixSet |
CoverageDataCore.getTileMatrixSet()
Get the Tile Matrix Set
|
| Modifier and Type | Method and Description |
|---|---|
int |
GriddedCoverageDao.delete(TileMatrixSet tileMatrixSet)
Delete by tile matrix set
|
GriddedCoverage |
GriddedCoverageDao.query(TileMatrixSet tileMatrixSet)
Query by tile matrix set
|
void |
GriddedCoverage.setTileMatrixSet(TileMatrixSet tileMatrixSet)
Set the tile matrix set
|
| Constructor and Description |
|---|
CoverageDataCore(GeoPackageCore geoPackage,
TileMatrixSet tileMatrixSet)
Constructor for creating extension rows when creating a new coverage data
tile table
|
CoverageDataCore(GeoPackageCore geoPackage,
TileMatrixSet tileMatrixSet,
Integer width,
Integer height,
mil.nga.sf.proj.Projection requestProjection)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
TileScaling.setTileMatrixSet(TileMatrixSet tileMatrixSet)
Set the tile matrix set
|
| Constructor and Description |
|---|
TileScaling(TileMatrixSet tileMatrixSet,
TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
TileTableScaling(GeoPackageCore geoPackage,
TileMatrixSet tileMatrixSet)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
GeoPackageCoreImpl.createTileTableWithMetadata(ContentsDataType dataType,
String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table of the specified type and the GeoPackage metadata
|
TileMatrixSet |
GeoPackageCoreImpl.createTileTableWithMetadata(String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table and the GeoPackage metadata
|
| Constructor and Description |
|---|
TileMatrixSet(TileMatrixSet tileMatrixSet)
Copy Constructor
|
| Constructor and Description |
|---|
TileMatrixSetDao(com.j256.ormlite.support.ConnectionSource connectionSource,
Class<TileMatrixSet> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TileDaoUtils.adjustTileMatrixLengths(TileMatrixSet tileMatrixSet,
List<TileMatrix> tileMatrices)
Adjust the tile matrix lengths if needed.
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.