Skip navigation links

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


oracle.spatial.network.lod
Interface SpatialLink

All Superinterfaces:
java.lang.Cloneable, LogicalLink

public interface SpatialLink
extends LogicalLink

A SpatialLink is a LogicalLink with geometry information.

Since:
11gR1

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

 

Methods inherited from interface oracle.spatial.network.lod.LogicalLink
clone, getCost, getEndNodeId, getId, getLevel, getStartNodeId, getUserData, getUserData, isActive, isBidirected, setCost, setEndNodeId, setIsActive, setIsBidirected, setStartNodeId, setUserData, setUserData, toLogicalNetLink, update

 

Method Detail

getGeometry

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

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.