Class FeatureTileTableLinker
- java.lang.Object
-
- mil.nga.geopackage.extension.BaseExtension
-
- mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
- mil.nga.geopackage.extension.nga.link.FeatureTileTableLinker
-
public class FeatureTileTableLinker extends FeatureTileTableCoreLinker
Feature Tile Table linker, used to link feature and tile tables together when the tiles represent the feature datahttp://ngageoint.github.io/GeoPackage/docs/extensions/feature-tile-link.html
- Since:
- 1.1.7
- Author:
- osbornb
-
-
Field Summary
-
Fields inherited from class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
EXTENSION_AUTHOR, EXTENSION_DEFINITION, EXTENSION_NAME, EXTENSION_NAME_NO_AUTHOR
-
Fields inherited from class mil.nga.geopackage.extension.BaseExtension
extensionsDao
-
-
Constructor Summary
Constructors Constructor Description FeatureTileTableLinker(GeoPackage geoPackage)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FeatureDao>
getFeatureDaosForTileTable(String tileTable)
Query for the feature tables linked to a tile table and return feature DAOs to those tablesList<TileDao>
getTileDaosForFeatureTable(String featureTable)
Query for the tile tables linked to a feature table and return tile DAOs to those tables-
Methods inherited from class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
createFeatureTileLinkTable, deleteLink, deleteLinks, getDao, getExtension, getFeatureTablesForTileTable, getFeatureTileLinkDao, getFeatureTileLinkDao, getFeatureTileLinkDao, getGeoPackage, getLink, getTileTablesForFeatureTable, has, isLinked, link, queryForFeatureTable, queryForTileTable
-
Methods inherited from class mil.nga.geopackage.extension.BaseExtension
createDao, get, getExtensions, getExtensions, getExtensionsDao, getOrCreate, has, has, has, verifyWritable
-
-
-
-
Constructor Detail
-
FeatureTileTableLinker
public FeatureTileTableLinker(GeoPackage geoPackage)
Constructor- Parameters:
geoPackage
- GeoPackage
-
-
Method Detail
-
getTileDaosForFeatureTable
public List<TileDao> getTileDaosForFeatureTable(String featureTable)
Query for the tile tables linked to a feature table and return tile DAOs to those tables- Parameters:
featureTable
- feature table- Returns:
- tiles DAOs
-
getFeatureDaosForTileTable
public List<FeatureDao> getFeatureDaosForTileTable(String tileTable)
Query for the feature tables linked to a tile table and return feature DAOs to those tables- Parameters:
tileTable
- tile table- Returns:
- feature DAOs
-
-