Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


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
 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.LogicalPartition
addNode, 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

 

Methods inherited from interface oracle.spatial.network.lod.LogicalBasicNetwork
addLink, addNode, addUserData, clone, getLink, getLinkIds, getLinks, getName, getNode, getNodeIds, getNodes, getNumberOfLinks, getNumberOfNodes, isUserDataLoaded, removeLink, removeNode, setIsUserDataLoaded

 

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:

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.