Package oracle.spatial.network.lod
Interface FeatureData
-
- All Known Implementing Classes:
FeatureDataImpl
public interface FeatureData
FeatureData contains information about all feature data associated with the network elements in a network, sub-network or a partition. Feature data are grouped in feature layers. Each feature layer is represented by a FeatureLayer object.- Since:
- 12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureLayer
getFeatureLayer(int featureLayerId)
Returns the feature data for the input feature layer.int[]
getFeatureLayerIds()
Returns the feature layer IDs.void
setFeatureLayer(int featureLayerId, FeatureLayer featureLayer)
Sets the feature data for the input feature layer.
-
-
-
Method Detail
-
getFeatureLayer
FeatureLayer getFeatureLayer(int featureLayerId)
Returns the feature data for the input feature layer.- Parameters:
featureLayerId
-- Returns:
-
setFeatureLayer
void setFeatureLayer(int featureLayerId, FeatureLayer featureLayer)
Sets the feature data for the input feature layer.- Parameters:
featureLayerId
- feature layer IDfeatureLayer
- feature layer object
-
getFeatureLayerIds
int[] getFeatureLayerIds()
Returns the feature layer IDs.- Returns:
-
-