deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcwebservices.InconsistentRequestException

Packages that use InconsistentRequestException
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wfs.operation.transaction   
org.deegree.ogcwebservices.wmps.operation   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wpvs.operation   
org.deegree.portal.common.control   
 

Uses of InconsistentRequestException in org.deegree.ogcwebservices.wfs.operation
 

Methods in org.deegree.ogcwebservices.wfs.operation that throw InconsistentRequestException
 void AugmentableGetFeature.augment(WFSConfiguration config)
          Augments the KVP request with the needed information from the WFSConfiguration.
protected static void AbstractWFSRequest.checkServiceParameter(Map<String,String> model)
          Checks that the "SERVICE" parameter value equals the name of the service.
static GetFeatureWithLock GetFeatureWithLock.create(Map<String,String> kvp)
          Creates a new GetFeatureWithLock request from the given map.
static GetFeature GetFeature.create(Map<String,String> kvp)
          Creates a new GetFeature request from the given map.
static GetGmlObject GetGmlObject.create(Map<String,String> map)
           
static LockFeature LockFeature.create(Map<String,String> kvp)
          Creates a new LockFeature request from the given parameter map.
static DescribeFeatureType DescribeFeatureType.create(Map<String,String> request)
          Creates a new DescribeFeatureType request from the given map.
static GetFeatureWithLock GetFeatureWithLock.create(String id, String request)
          Creates a new GetFeatureWithLock instance from the given key-value pair encoded request.
static GetFeature GetFeature.create(String id, String request)
          Creates a new GetFeature instance from the given key-value pair encoded request.
static DescribeFeatureType DescribeFeatureType.create(String id, String request)
          Creates a new DescribeFeatureType instance from the given key-value pair encoded request.
 

Uses of InconsistentRequestException in org.deegree.ogcwebservices.wfs.operation.transaction
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that throw InconsistentRequestException
static Transaction Transaction.create(Map<String,String> model)
          Creates a Transaction request from a key-value-pair encoding of the parameters contained in the given Map.
static Transaction Transaction.create(String id, String request)
          Creates a Transaction request from a key-value-pair encoding of the parameters contained in the passed variable 'request'.
 

Uses of InconsistentRequestException in org.deegree.ogcwebservices.wmps.operation
 

Methods in org.deegree.ogcwebservices.wmps.operation that throw InconsistentRequestException
static PrintMap PrintMap.create(Element root)
          creates a PrintMapRequest from its XML representation as defined in the specification.
static PrintMap PrintMap.create(Map<String,String> model)
          creates a PrintMapRequest from a HashMap that contains the request parameters as key-value-pairs.
static WMPSGetCapabilities WMPSGetCapabilities.create(Map<String,String> paramMap)
          creates an WMPS GetCapabilities Request
 

Uses of InconsistentRequestException in org.deegree.ogcwebservices.wms
 

Subclasses of InconsistentRequestException in org.deegree.ogcwebservices.wms
 class InvalidCRSException
          InvalidCRSException is true to its name and uses the InvalidCRS exception code.
 class InvalidFormatException
           
 class InvalidPointException
          InvalidPointException is true to its name and denotes an invalid point (in a GetFeatureInfo request, probably).
 class InvalidSRSException
          InvalidSRSException is true to its name and uses the InvalidSRS exception code.
 

Methods in org.deegree.ogcwebservices.wms that throw InconsistentRequestException
protected static GetCoverage GetMapServiceInvokerForNL.createGetCoverageRequest(AbstractDataSource ds, GetMap request)
          creates a getCoverage request considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent.
 

Uses of InconsistentRequestException in org.deegree.ogcwebservices.wms.operation
 

Methods in org.deegree.ogcwebservices.wms.operation that throw InconsistentRequestException
static GetLegendGraphic GetLegendGraphic.create(Map<String,String> model)
           
static DescribeLayer DescribeLayer.create(Map<String,String> map)
           
static WMSGetCapabilities WMSGetCapabilities.create(Map<String,String> paramMap)
          creates an WMS GetCapabilities Request
static GetMap GetMap.create(Map<String,String> model)
          creates a GetMapRequest from a HashMap that contains the request parameters as key-value-pairs.
static GetMap GetMap.create(String id, Document doc)
          creates a GetMapRequest from its XML representation as defined in SLD 1.0.0 specification This method does not yet cope with 1.3.0.
 

Uses of InconsistentRequestException in org.deegree.ogcwebservices.wpvs.operation
 

Methods in org.deegree.ogcwebservices.wpvs.operation that throw InconsistentRequestException
static GetView GetView.create(Map<String,String> requestParams)
          Factory method to create an instance of GetView from teh parameters in model
 

Uses of InconsistentRequestException in org.deegree.portal.common.control
 

Methods in org.deegree.portal.common.control that throw InconsistentRequestException
protected  double AbstractSimplePrintListener.calcScale(String path, String getmap)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org