Class FeatureTileTableLinker


public class FeatureTileTableLinker extends FeatureTileTableCoreLinker
Feature Tile Table linker, used to link feature and tile tables together when the tiles represent the feature data

http://ngageoint.github.io/GeoPackage/docs/extensions/feature-tile-link.html

Since:
1.2.6
  • Constructor Details

    • FeatureTileTableLinker

      public FeatureTileTableLinker(GeoPackage geoPackage)
      Constructor
      Parameters:
      geoPackage - GeoPackage
  • Method Details

    • 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