org.deegree.ogcwebservices.wmps |
Web Map Service 1.1.3 (OGC WMS Version 1.1.1).
Package Specification
Please read the following documentation for using the framework package
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Used Design Patterns
@author $Author: bezema $
@version $Revision: 6259 $, $Date: 2007-03-20 02:15:15 -0700 (Tue, 20 Mar 2007) $
@since 2.0
|
Java Source File Name | Type | Comment |
DefaultGetMapHandler.java | Class | This is a copy of the WMS package. |
DefaultRequestManager.java | Class | Default Handler to save the PrintMap requests to the 'HSQLDB' and send email after processing the
request. |
GetMapHandler.java | Interface | Interface for defining access to GetMapHandlers. |
GetMapServiceInvokerForNL.java | Class | Inner class for accessing the data of one named layer and creating DisplayElements
and a Thrme from it. |
GetMapServiceInvokerForUL.java | Class | This a copy of the WMS package.
class for accessing the data of one user layer and creating DisplayElements and a
Thrme from it. |
HandlerMapping.java | Class | Maps the Handler using the handler.properties file to the appropriate class. |
PrintMapHandler.java | Class | Handles the PrintMap request. |
PrintMapServiceException.java | Class | PrintMap service exception is a specialization of the ogc web service exception. |
RemoteWMService.java | Class | An instance of the class acts as a wrapper to a remote WMS. |
RequestManager.java | Interface | Interface for defining access to RequestManager. |
WMPSDatabase.java | Class | Provides database functionalities for the wmps. |
WMPService.java | Class | Handles saving the PrintMap request to the databank and generating the initial response to be
sent to the user. |
WMPServiceFactory.java | Class | Service Factory class handles the WMPService Instance. |
WMPServiceTest.java | Class | |
XMLFactory.java | Class | Helper class to create WMPS responses. |