Skip navigation links

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


oracle.spatial.network.lod
Interface SpatialHeavyPath

All Superinterfaces:
LogicalHeavyPath

public interface SpatialHeavyPath
extends LogicalHeavyPath

A SpatialHeavyPath is a LogicalHeavyPath with geometry information.

Since:
11gR1

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

 

Methods inherited from interface oracle.spatial.network.lod.LogicalHeavyPath
append, append, getCost, getEndNode, getFirstLink, getLastLink, getLinks, getNodes, getStartNode, getUserData, getUserData, prepend, prepend, setCost, setUserData, setUserData, toLogicalPath

 

Method Detail

getGeometry

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

toSpatialPath

SpatialPath toSpatialPath()
Returns the SpatialPath object.
Returns:
spatial path

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.