Class TLcdOGCNotOperator

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.filter.model.TLcdOGCNotOperator
All Implemented Interfaces:
ILcdDataObject, ILcdGenericExpression, ILcdOGCCondition, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOGCNotOperator extends TLcdDataObject implements ILcdOGCCondition
This class represents the <ogc:Not> element.

According to the OGC Filter specification, the NOT operator reverses the logical value of an expression.

A TLcdOGCNotOperator instance is composed of an instance of ILcdOGCCondition that represents the condition that must be inverted.

See Also:
  • Constructor Details

    • TLcdOGCNotOperator

      public TLcdOGCNotOperator()
      Default constructor.
    • TLcdOGCNotOperator

      public TLcdOGCNotOperator(ILcdOGCCondition aCondition)
      Constructs an instance for a given condition.
      Parameters:
      aCondition -
  • Method Details

    • getCondition

      public ILcdOGCCondition getCondition()
      Gets the condition that must be inverted.
      Returns:
      the condition.
    • setCondition

      public void setCondition(ILcdOGCCondition aCondition)
      Sets the condition that must be inverted.
      Parameters:
      aCondition - the condition.
    • toString

      public String toString()
      Overrides:
      toString in class TLcdDataObject
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object