org.geotools.data.wms.request
Interface GetStylesRequest

All Superinterfaces:
Request
All Known Implementing Classes:
AbstractGetStylesRequest, WMS1_1_0.InternalGetStylesRequest

public interface GetStylesRequest
extends Request

Represents a GetStyles Request

Author:
Richard Gould
Module:

Field Summary
static String LAYERS
           
static String SLDVER
           
 
Fields inherited from interface Request
REQUEST, SERVICE, VERSION, WMTVER
 
Method Summary
 Layer[] getLayers()
           
 void setLayers(String layers)
           
 void setSLDver(String sldVer)
           
 
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, performPostOutput, requiresPost, setProperty
 

Field Detail

LAYERS

static final String LAYERS
See Also:
Constant Field Values

SLDVER

static final String SLDVER
See Also:
Constant Field Values
Method Detail

setLayers

void setLayers(String layers)
Parameters:
layers - comma-separated list of named layers for which to retrieve style descriptions

setSLDver

void setSLDver(String sldVer)
Parameters:
sldVer - the SLD version requested for the SLD document

getLayers

Layer[] getLayers()
Returns:
an array containing named layers


Copyright © 1996-2009 Geotools. All Rights Reserved.