Skip navigation links

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


oracle.spatial.network.lod
Interface SpatialSubPath

All Superinterfaces:
LogicalSubPath

public interface SpatialSubPath
extends LogicalSubPath

A SpatialSubPath is a LogicalSubPath with geometry information.

Since:
11gR1

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

 

Methods inherited from interface oracle.spatial.network.lod.LogicalSubPath
getCost, getEndLinkIndex, getEndPercentage, getReferencePath, getStartLinkIndex, getStartPercentage, getUserData, isFullPath, setUserData

 

Method Detail

getGeometry

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

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.