|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogicalNetLink
A LogicalNetLink defines a network link, which is a LogicalLink with reference to the LogicalNetNode objects of its start and end nodes.
| Method Summary | |
|---|---|
java.lang.Object |
clone()Support cloneable. |
LogicalNetNode |
getEndNode()Returns the reference to the end node. |
LogicalNetNode |
getStartNode()Returns the reference to the start node. |
UserData |
getUserData(int category)Returns user data for the specified category. |
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. |
void |
setUserData(int category, UserData userData)Sets user data for the specified category. |
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 |
|---|
getCategorizedUserData, getCost, getEndNodeId, getId, getLevel, getStartNodeId, getUserData, getUserData, isActive, isBidirected, setCategorizedUserData, setCost, setEndNodeId, setIsActive, setIsBidirected, setStartNodeId, setUserData, setUserData, toLogicalNetLink, update |
| Method Detail |
|---|
LogicalNetNode getStartNode()
LogicalNetNode getEndNode()
void setStartNode(LogicalNetNode startNode)
startNode - start nodevoid setEndNode(LogicalNetNode endNode)
endNode - end nodeLogicalLink toStandAloneLink()
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface LogicalLinkjava.lang.CloneNotSupportedExceptionUserData getUserData(int category)
void setUserData(int category,
UserData userData)
userData -
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||