Uses of Class
org.deegree.protocol.wms.WMSConstants.WMSRequestType

Packages that use WMSConstants.WMSRequestType
org.deegree.protocol.wms   
org.deegree.protocol.wms.client   
org.deegree.remoteows.wms   
org.deegree.services.wms.controller   
 

Uses of WMSConstants.WMSRequestType in org.deegree.protocol.wms
 

Methods in org.deegree.protocol.wms that return WMSConstants.WMSRequestType
static WMSConstants.WMSRequestType WMSConstants.WMSRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WMSConstants.WMSRequestType[] WMSConstants.WMSRequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of WMSConstants.WMSRequestType in org.deegree.protocol.wms.client
 

Methods in org.deegree.protocol.wms.client with parameters of type WMSConstants.WMSRequestType
 String WMSClient111.getAddress(WMSConstants.WMSRequestType request, boolean get)
           
 LinkedList<String> WMSClient111.getFormats(WMSConstants.WMSRequestType request)
           
 boolean WMSClient111.isOperationSupported(WMSConstants.WMSRequestType request)
           
 

Uses of WMSConstants.WMSRequestType in org.deegree.remoteows.wms
 

Methods in org.deegree.remoteows.wms with parameters of type WMSConstants.WMSRequestType
 String WMSClient111.getAddress(WMSConstants.WMSRequestType request, boolean get)
           
 String WMSClient.getAddress(WMSConstants.WMSRequestType request, boolean get)
           
 LinkedList<String> WMSClient111.getFormats(WMSConstants.WMSRequestType request)
           
 LinkedList<String> WMSClient.getFormats(WMSConstants.WMSRequestType request)
           
 boolean WMSClient111.isOperationSupported(WMSConstants.WMSRequestType request)
           
 boolean WMSClient.isOperationSupported(WMSConstants.WMSRequestType request)
           
 

Uses of WMSConstants.WMSRequestType in org.deegree.services.wms.controller
 

Fields in org.deegree.services.wms.controller with type parameters of type WMSConstants.WMSRequestType
protected static ImplementationMetadata<WMSConstants.WMSRequestType> WMSProvider.IMPLEMENTATION_METADATA
           
 

Methods in org.deegree.services.wms.controller that return types with arguments of type WMSConstants.WMSRequestType
 ImplementationMetadata<WMSConstants.WMSRequestType> WMSProvider.getImplementationMetadata()
           
 

Methods in org.deegree.services.wms.controller with parameters of type WMSConstants.WMSRequestType
 void WMSController.Controller.handleException(Map<String,String> map, WMSConstants.WMSRequestType req, OWSException e, HttpResponseBuffer response, WMSController controller)
           
 void WMSControllerBase.handleException(Map<String,String> map, WMSConstants.WMSRequestType req, OWSException e, HttpResponseBuffer response, WMSController controller)
           
 



Copyright © 2011. All Rights Reserved.