Skip navigation links

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


oracle.spatial.network.lod
Interface SpatialPath

All Superinterfaces:
LogicalPath

public interface SpatialPath
extends LogicalPath

A SpatialPath is a LogicalPath with geometry information.

Since:
11gR1

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

 

Methods inherited from interface oracle.spatial.network.lod.LogicalPath
append, append, getCost, getEndNodeId, getFirstLinkId, getLastLinkId, getLinkIds, getNodeIds, getStartNodeId, getUserData, getUserData, indexOfLink, indexOfNode, isSimple, prepend, prepend, setCost, setUserData, setUserData

 

Method Detail

getGeometry

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

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.