Uses of Class
mil.nga.geopackage.tiles.matrixset.TileMatrixSet
-
-
Uses of TileMatrixSet in mil.nga.geopackage.contents
Methods in mil.nga.geopackage.contents that return TileMatrixSet Modifier and Type Method Description TileMatrixSet
Contents. getTileMatrixSet()
Get the Tile Matrix Set, should only return one or no value -
Uses of TileMatrixSet in mil.nga.geopackage.dgiwg
Methods in mil.nga.geopackage.dgiwg that return TileMatrixSet Modifier and Type Method Description static TileMatrixSet
DGIWGGeoPackageUtils. createTiles(GeoPackageCore geoPackage, String table, String identifier, String description, BoundingBox informativeBounds, SpatialReferenceSystem srs, BoundingBox extentBounds)
Create tiles table -
Uses of TileMatrixSet in mil.nga.geopackage.extension.coverage
Methods in mil.nga.geopackage.extension.coverage that return TileMatrixSet Modifier and Type Method Description TileMatrixSet
CoverageDataCore. getTileMatrixSet()
Get the Tile Matrix SetTileMatrixSet
GriddedCoverage. getTileMatrixSet()
Get the tile matrix setMethods in mil.nga.geopackage.extension.coverage with parameters of type TileMatrixSet Modifier and Type Method Description int
GriddedCoverageDao. delete(TileMatrixSet tileMatrixSet)
Delete by tile matrix setGriddedCoverage
GriddedCoverageDao. query(TileMatrixSet tileMatrixSet)
Query by tile matrix setvoid
GriddedCoverage. setTileMatrixSet(TileMatrixSet tileMatrixSet)
Set the tile matrix setConstructors in mil.nga.geopackage.extension.coverage with parameters of type TileMatrixSet Constructor Description CoverageDataCore(GeoPackageCore geoPackage, TileMatrixSet tileMatrixSet)
Constructor for creating extension rows when creating a new coverage data tile tableCoverageDataCore(GeoPackageCore geoPackage, TileMatrixSet tileMatrixSet, Integer width, Integer height, Projection requestProjection)
Constructor -
Uses of TileMatrixSet in mil.nga.geopackage.extension.nga.scale
Methods in mil.nga.geopackage.extension.nga.scale with parameters of type TileMatrixSet Modifier and Type Method Description void
TileScaling. setTileMatrixSet(TileMatrixSet tileMatrixSet)
Set the tile matrix setConstructors in mil.nga.geopackage.extension.nga.scale with parameters of type TileMatrixSet Constructor Description TileScaling(TileMatrixSet tileMatrixSet, TileScalingType scalingType, Long zoomIn, Long zoomOut)
ConstructorTileTableScaling(GeoPackageCore geoPackage, TileMatrixSet tileMatrixSet)
Constructor -
Uses of TileMatrixSet in mil.nga.geopackage.srs
Methods in mil.nga.geopackage.srs that return types with arguments of type TileMatrixSet Modifier and Type Method Description ForeignCollection<TileMatrixSet>
SpatialReferenceSystem. getTileMatrixSet()
Get the tile matrix set -
Uses of TileMatrixSet in mil.nga.geopackage.tiles.matrixset
Methods in mil.nga.geopackage.tiles.matrixset that return TileMatrixSet Modifier and Type Method Description TileMatrixSet
TileMatrixSetDao. queryForId(String id)
Methods in mil.nga.geopackage.tiles.matrixset that return types with arguments of type TileMatrixSet Modifier and Type Method Description List<TileMatrixSet>
TileMatrixSetDao. queryForEq(String fieldName, Object value)
Constructors in mil.nga.geopackage.tiles.matrixset with parameters of type TileMatrixSet Constructor Description TileMatrixSet(TileMatrixSet tileMatrixSet)
Copy ConstructorConstructor parameters in mil.nga.geopackage.tiles.matrixset with type arguments of type TileMatrixSet Constructor Description TileMatrixSetDao(ConnectionSource connectionSource, Class<TileMatrixSet> dataClass)
Constructor, required by ORMLite -
Uses of TileMatrixSet in mil.nga.geopackage.tiles.reproject
Methods in mil.nga.geopackage.tiles.reproject that return TileMatrixSet Modifier and Type Method Description protected abstract TileMatrixSet
TileReprojectionCore. getTileMatrixSet(boolean reproject)
Get the tile matrix set -
Uses of TileMatrixSet in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user with parameters of type TileMatrixSet Modifier and Type Method Description static void
TileDaoUtils. adjustTileMatrixLengths(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Adjust the tile matrix lengths if needed.static long
TileDaoUtils. getMapMaxZoom(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Get the map max zoom levelstatic long
TileDaoUtils. getMapMinZoom(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Get the map min zoom levelstatic long
TileDaoUtils. getMapZoom(TileMatrixSet tileMatrixSet, TileMatrix tileMatrix)
Get the map zoom levelstatic long[]
TileDaoUtils. getMapZoomRange(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Get the map zoom level range
-