|
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.GoalNodeOperator
public class GoalNodeOperator
Supports "and", "or", and "not" operations on goal node filters.
| Constructor Summary | |
|---|---|
GoalNodeOperator() |
|
| Method Summary | |
|---|---|
static LODGoalNode |
and(LODGoalNode[] goalNodes)Performs "and" operation on an array of goal node filters, and returns the combined goal node filter. |
static LODGoalNode |
not(LODGoalNode goalNode)Performs "not" operation on the specified goal node filter, and returns the opposite goal node filter. |
static LODGoalNode |
or(LODGoalNode[] goalNodes)Performs "or" operation on an array of goal node filters, and returns the combined goal node filter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoalNodeOperator()
| Method Detail |
|---|
public static LODGoalNode and(LODGoalNode[] goalNodes)
public static LODGoalNode or(LODGoalNode[] goalNodes)
public static LODGoalNode not(LODGoalNode goalNode)
|
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 | ||||||||