Skip navigation links

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


oracle.spatial.network.lod
Interface SpatialNode

All Superinterfaces:
java.lang.Cloneable, LogicalNode

public interface SpatialNode
extends LogicalNode

A SpatialNode is a LogicalNode with geometry information.

Since:
11gR1

Method Summary
 JGeometry getGeometry()
          Returns the geometry information of the node.

 

Methods inherited from interface oracle.spatial.network.lod.LogicalNode
getCost, getId, getUserData, getUserData, isActive, setCost, setIsActive, setUserData, setUserData, update

 

Method Detail

getGeometry

JGeometry getGeometry()
Returns the geometry information of the node.
Returns:

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.