NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSRequest

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.WMSRequest
Direct Known Subclasses:
WMSGetCapabilitiesRequest, WMSGetFeatureInfoRequest, WMSGetImageryListRequest, WMSGetMapRequest

public abstract class WMSRequest
extends Object


Field Summary
protected static String CAPABILITIES
           
protected static String EXCEPTIONS
           
protected static String FEATUREINFO
           
protected static String FORMAT
           
protected static String GETIMAGERYLIST
           
protected static String GETMAP
           
protected static String REQUEST
           
protected static String VERSION
           
protected static String WMSSERVICE
           
 
Constructor Summary
protected WMSRequest(WMSHttpServletRequest request)
           
 
Method Summary
static WMSRequest createWMSRequest(WMSHttpServletRequest req)
           
 WMSHttpServletRequest getHttpRequest()
           
abstract  String getParseReport()
           
abstract  boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAPABILITIES

protected static final String CAPABILITIES
See Also:
Constant Field Values

EXCEPTIONS

protected static final String EXCEPTIONS
See Also:
Constant Field Values

FEATUREINFO

protected static final String FEATUREINFO
See Also:
Constant Field Values

FORMAT

protected static final String FORMAT
See Also:
Constant Field Values

GETIMAGERYLIST

protected static final String GETIMAGERYLIST
See Also:
Constant Field Values

GETMAP

protected static final String GETMAP
See Also:
Constant Field Values

REQUEST

protected static final String REQUEST
See Also:
Constant Field Values

VERSION

protected static final String VERSION
See Also:
Constant Field Values

WMSSERVICE

protected static final String WMSSERVICE
See Also:
Constant Field Values
Constructor Detail

WMSRequest

protected WMSRequest(WMSHttpServletRequest request)
Method Detail

createWMSRequest

public static WMSRequest createWMSRequest(WMSHttpServletRequest req)
                                   throws WMSServiceException
Throws:
WMSServiceException

getHttpRequest

public WMSHttpServletRequest getHttpRequest()

getParseReport

public abstract String getParseReport()

isValid

public abstract boolean isValid()

NASA World Wind WMS