Package oracle.spatial.network.lod
Interface SpatialPartition
-
- All Superinterfaces:
java.lang.Cloneable
,LogicalBasicNetwork
,LogicalPartition
,LogicalSubNetwork
public interface SpatialPartition extends LogicalPartition
A SpatialPartition is a LogicalPartition 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 network partition.MBR
getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the network partition.-
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.LogicalPartition
addNode, getLinkPartitionIds, getNodePartitionId, getPartitionId, setNodePartitionId, update
-
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 network partition.
-
getMBR
MBR getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the network partition.- Returns:
-
-