Class NFEFeatureLayerMetadata
- java.lang.Object
-
- oracle.spatial.network.nfe.model.NFEMetadata
-
- oracle.spatial.network.nfe.model.feature.NFEFeatureLayerMetadata
-
public class NFEFeatureLayerMetadata extends NFEMetadata
This class holds metadata for an NFE Feature Layer.
-
-
Field Summary
-
Fields inherited from class oracle.spatial.network.nfe.model.NFEMetadata
tableSequenceMap
-
-
Constructor Summary
Constructors Constructor Description NFEFeatureLayerMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NFEFeatureLayerMetadatacreateCopy()Returns a copy of the feature layer metadata.longgetFeatureLayerId()Returns the feature layer id.java.lang.StringgetFeatureLayerName()Returns the feature layer name.FeatureLayerMetadata.FeatureLayerTypegetFeatureLayerType()Returns the feature layer type.java.lang.StringgetFeatureTable()Returns the feature table.java.lang.StringgetHierarchyTable()Returns the hierarchy table.java.lang.StringgetNetworkName()Returns the network name.java.lang.StringgetRelationTable()Returns the relation table.voidsetFeatureLayerId(long featureLayerId)Sets the feature layer id.voidsetFeatureLayerName(java.lang.String featureLayerName)Sets the feature layer namevoidsetFeatureLayerType(FeatureLayerMetadata.FeatureLayerType featureLayerType)Sets the feature layer type.voidsetFeatureTable(java.lang.String featureTable)Sets the feature table.voidsetHierarchyTable(java.lang.String hierarchyTable)Sets the hierarchy table.voidsetNetworkName(java.lang.String networkName)Sets network name.voidsetRelationTable(java.lang.String relationTable)Sets the relation tablejava.lang.StringtoString()-
Methods inherited from class oracle.spatial.network.nfe.model.NFEMetadata
getTableSequence, getTablesWithSequence, hasSequence, setTableSequence
-
-
-
-
Method Detail
-
getNetworkName
public java.lang.String getNetworkName()
Returns the network name.- Returns:
- network name
-
setNetworkName
public void setNetworkName(java.lang.String networkName)
Sets network name.- Parameters:
networkName- network name
-
getFeatureLayerName
public java.lang.String getFeatureLayerName()
Returns the feature layer name.- Returns:
- feature layer name
-
setFeatureLayerName
public void setFeatureLayerName(java.lang.String featureLayerName)
Sets the feature layer name- Parameters:
featureLayerName- feature layer name
-
getFeatureLayerId
public long getFeatureLayerId()
Returns the feature layer id.- Returns:
- feature layer id
-
setFeatureLayerId
public void setFeatureLayerId(long featureLayerId)
Sets the feature layer id.- Parameters:
featureLayerId- feature layer id
-
getFeatureLayerType
public FeatureLayerMetadata.FeatureLayerType getFeatureLayerType()
Returns the feature layer type.- Returns:
- feature layer type
-
setFeatureLayerType
public void setFeatureLayerType(FeatureLayerMetadata.FeatureLayerType featureLayerType)
Sets the feature layer type.- Parameters:
featureLayerType- feature layer type
-
getFeatureTable
public java.lang.String getFeatureTable()
Returns the feature table.- Returns:
- feature table
-
setFeatureTable
public void setFeatureTable(java.lang.String featureTable)
Sets the feature table.- Parameters:
featureTable- feature table
-
getRelationTable
public java.lang.String getRelationTable()
Returns the relation table.- Returns:
- relation table
-
setRelationTable
public void setRelationTable(java.lang.String relationTable)
Sets the relation table- Parameters:
relationTable- relation table
-
getHierarchyTable
public java.lang.String getHierarchyTable()
Returns the hierarchy table.- Returns:
- hierarchy table
-
setHierarchyTable
public void setHierarchyTable(java.lang.String hierarchyTable)
Sets the hierarchy table.- Parameters:
hierarchyTable- hierarchy table
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createCopy
public NFEFeatureLayerMetadata createCopy()
Returns a copy of the feature layer metadata.- Returns:
- copy of the feature layer metadata
-
-