|
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 LogicalLightPath
Light-weight logical path, which knows the start and end node IDs on the path, but does not know the complete the list of nodes and links.
Method Summary | |
---|---|
CategorizedUserData |
getCategorizedUserData() Returns categorized user data. |
double |
getCost() Deprecated. use getCosts() |
double[] |
getCosts() Returns the costs of this path. |
long |
getEndNodeId() Returns the end node ID of this path. |
long |
getFirstLinkId() Returns the ID of the first link on this path. |
long |
getLastLinkId() Returns the ID of the last link on this path. |
int |
getNumberOfLinks() Returns the number of links on this path. |
int |
getNumberOfNodes() Returns the number of nodes on this path. |
long |
getStartNodeId() Returns the start node ID of this path. |
java.util.Map<java.lang.String,java.lang.Object> |
getUserData() Deprecated. |
UserData |
getUserData(int category) Returns user data for the specified category. |
java.lang.Object |
getUserData(java.lang.String dataName) Deprecated. |
void |
setCategorizedUserData(CategorizedUserData userData) Sets categorized user data. |
void |
setUserData(int category, UserData userData) Sets user data for the specified category. |
void |
setUserData(java.util.Map<java.lang.String,java.lang.Object> userData) Deprecated. |
void |
setUserData(java.lang.String dataName, java.lang.Object dataValue) Deprecated. |
Method Detail |
---|
double getCost()
double[] getCosts()
long getStartNodeId()
long getEndNodeId()
long getFirstLinkId()
long getLastLinkId()
int getNumberOfNodes()
int getNumberOfLinks()
java.lang.Object getUserData(java.lang.String dataName)
dataName
- name of the user datavoid setUserData(java.lang.String dataName, java.lang.Object dataValue)
dataName
- name of the user datadataValue
- value of the user dataCategorizedUserData getCategorizedUserData()
void setCategorizedUserData(CategorizedUserData userData)
userData
-UserData getUserData(int category)
void setUserData(int category, UserData userData)
userData
-java.util.Map<java.lang.String,java.lang.Object> getUserData()
void setUserData(java.util.Map<java.lang.String,java.lang.Object> userData)
userData
- user Data
|
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 |