Skip navigation links

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


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
 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.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 subnetwork.

getMBR

MBR getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the subnetwork.

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.