NASA World Wind

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

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

public class Filter
extends Element


Constructor Summary
Filter()
           
 
Method Summary
 ComparisonOperator addComparisonOperator(ComparisonOperator comparisonOps)
           
 LogicalOperator addLogicalOperator(LogicalOperator logicOps)
           
 SpatialOperator addSpatialOperator(SpatialOperator spatialOps)
           
 
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

Filter

public Filter()
Method Detail

addComparisonOperator

public ComparisonOperator addComparisonOperator(ComparisonOperator comparisonOps)
                                         throws Exception
Throws:
Exception

addLogicalOperator

public LogicalOperator addLogicalOperator(LogicalOperator logicOps)
                                   throws Exception
Throws:
Exception

addSpatialOperator

public SpatialOperator addSpatialOperator(SpatialOperator spatialOps)
                                   throws Exception
Throws:
Exception

NASA World Wind