NASA World Wind

gov.nasa.worldwind.applications.gio.csw
Class Query

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.csw.Query

public class Query
extends Element


Constructor Summary
Query(String typeNames)
           
 
Method Summary
 Constraint addConstraint()
           
 ElementName addElementName(String name)
           
 ElementSetName addElementSetName(ElementSetType elementSetType)
           
 void setTypeNames(String typeNames)
           
 
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

Query

public Query(String typeNames)
Method Detail

addConstraint

public Constraint addConstraint()
                         throws Exception
Throws:
Exception

addElementName

public ElementName addElementName(String name)
                           throws Exception
Throws:
Exception

addElementSetName

public ElementSetName addElementSetName(ElementSetType elementSetType)
                                 throws Exception
Throws:
Exception

setTypeNames

public void setTypeNames(String typeNames)

NASA World Wind