Class FeatureTileLink


  • public class FeatureTileLink
    extends Object
    Feature Tile Link object, for linking a feature and tile table together
    Since:
    1.1.5
    Author:
    osbornb
    • Constructor Detail

      • FeatureTileLink

        public FeatureTileLink()
        Default Constructor
      • FeatureTileLink

        public FeatureTileLink​(FeatureTileLink featureTileLink)
        Copy Constructor
        Parameters:
        featureTileLink - feature tile link to copy
        Since:
        1.3.0
    • Method Detail

      • getFeatureTableName

        public String getFeatureTableName()
        Get the feature table name
        Returns:
        feature table name
      • setFeatureTableName

        public void setFeatureTableName​(String featureTableName)
        Set the feature table name
        Parameters:
        featureTableName - feature table name
      • getTileTableName

        public String getTileTableName()
        Get the tile table name
        Returns:
        tile table name
      • setTileTableName

        public void setTileTableName​(String tileTableName)
        Set the tile table name
        Parameters:
        tileTableName - tile table name