org.deegree.services.wms.controller
Class WMSController130

java.lang.Object
  extended by org.deegree.services.wms.controller.WMSControllerBase
      extended by org.deegree.services.wms.controller.WMSController130
All Implemented Interfaces:
WMSController.Controller

public class WMSController130
extends WMSControllerBase

WMSController130

Version:
$Revision: 31896 $, $Date: 2011-09-15 15:12:23 +0200 (Thu, 15 Sep 2011) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Field Summary
 
Fields inherited from class org.deegree.services.wms.controller.WMSControllerBase
EXCEPTION_BLANK, EXCEPTION_DEFAULT, EXCEPTION_INIMAGE, EXCEPTION_MIME, EXCEPTIONS
 
Constructor Summary
WMSController130()
           
 
Method Summary
protected  void exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
static ICRS getCRS(String crs)
           
static Envelope getCRSAndEnvelope(String crs, double[] bbox)
           
 void sendException(OWSException ex, HttpResponseBuffer response)
           
 void throwSRSException(String name)
           
 
Methods inherited from class org.deegree.services.wms.controller.WMSControllerBase
getCapabilities, handleException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSController130

public WMSController130()
Method Detail

sendException

public void sendException(OWSException ex,
                          HttpResponseBuffer response)
                   throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

throwSRSException

public void throwSRSException(String name)
                       throws OWSException
Throws:
OWSException

getCRS

public static ICRS getCRS(String crs)
Parameters:
crs -
Returns:
a new CRS

getCRSAndEnvelope

public static Envelope getCRSAndEnvelope(String crs,
                                         double[] bbox)
Parameters:
crs -
bbox -
Returns:
a new CRS

exportCapas

protected void exportCapas(String getUrl,
                           String postUrl,
                           MapService service,
                           HttpResponseBuffer response,
                           ServiceIdentification identification,
                           ServiceProvider provider,
                           WMSController controller)
                    throws IOException
Specified by:
exportCapas in class WMSControllerBase
Throws:
IOException


Copyright © 2011. All Rights Reserved.