|
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 LogicalLightSubPath
Light weight logical sub-path that references to a LogicalLightPath
Method Summary | |
---|---|
CategorizedUserData |
getCategorizedUserData() Returns categorized user data. |
double |
getCost() Deprecated. use getCosts(); |
double[] |
getCosts() Returns the costs of the subpath. |
int |
getEndLinkIndex() Returns the end link index. |
double |
getEndPercentage() Returns the location of the end point of the subpath as a percentage of the last link of the containing path. |
LogicalLightPath |
getReferenceLightPath() Returns the path containing the subpath. |
int |
getStartLinkIndex() Returns the start link index. |
double |
getStartPercentage() Returns the location of the starting point of the subpath as a percentage of the first link of the containing 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. |
boolean |
isFullPath() Returns true if the subpath covers the entire reference path. |
void |
setCategorizedUserData(CategorizedUserData userData) Sets categorized user data. |
void |
setCosts(double[] costs) Sets the costs of the subpath. |
void |
setEndLinkIndex(int endLinkIndex) Sets the end link index. |
void |
setEndPercentage(double endPercentage) Sets the location of the end point of the subpath as a percentage of the last link of the containing path. |
void |
setReferenceLightPath(LogicalLightPath refPath) Sets the path containing the subpath. |
void |
setStartLinkIndex(int startLinkIndex) Sets the start link index. |
void |
setStartPercentage(double startPercentage) Sets the location of the starting point of the subpath as a percentage of the first link of the containing path. |
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 |
---|
LogicalLightPath getReferenceLightPath()
double getStartPercentage()
double getEndPercentage()
int getStartLinkIndex()
int getEndLinkIndex()
double getCost()
double[] getCosts()
void setReferenceLightPath(LogicalLightPath refPath)
void setStartPercentage(double startPercentage)
void setEndPercentage(double endPercentage)
void setStartLinkIndex(int startLinkIndex)
void setEndLinkIndex(int endLinkIndex)
void setCosts(double[] costs)
java.util.Map<java.lang.String,java.lang.Object> getUserData()
void setUserData(java.util.Map<java.lang.String,java.lang.Object> userData)
userData
- user DataCategorizedUserData getCategorizedUserData()
void setCategorizedUserData(CategorizedUserData userData)
userData
- user Databoolean isFullPath()
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 dataUserData 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 |