public abstract class AbstractGetStylesRequest extends AbstractWMSRequest implements GetStylesRequest
EXCEPTION_XML, hints, onlineResource, properties
LAYERS, SLDVER
Constructor and Description |
---|
AbstractGetStylesRequest(URL onlineResource,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
Layer[] |
getLayers() |
protected void |
initRequest() |
protected abstract void |
initVersion()
Sets up the version number for this request.
|
void |
setLayers(String layers) |
void |
setSLDver(String sldVer) |
initService
getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
public AbstractGetStylesRequest(URL onlineResource, Properties properties)
onlineResource
- properties
- protected void initRequest()
initRequest
in class AbstractRequest
protected abstract void initVersion()
AbstractRequest
initVersion
in class AbstractRequest
public void setLayers(String layers)
setLayers
in interface GetStylesRequest
layers
- comma-separated list of named layers for which to retrieve style descriptionspublic void setSLDver(String sldVer)
setSLDver
in interface GetStylesRequest
sldVer
- the SLD version requested for the SLD documentpublic Layer[] getLayers()
getLayers
in interface GetStylesRequest
Copyright © 1996–2019 Geotools. All rights reserved.