NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSGetImageryListRequest

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.WMSRequest
      extended by gov.nasa.worldwind.servers.wms.WMSGetImageryListRequest

public class WMSGetImageryListRequest
extends WMSRequest


Field Summary
 
Fields inherited from class gov.nasa.worldwind.servers.wms.WMSRequest
CAPABILITIES, EXCEPTIONS, FEATUREINFO, FORMAT, GETIMAGERYLIST, GETMAP, REQUEST, VERSION, WMSSERVICE
 
Constructor Summary
WMSGetImageryListRequest(WMSHttpServletRequest req)
           
 
Method Summary
 double[] getBBox()
           
 double getBBoxXMax()
           
 double getBBoxXMin()
           
 double getBBoxYMax()
           
 double getBBoxYMin()
           
 String[] getLayers()
           
 String getParseReport()
           
 boolean isValid()
           
 String toString()
           
 
Methods inherited from class gov.nasa.worldwind.servers.wms.WMSRequest
createWMSRequest, getHttpRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMSGetImageryListRequest

public WMSGetImageryListRequest(WMSHttpServletRequest req)
                         throws WMSServiceException
Throws:
WMSServiceException
Method Detail

getBBox

public double[] getBBox()

getBBoxXMax

public double getBBoxXMax()

getBBoxXMin

public double getBBoxXMin()

getBBoxYMax

public double getBBoxYMax()

getBBoxYMin

public double getBBoxYMin()

getLayers

public String[] getLayers()

getParseReport

public String getParseReport()
Specified by:
getParseReport in class WMSRequest

isValid

public boolean isValid()
Specified by:
isValid in class WMSRequest

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind WMS