Package oracle.spatial.network.lod
Interface FeatureData
-
- All Known Implementing Classes:
FeatureDataImpl
public interface FeatureDataFeatureData 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 FeatureLayergetFeatureLayer(int featureLayerId)Returns the feature data for the input feature layer.int[]getFeatureLayerIds()Returns the feature layer IDs.voidsetFeatureLayer(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:
-
-