public abstract class WMSRequest extends OGCRequest
Modifier and Type | Field and Description |
---|---|
protected WMSStatus |
status |
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
Constructor and Description |
---|
WMSRequest(WMSStatus status,
WMSProtocolHandler protocolHandler) |
Modifier and Type | Method and Description |
---|---|
protected String |
getPartialQuery(WMSStatus status)
Gets the part of the OGC request that share GetMap and GetFeatureInfo
|
protected String |
getSchemaLocation() |
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getOperationName, getSymbol, getTempFilePrefix, getURL, isDeleted, sendRequest, setDeleted
protected WMSStatus status
public WMSRequest(WMSStatus status, WMSProtocolHandler protocolHandler)
protected String getSchemaLocation()
getSchemaLocation
in class OGCRequest