NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.csw.Request
          extended by gov.nasa.worldwind.applications.gio.csw.GetRecords
Direct Known Subclasses:
GetContextDocument.Request, GetServiceCommon.Request, GetServiceData, GetServiceData.ServiceDataLinksRequest, GetServiceData.ServiceDataRequest, GetServices.Request

public class GetRecords
extends Request


Constructor Summary
GetRecords()
           
 
Method Summary
 Query addQuery(String typeNames)
           
 void setMaxRecords(int maxRecords)
           
 void setOutputFormat(String outputFormat)
           
 void setOutputSchema(String outputSchema)
           
 void setOutputSchema(xmlns ns)
           
 void setResultType(ResultType resultType)
           
 void setStartPosition(int startPosition)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.csw.Request
setDefaultNamespace, setDefaultNamespace, setService, setVersion
 
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

GetRecords

public GetRecords()
Method Detail

addQuery

public Query addQuery(String typeNames)
               throws Exception
Throws:
Exception

setMaxRecords

public void setMaxRecords(int maxRecords)

setOutputFormat

public void setOutputFormat(String outputFormat)

setOutputSchema

public void setOutputSchema(String outputSchema)

setOutputSchema

public void setOutputSchema(xmlns ns)

setResultType

public void setResultType(ResultType resultType)

setStartPosition

public void setStartPosition(int startPosition)

NASA World Wind