Class FeatureTileTableLinker

    • 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