gov.nasa.worldwind.servers.wms
Class WMSRequest
java.lang.Object
gov.nasa.worldwind.servers.wms.WMSRequest
- Direct Known Subclasses:
- WMSGetCapabilitiesRequest, WMSGetFeatureInfoRequest, WMSGetImageryListRequest, WMSGetMapRequest
public abstract class WMSRequest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WMSRequest
protected WMSRequest(WMSHttpServletRequest request)
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()