NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class GetServices

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.esg.GetServices

public class GetServices
extends Object


Nested Class Summary
protected static class GetServices.GetRecordsResponseParser
           
protected static class GetServices.Request
           
protected static class GetServices.ResponseParser
           
 
Constructor Summary
GetServices(AVList queryParams, ResultList resultList)
           
 
Method Summary
protected  void addService(Service service)
           
protected  ExceptionReport doExecuteRequest(CSWConnection conn)
           
 ExceptionReport executeRequest(CSWConnectionPool connectionPool)
           
protected static Angle getAngleValue(AVList avList, String key)
           
protected static boolean getBooleanValue(AVList avList, String key)
           
protected static Date getDateValue(AVList avList, String key)
           
 GetServices.Request getRequest()
           
protected  void makeResultParams(ESGResultModel resultModel)
           
protected  void sortServiceList(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServices

public GetServices(AVList queryParams,
                   ResultList resultList)
Method Detail

addService

protected void addService(Service service)

doExecuteRequest

protected ExceptionReport doExecuteRequest(CSWConnection conn)
                                    throws Exception
Throws:
Exception

executeRequest

public ExceptionReport executeRequest(CSWConnectionPool connectionPool)
                               throws Exception
Throws:
Exception

getAngleValue

protected static Angle getAngleValue(AVList avList,
                                     String key)

getBooleanValue

protected static boolean getBooleanValue(AVList avList,
                                         String key)

getDateValue

protected static Date getDateValue(AVList avList,
                                   String key)

getRequest

public GetServices.Request getRequest()
                               throws Exception
Throws:
Exception

makeResultParams

protected void makeResultParams(ESGResultModel resultModel)

sortServiceList

protected void sortServiceList(String key)

NASA World Wind