Skip navigation links

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


oracle.spatial.network.lod
Interface LogicalNetLink

All Superinterfaces:
java.lang.Cloneable, LogicalLink
All Known Subinterfaces:
SpatialNetLink

public interface LogicalNetLink
extends LogicalLink

A LogicalNetLink defines a network link, which is a LogicalLink with reference to the LogicalNetNode objects of the start and end nodes.

Since:
11gR1

Method Summary
 LogicalNetNode getEndNode()
          Returns the reference to the end node.
 LogicalNetNode getStartNode()
          Returns the reference to the start node.
 void setEndNode(LogicalNetNode endNode)
          Sets the reference to the end node of this link.
 void setStartNode(LogicalNetNode startNode)
          Sets the reference to the start node of this link.
 LogicalLink toStandAloneLink()
          Returns a new instance of a standalone link, which has the same properties as this 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

getStartNode

LogicalNetNode getStartNode()
Returns the reference to the start node.
Returns:
start node object

getEndNode

LogicalNetNode getEndNode()
Returns the reference to the end node.
Returns:
end node object

setStartNode

void setStartNode(LogicalNetNode startNode)
Sets the reference to the start node of this link.
Parameters:
startNode - start node

setEndNode

void setEndNode(LogicalNetNode endNode)
Sets the reference to the end node of this link.
Parameters:
endNode - end node

toStandAloneLink

LogicalLink toStandAloneLink()
Returns a new instance of a standalone link, which has the same properties as this link.
Returns:
a standalone link

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.