org.deegree_impl.services.wms.protocol
Class WMSGetMapResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wms.protocol.WMSGetMapResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WMSGetMapResponse

public class WMSGetMapResponse_Impl
extends OGCWebServiceResponse_Impl
implements WMSGetMapResponse

This interface describes the access to the response of a GetMap request.

The response to a valid GetMap request shall be a map of the georeferenced information layer requested, in the desired style, and having the specified spatial reference system, bounding box, size, format and transparency.

An invalid GetMap request shall yield an error output in the requested Exceptions format (or a network protocol error response in extreme cases). In an HTTP environment, the MIME type of the returned value's Content-type entity header shall match the format of the return value.

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Katharina Lupp

Field Summary
private  java.lang.Object map
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WMSGetMapResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.Object map)
          constructor initializing the class with the
 
Method Summary
 java.lang.Object getMap()
          returns the map that fullfills the GetMap request.
 void setMap(java.lang.Object map)
          sets the map that fullfills the GetMap request.
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

map

private java.lang.Object map
Constructor Detail

WMSGetMapResponse_Impl

WMSGetMapResponse_Impl(OGCWebServiceRequest request,
                       org.w3c.dom.Document exception,
                       java.lang.Object map)
constructor initializing the class with the

Method Detail

getMap

public java.lang.Object getMap()
returns the map that fullfills the GetMap request. If a exception raised generating the map and the exception format doesn't equals application/vnd.ogc.se_inimage or application/vnd.ogc.se_blank null will be returned.

Specified by:
getMap in interface WMSGetMapResponse

setMap

public void setMap(java.lang.Object map)
sets the map that fullfills the GetMap request. If a exception raised generating the map and the exception format doesn't equals application/vnd.ogc.se_inimage or application/vnd.ogc.se_blank null will be returned.