Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
- java.lang.Object
-
- oracle.spatial.network.lod.GoalNodeOperator
-
public class GoalNodeOperator
extends java.lang.Object
Supports "and", "or", and "not" operations on goal node filters.
- Since:
- Oracle Database 11g Release 1 (11.1)
-
-
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
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
-
-
Method Detail
-
and
public static LODGoalNode and(LODGoalNode[] goalNodes)
Performs "and" operation on an array of goal node filters, and returns
the combined goal node filter.
-
or
public static LODGoalNode or(LODGoalNode[] goalNodes)
Performs "or" operation on an array of goal node filters, and returns
the combined goal node filter.
-
not
public static LODGoalNode not(LODGoalNode goalNode)
Performs "not" operation on the specified goal node filter, and returns
the opposite goal node filter.
Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.