NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSGetMapRequest

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

public class WMSGetMapRequest
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
WMSGetMapRequest(WMSHttpServletRequest req)
           
 
Method Summary
 double[] getBBox()
           
 double getBBoxXMax()
           
 double getBBoxXMin()
           
 double getBBoxYMax()
           
 double getBBoxYMin()
           
 String getBGColor()
           
 String getCRS()
           
 double getElevation()
           
 String getExceptions()
           
 String getFormat()
           
 int getHeight()
           
 String[] getLayers()
           
 String getParseReport()
           
 String[] getStyles()
           
 String getTime()
           
 String getVersion()
           
 int getWidth()
           
 boolean isTransparent()
           
 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

WMSGetMapRequest

public WMSGetMapRequest(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()

getBGColor

public String getBGColor()

getCRS

public String getCRS()

getElevation

public double getElevation()

getExceptions

public String getExceptions()

getFormat

public String getFormat()

getHeight

public int getHeight()

getLayers

public String[] getLayers()

getParseReport

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

getStyles

public String[] getStyles()

getTime

public String getTime()

getVersion

public String getVersion()

getWidth

public int getWidth()

isTransparent

public boolean isTransparent()

isValid

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

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind WMS