public class FeatureTileTableLinker extends FeatureTileTableCoreLinker
EXTENSION_AUTHOR, EXTENSION_DEFINITION, EXTENSION_NAME, EXTENSION_NAME_NO_AUTHORextensionsDao| Constructor and Description |
|---|
FeatureTileTableLinker(GeoPackage geoPackage)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureDao> |
getFeatureDaosForTileTable(String tileTable)
Query for the feature tables linked to a tile table and return feature
DAOs to those tables
|
List<TileDao> |
getTileDaosForFeatureTable(String featureTable)
Query for the tile tables linked to a feature table and return tile DAOs
to those tables
|
deleteLink, deleteLinks, getDao, getExtension, getFeatureTablesForTileTable, getGeoPackage, getLink, getTileTablesForFeatureTable, has, isLinked, link, queryForFeatureTable, queryForTileTableget, getExtensions, getExtensions, getExtensionsDao, getOrCreate, has, has, haspublic FeatureTileTableLinker(GeoPackage geoPackage)
geoPackage - GeoPackagepublic List<TileDao> getTileDaosForFeatureTable(String featureTable)
featureTable - feature tablepublic List<FeatureDao> getFeatureDaosForTileTable(String tileTable)
tileTable - tile table