Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.network.lod
Class ConstraintOperator

java.lang.Object
  extended by oracle.spatial.network.lod.ConstraintOperator


public class ConstraintOperator
extends java.lang.Object

Supports "and", "or", and "not" operations on network constraints.

Since:
Oracle Database 11g Release 2 (11.2)

Constructor Summary
ConstraintOperator()
           

 

Method Summary
static LODNetworkConstraint and(LODNetworkConstraint[] constraints)
          Performs "and" operation on an array of constraints, and returns the combined constraint.
static LODNetworkConstraint not(LODNetworkConstraint constraint)
          Performs "not" operation on the specified constraint, and returns the opposite constraint.
static LODNetworkConstraint or(LODNetworkConstraint[] constraints)
          Performs "or" operation on an array of constraints, and returns the combined constraint.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ConstraintOperator

public ConstraintOperator()

Method Detail

and

public static LODNetworkConstraint and(LODNetworkConstraint[] constraints)
Performs "and" operation on an array of constraints, and returns the combined constraint.
Parameters:
constraints -
Returns:

or

public static LODNetworkConstraint or(LODNetworkConstraint[] constraints)
Performs "or" operation on an array of constraints, and returns the combined constraint.
Parameters:
constraints -
Returns:

not

public static LODNetworkConstraint not(LODNetworkConstraint constraint)
Performs "not" operation on the specified constraint, and returns the opposite constraint.
Parameters:
constraint -
Returns:

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.