Package org.geotools.ows.wms.request
Interface PutStylesRequest
-
- All Superinterfaces:
Request
- All Known Implementing Classes:
AbstractPutStylesRequest
,WMS1_1_1.InternalPutStylesRequest
public interface PutStylesRequest extends Request
Represents a PutStyles request- Author:
- Richard Gould
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMode(String mode)
void
setSLD(String sld)
void
setSLDBody(String sldBody)
-
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
-
-
-
-
Field Detail
-
MODE
static final String MODE
- See Also:
- Constant Field Values
-
SLD
static final String SLD
- See Also:
- Constant Field Values
-
SLD_BODY
static final String SLD_BODY
- See Also:
- Constant Field Values
-
INSERT_AND_REPLACE
static final String INSERT_AND_REPLACE
- See Also:
- Constant Field Values
-
REPLACE_ALL
static final String REPLACE_ALL
- See Also:
- Constant Field Values
-
-