Skip navigation links

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


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
 void computeMBR()
          Computes the Maximum Bounding Rectangle (MBR) of the network.
 MBR getMBR()
          Returns the Maximum Bounding Rectangle (MBR) of the network.

 

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.

getMBR

MBR getMBR()
Returns the Maximum Bounding Rectangle (MBR) of the network.
Returns:

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.