Class FeatureTileLinkKey
- java.lang.Object
-
- mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
-
public class FeatureTileLinkKey extends Object
Feature Tile Link Complex Primary Key including feature and tile table names- Since:
- 1.1.5
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description FeatureTileLinkKey(String featureTableName, String tileTableName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFeatureTableName()Get the feature table nameStringgetTileTableName()Get the tile table nameinthashCode()voidsetFeatureTableName(String featureTableName)Set the feature table namevoidsetTileTableName(String tileTableName)Set the tile table nameStringtoString()
-
-
-
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
-
-