NASA World Wind

gov.nasa.worldwind.applications.gio.filter
Class PropertyIsBetween

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.filter.ComparisonOperator
          extended by gov.nasa.worldwind.applications.gio.filter.PropertyIsBetween

public class PropertyIsBetween
extends ComparisonOperator


Constructor Summary
PropertyIsBetween()
           
 
Method Summary
 Element addExpression(Expression expression)
           
 LowerBoundary addLowerBoundary(Expression expression)
           
 UpperBoundary addUpperBoundary(Expression expression)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.Element
addElement, addElement, addElements, clearAttributes, clearElements, getAttribute, getElement, getElementCount, getIndex, getName, getNs, hasContent, removeAttribute, removeElement, setAttribute, setElement, toXml, write, writeAttributes, writeBeginElement, writeElementContent, writeEndElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIsBetween

public PropertyIsBetween()
Method Detail

addExpression

public Element addExpression(Expression expression)
                      throws Exception
Throws:
Exception

addLowerBoundary

public LowerBoundary addLowerBoundary(Expression expression)
                               throws Exception
Throws:
Exception

addUpperBoundary

public UpperBoundary addUpperBoundary(Expression expression)
                               throws Exception
Throws:
Exception

NASA World Wind