org.geotools.data.wms
Class WMS1_1_0.InternalGetStylesRequest
Object
AbstractRequest
AbstractWMSRequest
AbstractGetStylesRequest
WMS1_1_0.InternalGetStylesRequest
- All Implemented Interfaces:
- Request, GetStylesRequest
- Enclosing class:
- WMS1_1_0
public static class WMS1_1_0.InternalGetStylesRequest
- extends AbstractGetStylesRequest
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMS1_1_0.InternalGetStylesRequest
public WMS1_1_0.InternalGetStylesRequest(URL onlineResource,
Layer[] layers)
- Parameters:
onlineResource
- layers
-
initVersion
protected void initVersion()
- Description copied from class:
AbstractRequest
- Sets up the version number for this request. Typically something like
setProperty("VERSION", "1.1.1");
- Specified by:
initVersion
in class AbstractGetStylesRequest
createResponse
public Response createResponse(String contentType,
InputStream inputStream)
throws ServiceException,
IOException
- Description copied from interface:
Request
- Each Request must know how to create it's counterpart Response.
Given the content type and input stream (containin the response data),
this method must return an appropriate Response object.
- Parameters:
contentType
- the MIME type of the data in the inputStreaminputStream
- contains the data from the response
- Throws:
ServiceException
IOException
Copyright © 1996-2009 Geotools. All Rights Reserved.