Uses of Class
mil.nga.geopackage.tiles.matrixset.TileMatrixSet
- 
- 
Uses of TileMatrixSet in mil.nga.geopackage.contentsMethods in mil.nga.geopackage.contents that return TileMatrixSet Modifier and Type Method Description TileMatrixSetContents. getTileMatrixSet()Get the Tile Matrix Set, should only return one or no value
- 
Uses of TileMatrixSet in mil.nga.geopackage.dgiwgMethods in mil.nga.geopackage.dgiwg that return TileMatrixSet Modifier and Type Method Description static TileMatrixSetDGIWGGeoPackageUtils. 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.coverageMethods in mil.nga.geopackage.extension.coverage that return TileMatrixSet Modifier and Type Method Description TileMatrixSetCoverageDataCore. getTileMatrixSet()Get the Tile Matrix SetTileMatrixSetGriddedCoverage. getTileMatrixSet()Get the tile matrix setMethods in mil.nga.geopackage.extension.coverage with parameters of type TileMatrixSet Modifier and Type Method Description intGriddedCoverageDao. delete(TileMatrixSet tileMatrixSet)Delete by tile matrix setGriddedCoverageGriddedCoverageDao. query(TileMatrixSet tileMatrixSet)Query by tile matrix setvoidGriddedCoverage. 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.scaleMethods in mil.nga.geopackage.extension.nga.scale with parameters of type TileMatrixSet Modifier and Type Method Description voidTileScaling. 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.srsMethods 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.matrixsetMethods in mil.nga.geopackage.tiles.matrixset that return TileMatrixSet Modifier and Type Method Description TileMatrixSetTileMatrixSetDao. 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.reprojectMethods in mil.nga.geopackage.tiles.reproject that return TileMatrixSet Modifier and Type Method Description protected abstract TileMatrixSetTileReprojectionCore. getTileMatrixSet(boolean reproject)Get the tile matrix set
- 
Uses of TileMatrixSet in mil.nga.geopackage.tiles.userMethods in mil.nga.geopackage.tiles.user with parameters of type TileMatrixSet Modifier and Type Method Description static voidTileDaoUtils. adjustTileMatrixLengths(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)Adjust the tile matrix lengths if needed.static longTileDaoUtils. getMapMaxZoom(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)Get the map max zoom levelstatic longTileDaoUtils. getMapMinZoom(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)Get the map min zoom levelstatic longTileDaoUtils. getMapZoom(TileMatrixSet tileMatrixSet, TileMatrix tileMatrix)Get the map zoom levelstatic long[]TileDaoUtils. getMapZoomRange(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)Get the map zoom level range
 
-