public class FeatureTileLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_FEATURE_TABLE_NAME
featureTableName field name
|
static String |
COLUMN_TILE_TABLE_NAME
tileTableName field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
FeatureTileLink()
Default Constructor
|
FeatureTileLink(FeatureTileLink featureTileLink)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureTableName()
Get the feature table name
|
FeatureTileLinkKey |
getId()
Get the id
|
String |
getTileTableName()
Get the tile table name
|
void |
setFeatureTableName(String featureTableName)
Set the feature table name
|
void |
setId(FeatureTileLinkKey id)
Set the id
|
void |
setTileTableName(String tileTableName)
Set the tile table name
|
public static final String TABLE_NAME
public static final String COLUMN_FEATURE_TABLE_NAME
public static final String COLUMN_TILE_TABLE_NAME
public FeatureTileLink()
public FeatureTileLink(FeatureTileLink featureTileLink)
featureTileLink - feature tile link to copypublic FeatureTileLinkKey getId()
public void setId(FeatureTileLinkKey id)
id - idpublic String getFeatureTableName()
public void setFeatureTableName(String featureTableName)
featureTableName - feature table namepublic String getTileTableName()
public void setTileTableName(String tileTableName)
tileTableName - tile table nameCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.