|
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 |
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. |
int[] |
getUserDataCategories() Returns the required user data categories. |
boolean |
requiresAnalysisInfo() Whether analysis info is required. |
void |
reset(HeavyPointOnNet[][] points) Resets the attributes of this link level selector according to the input points of interest. |
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 int[] getUserDataCategories()
LinkLevelSelector
getUserDataCategories
in interface LinkLevelSelector
public void reset(HeavyPointOnNet[][] points)
LinkLevelSelector
reset
in interface LinkLevelSelector
points
- points of interest. Each member of the array is an array of equivalent points. For example, in a road network, equivalent points can be the points on either side of a two way road.
|
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 |