Package oracle.spatial.network.lod
Interface SpatialBasicNetwork
-
- All Superinterfaces:
java.lang.Cloneable,LogicalBasicNetwork
public interface SpatialBasicNetwork extends LogicalBasicNetwork
A SpatialNetwork is a LogicalNetwork with geometry information.- Since:
- 11g
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomputeMBR()Computes the Maximum Bounding Rectangle (MBR) of the network.MBRgetMBR()Returns the Maximum Bounding Rectangle (MBR) of the network.-
Methods inherited from interface oracle.spatial.network.lod.LogicalBasicNetwork
addFeatureLayer, addLink, addNode, addUserDataCategory, clone, getFeatureData, getLink, getLinkIds, getLinkLevel, getLinks, getName, getNode, getNodeIds, getNodes, getNumberOfLinks, getNumberOfNodes, getUserDataCategories, isFeatureLayerLoaded, isUserDataCategoryLoaded, isUserDataLoaded, removeLink, removeNode, setFeatureData, setIsUserDataLoaded
-
-
-
-
Method Detail
-
computeMBR
void computeMBR()
Computes the Maximum Bounding Rectangle (MBR) of the network.
-
getMBR
MBR getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the network.- Returns:
-
-