Package oracle.spatial.network.lod
Interface SpatialSubNetwork
-
- All Superinterfaces:
java.lang.Cloneable
,LogicalBasicNetwork
,LogicalSubNetwork
public interface SpatialSubNetwork extends LogicalSubNetwork
A SpatialSubNetwork is a LogicalSubNetwork with geometry information.- Since:
- 11gR1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
computeMBR()
Computes the Maximum Bounding Rectangle (MBR) of the subnetwork.MBR
getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the subnetwork.-
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
-
Methods inherited from interface oracle.spatial.network.lod.LogicalSubNetwork
addNode, getBoundaryLinkIds, getExternalNodeIds, getIncomingLinkIds, getInternalBoundaryNodeIds, getInternalLinkIds, getInternalNodeIds, getInternalNonBoundaryNodeIds, getNumberOfBoundaryLinks, getNumberOfExternalNodes, getNumberOfIncomingLinks, getNumberOfInternalLinks, getNumberOfInternalNodes, getNumberOfOutgoingLinks, getOutgoingLinkIds, isIncomingLink, isInternalLink, isInternalNode, isOutgoingLink
-
-
-
-
Method Detail
-
computeMBR
void computeMBR()
Computes the Maximum Bounding Rectangle (MBR) of the subnetwork.
-
getMBR
MBR getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the subnetwork.
-
-