Uses of Interface
mil.nga.geopackage.GeoPackage
-
-
Uses of GeoPackage in mil.nga.geopackage
Classes in mil.nga.geopackage that implement GeoPackage Modifier and Type Class Description class
GeoPackageImpl
GeoPackage implementationMethods in mil.nga.geopackage that return GeoPackage Modifier and Type Method Description GeoPackage
GeoPackageCache. getOrNoCacheOpen(File file)
Get the cached GeoPackage or open the GeoPackage file without caching itGeoPackage
GeoPackageCache. getOrNoCacheOpen(String name, File file)
Get the cached GeoPackage or open the GeoPackage file without caching itGeoPackage
GeoPackageCache. getOrOpen(File file)
Get the cached GeoPackage or open and cache the GeoPackage fileGeoPackage
GeoPackageCache. getOrOpen(String name, File file)
Get the cached GeoPackage or open and cache the GeoPackage filestatic GeoPackage
GeoPackageManager. open(boolean writable, File file)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(boolean writable, File file, boolean validate)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(File file)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(File file, boolean validate)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(String name, boolean writable, File file)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(String name, boolean writable, File file, boolean validate)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(String name, File file)
Open a GeoPackagestatic GeoPackage
GeoPackageManager. open(String name, File file, boolean validate)
Open a GeoPackage -
Uses of GeoPackage in mil.nga.geopackage.dgiwg
Classes in mil.nga.geopackage.dgiwg that implement GeoPackage Modifier and Type Class Description class
DGIWGGeoPackage
DGIWG (Defence Geospatial Information Working Group) GeoPackage implementationConstructors in mil.nga.geopackage.dgiwg with parameters of type GeoPackage Constructor Description DGIWGGeoPackage(GeoPackageFileName fileName, GeoPackage geoPackage)
ConstructorDGIWGGeoPackage(GeoPackage geoPackage)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.extension.coverage
Methods in mil.nga.geopackage.extension.coverage with parameters of type GeoPackage Modifier and Type Method Description static CoverageData<?>
CoverageData. createTileTable(GeoPackage geoPackage, TileTableMetadata metadata, GriddedCoverageDataType dataType)
Create the coverage data tile table with metadata and extensionstatic CoverageDataPng
CoverageDataPng. createTileTable(GeoPackage geoPackage, TileTableMetadata metadata)
Create the coverage data tile table with metadata and extensionstatic CoverageDataTiff
CoverageDataTiff. createTileTable(GeoPackage geoPackage, TileTableMetadata metadata)
Create the coverage data tile table with metadata and extensionstatic CoverageData<?>
CoverageData. getCoverageData(GeoPackage geoPackage, TileDao tileDao)
Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size as the request size width and heightstatic CoverageData<?>
CoverageData. getCoverageData(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
Get a Tiled Gridded Coverage Datastatic CoverageData<?>
CoverageData. getCoverageData(GeoPackage geoPackage, TileDao tileDao, Projection requestProjection)
Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size as the request size width and height, request as the specified projectionConstructors in mil.nga.geopackage.extension.coverage with parameters of type GeoPackage Constructor Description CoverageData(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
ConstructorCoverageDataPng(GeoPackage geoPackage, TileDao tileDao)
Constructor, use the coverage data tables pixel tile size as the request size width and heightCoverageDataPng(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
ConstructorCoverageDataPng(GeoPackage geoPackage, TileDao tileDao, Projection requestProjection)
Constructor, use the coverage data tables pixel tile size as the request size width and height, request as the specified projectionCoverageDataTiff(GeoPackage geoPackage, TileDao tileDao)
Constructor, use the coverage data tables pixel tile size as the request size width and heightCoverageDataTiff(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
ConstructorCoverageDataTiff(GeoPackage geoPackage, TileDao tileDao, Projection requestProjection)
Constructor, use the coverage data tables pixel tile size as the request size width and height, request as the specified projection -
Uses of GeoPackage in mil.nga.geopackage.extension.nga.index
Constructors in mil.nga.geopackage.extension.nga.index with parameters of type GeoPackage Constructor Description FeatureTableIndex(GeoPackage geoPackage, FeatureDao featureDao)
ConstructorFeatureTableIndex(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.extension.nga.link
Constructors in mil.nga.geopackage.extension.nga.link with parameters of type GeoPackage Constructor Description FeatureTileTableLinker(GeoPackage geoPackage)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.extension.nga.properties
Methods in mil.nga.geopackage.extension.nga.properties with parameters of type GeoPackage Modifier and Type Method Description PropertiesExtension
PropertiesManager. getPropertiesExtension(GeoPackage geoPackage)
Constructors in mil.nga.geopackage.extension.nga.properties with parameters of type GeoPackage Constructor Description PropertiesExtension(GeoPackage geoPackage)
ConstructorPropertiesManager(GeoPackage geoPackage)
ConstructorConstructor parameters in mil.nga.geopackage.extension.nga.properties with type arguments of type GeoPackage Constructor Description PropertiesManager(Collection<GeoPackage> geoPackages)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return GeoPackage Modifier and Type Method Description GeoPackage
FeatureStyleExtension. getGeoPackage()
Constructors in mil.nga.geopackage.extension.nga.style with parameters of type GeoPackage Constructor Description FeatureStyleExtension(GeoPackage geoPackage)
ConstructorFeatureTableStyles(GeoPackage geoPackage, String featureTable)
ConstructorFeatureTableStyles(GeoPackage geoPackage, Contents contents)
ConstructorFeatureTableStyles(GeoPackage geoPackage, GeometryColumns geometryColumns)
ConstructorFeatureTableStyles(GeoPackage geoPackage, FeatureTable featureTable)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.extension.related
Constructors in mil.nga.geopackage.extension.related with parameters of type GeoPackage Constructor Description RelatedTablesExtension(GeoPackage geoPackage)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.extension.rtree
Methods in mil.nga.geopackage.extension.rtree that return GeoPackage Modifier and Type Method Description GeoPackage
RTreeIndexExtension. getGeoPackage()
Constructors in mil.nga.geopackage.extension.rtree with parameters of type GeoPackage Constructor Description RTreeIndexExtension(GeoPackage geoPackage)
ConstructorRTreeIndexExtension(GeoPackage geoPackage, boolean geodesic)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.features
Methods in mil.nga.geopackage.features that return GeoPackage Modifier and Type Method Description GeoPackage
OAPIFeatureGenerator. getGeoPackage()
Constructors in mil.nga.geopackage.features with parameters of type GeoPackage Constructor Description OAPIFeatureGenerator(GeoPackage geoPackage, String tableName, String server, String id)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.features.index
Constructors in mil.nga.geopackage.features.index with parameters of type GeoPackage Constructor Description FeatureIndexManager(GeoPackage geoPackage, String featureTable)
ConstructorFeatureIndexManager(GeoPackage geoPackage, String featureTable, boolean geodesic)
ConstructorFeatureIndexManager(GeoPackage geoPackage, FeatureDao featureDao)
ConstructorFeatureIndexManager(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.io
Methods in mil.nga.geopackage.io with parameters of type GeoPackage Modifier and Type Method Description static SQLExecResult
SQLExecAlterTable. alterTable(GeoPackage database, String sql)
Handle alter table statements that are unsupported, non spec compliant, or require additional modificationsstatic SQLExecResult
SQLExec. executeSQL(GeoPackage database, String sql)
Execute the SQL on the databasestatic SQLExecResult
SQLExec. executeSQL(GeoPackage database, String sql, Integer maxRows)
Execute the SQL on the GeoPackage databasestatic SQLExecResult
SQLExec. executeSQL(GeoPackage database, String sql, Projection projection, Integer maxRows)
Execute the SQL on the GeoPackage databasestatic boolean
SQLExec. isGeoPackage(GeoPackage database)
Check if the SQLite database is a GeoPackagestatic void
TileReader. readTiles(GeoPackage geoPackage, String tileTable, File directory, String imageFormat, TileFormatType tileType, boolean rawImage)
Read the tiles in the directory into the GeoPackage file tablestatic void
TileWriter. writeTiles(GeoPackage geoPackage, String tileTable, File directory, String imageFormat, Integer width, Integer height, TileFormatType tileType, boolean rawImage)
Write the tile table tile image set within the GeoPackage file to the provided directoryConstructors in mil.nga.geopackage.io with parameters of type GeoPackage Constructor Description GeoPackageTextOutput(GeoPackage geoPackage)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles that return GeoPackage Modifier and Type Method Description GeoPackage
TileGenerator. getGeoPackage()
Get the GeoPackageConstructors in mil.nga.geopackage.tiles with parameters of type GeoPackage Constructor Description TileGenerator(GeoPackage geoPackage, String tableName, int[] zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorTileGenerator(GeoPackage geoPackage, String tableName, int minZoom, int maxZoom, BoundingBox boundingBox, Projection projection)
ConstructorTileGenerator(GeoPackage geoPackage, String tableName, int zoomLevel, BoundingBox boundingBox, Projection projection)
ConstructorTileGenerator(GeoPackage geoPackage, String tableName, Collection<Integer> zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorTileGenerator(GeoPackage geoPackage, String tableName, BoundingBox boundingBox, Projection projection)
ConstructorUrlTileGenerator(GeoPackage geoPackage, String tableName, String tileUrl, int[] zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorUrlTileGenerator(GeoPackage geoPackage, String tableName, String tileUrl, int minZoom, int maxZoom, BoundingBox boundingBox, Projection projection)
ConstructorUrlTileGenerator(GeoPackage geoPackage, String tableName, String tileUrl, int zoomLevel, BoundingBox boundingBox, Projection projection)
ConstructorUrlTileGenerator(GeoPackage geoPackage, String tableName, String tileUrl, Collection<Integer> zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorUrlTileGenerator(GeoPackage geoPackage, String tableName, String tileUrl, BoundingBox boundingBox, Projection projection)
Constructor -
Uses of GeoPackage in mil.nga.geopackage.tiles.features
Methods in mil.nga.geopackage.tiles.features that return GeoPackage Modifier and Type Method Description GeoPackage
FeaturePreview. getGeoPackage()
Get the GeoPackageConstructors in mil.nga.geopackage.tiles.features with parameters of type GeoPackage Constructor Description DefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeaturePreview(GeoPackage geoPackage, String featureTable)
ConstructorFeaturePreview(GeoPackage geoPackage, FeatureDao featureDao)
ConstructorFeaturePreview(GeoPackage geoPackage, FeatureTiles featureTiles)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, int[] zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, int[] zoomLevels, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, int minZoom, int maxZoom, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, int minZoom, int maxZoom, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, int zoomLevel, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, int zoomLevel, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, Collection<Integer> zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, Collection<Integer> zoomLevels, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, int[] zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, int[] zoomLevels, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, int minZoom, int maxZoom, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, int minZoom, int maxZoom, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, int zoomLevel, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, int zoomLevel, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, Collection<Integer> zoomLevels, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, Collection<Integer> zoomLevels, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, BoundingBox boundingBox, Projection projection)
ConstructorFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, GeoPackage featureGeoPackage, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTileGenerator(GeoPackage geoPackage, String tableName, FeatureTiles featureTiles, Projection projection)
Constructor, find the the bounding box from the feature tableFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tables -
Uses of GeoPackage in mil.nga.geopackage.tiles.reproject
Methods in mil.nga.geopackage.tiles.reproject that return GeoPackage Modifier and Type Method Description GeoPackage
TileReprojection. getGeoPackage()
Get the GeoPackageMethods in mil.nga.geopackage.tiles.reproject with parameters of type GeoPackage Modifier and Type Method Description static TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, String reprojectTable, TileReprojectionOptimize optimize)
Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackagestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, String reprojectTable, Projection projection)
Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackagestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, String reprojectTable, TileReprojectionOptimize optimize)
Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackagestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, String reprojectTable, Projection projection)
Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackagestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, TileReprojectionOptimize optimize)
Create a Reprojection from a GeoPackage tile table, replacing the existing tilesstatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, Projection projection)
Create a Reprojection from a GeoPackage tile table, replacing the existing tilesstatic TileReprojection
TileReprojection. create(TileDao tileDao, GeoPackage reprojectGeoPackage, String reprojectTable, TileReprojectionOptimize optimize)
Create a Reprojection from a tile table to a new tile table in a specified GeoPackagestatic TileReprojection
TileReprojection. create(TileDao tileDao, GeoPackage geoPackage, String reprojectTable, Projection projection)
Create a Reprojection from a tile table to a new tile table in a specified GeoPackagestatic TileReprojection
TileReprojection. create(TileDao tileDao, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, String reprojectTable, TileReprojectionOptimize optimize)
Reproject a GeoPackage tile table to a new tile table within the GeoPackagestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, String reprojectTable, Projection projection)
Reproject a GeoPackage tile table to a new tile table within the GeoPackagestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, String reprojectTable, TileReprojectionOptimize optimize)
Reproject a GeoPackage tile table to a new tile table in a specified GeoPackagestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, String reprojectTable, Projection projection)
Reproject a GeoPackage tile table to a new tile table in a specified GeoPackagestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, TileReprojectionOptimize optimize)
Reproject a GeoPackage tile table, replacing the existing tilesstatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, Projection projection)
Reproject a GeoPackage tile table, replacing the existing tilesstatic int
TileReprojection. reproject(TileDao tileDao, GeoPackage reprojectGeoPackage, String reprojectTable, TileReprojectionOptimize optimize)
Reproject a tile table to a new tile table in a specified GeoPackagestatic int
TileReprojection. reproject(TileDao tileDao, GeoPackage reprojectGeoPackage, String reprojectTable, Projection projection)
Reproject a tile table to a new tile table in a specified GeoPackagestatic int
TileReprojection. reproject(TileDao tileDao, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tableConstructors in mil.nga.geopackage.tiles.reproject with parameters of type GeoPackage Constructor Description TileReprojection(TileDao tileDao, GeoPackage geoPackage, String table, Projection projection)
Constructor, reproject a tile table to a new tile table in a specified GeoPackageTileReprojection(TileDao tileDao, GeoPackage geoPackage, TileDao reprojectTileDao)
Constructor, reproject a GeoPackage tile table to a new tile table
-