|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.network.lod.DummyLinkLevelSelector
public class DummyLinkLevelSelector
This implementation of LinkLevelSelector always returns the fixed link level specified in the constructor.
Constructor Summary | |
---|---|
DummyLinkLevelSelector() |
|
DummyLinkLevelSelector(int linkLevel) |
Method Summary | |
---|---|
int |
getLinkLevelToExpand(LODAnalysisInfo ai) Returns the link level for the next node to expend on. |
boolean |
requiresAnalysisInfo() Whether analysis info is required. |
boolean |
requiresUserData() Whether user data is required. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyLinkLevelSelector()
public DummyLinkLevelSelector(int linkLevel)
Method Detail |
---|
public int getLinkLevelToExpand(LODAnalysisInfo ai)
LinkLevelSelector
getLinkLevelToExpand
in interface LinkLevelSelector
ai
- analysis informationpublic boolean requiresAnalysisInfo()
LinkLevelSelector
requiresAnalysisInfo
in interface LinkLevelSelector
public boolean requiresUserData()
LinkLevelSelector
requiresUserData
in interface LinkLevelSelector
|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |