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

Uses of Class
org.deegree.ogcwebservices.MissingParameterValueException

Packages that use MissingParameterValueException
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.csw.manager   
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wcs.getcapabilities   
org.deegree.ogcwebservices.wcs.getcoverage   
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wfs.operation.transaction   
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wps   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.describeprocess   
org.deegree.ogcwebservices.wps.execute   
org.deegree.ogcwebservices.wpvs.operation   
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices
 

Methods in org.deegree.ogcwebservices that throw MissingParameterValueException
protected static String AbstractOGCWebServiceRequest.getRequiredParam(String name, Map<String,String> kvp)
          Extracts a String parameter value from the given parameter map.
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.csw.discovery
 

Methods in org.deegree.ogcwebservices.csw.discovery that throw MissingParameterValueException
static DescribeRecord DescribeRecord.create(Map<String,String> kvp)
          Creates a new DecribeRecord instance from the values stored in the submitted Map.
static GetRecords GetRecords.create(Map<String,String> kvp)
          Creates a new GetRecords instance from the values stored in the submitted Map.
static GetRecordById GetRecordById.create(String id, Element root)
          creates a GetRecordById request from the XML fragment passed.
static DescribeRecord DescribeRecord.create(String id, Element root)
          creates a GetRecords request from the XML fragment passed.
static GetRecords GetRecords.create(String id, Element root)
          creates a GetRecords request from the XML fragment passed.
 DescribeRecord DescribeRecordDocument.parse(String id)
          Extracts a DescribeRecord representation of this object.
 DescribeRecord DescribeRecordDocument_2_0_2.parse(String id)
           
 GetRecordsResult GetRecordsResultDocument.parseGetRecordsResponse(GetRecords request)
          Extracts a GetRecordsResult representation of this object.
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.csw.manager
 

Methods in org.deegree.ogcwebservices.csw.manager that throw MissingParameterValueException
static Harvest Harvest.create(Map<String,String> param)
          factory method for creating a Harvest request from its KVP representation
 void AbstractManager.init(WFService wfsService, CatalogueConfiguration catalogueConfiguration)
           
 void Manager.init(WFService wfsService, CatalogueConfiguration catalogueConfiguration)
           
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wcs.describecoverage
 

Methods in org.deegree.ogcwebservices.wcs.describecoverage that throw MissingParameterValueException
static DescribeCoverage DescribeCoverage.create(Map map)
          creates a DescribeCoverage request from its KVP representation
static DescribeCoverage DescribeCoverage.create(String id, Document doc)
          creates a DescribeCoverage request from its XML representation
static DescribeCoverage DescribeCoverage.createDescribeCoverage(String id, String kvp)
          creates a DescribeCoverage request from its KVP representation
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wcs.getcapabilities
 

Methods in org.deegree.ogcwebservices.wcs.getcapabilities that throw MissingParameterValueException
static GetCapabilities WCSGetCapabilities.create(Map<String,String> map)
          creates a GetCapabilities request from its KVP representation
static GetCapabilities WCSGetCapabilities.create(String id, Document doc)
          creates a GetCapabilities request from its XML representation
static GetCapabilities WCSGetCapabilities.create(String id, String kvp)
          creates a GetCapabilities request from its KVP representation
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wcs.getcoverage
 

Methods in org.deegree.ogcwebservices.wcs.getcoverage that throw MissingParameterValueException
static GetCoverage GetCoverage.create(Map<String,String> map)
          creates a GetCoverage request from its KVP representation
 

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

Methods in org.deegree.ogcwebservices.wfs.operation that throw MissingParameterValueException
protected static void AbstractWFSRequest.checkServiceParameter(Map<String,String> model)
          Checks that the "SERVICE" parameter value equals the name of the service.
protected static String AbstractWFSRequest.checkVersionParameter(Map<String,String> model)
          Checks that the "VERSION" parameter value equals a supported version.
static GetFeatureWithLock GetFeatureWithLock.create(Map<String,String> kvp)
          Creates a new GetFeatureWithLock request from the given map.
static WFSGetCapabilities WFSGetCapabilities.create(Map<String,String> request)
          Creates a new WFSGetCapabilities 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 WFSGetCapabilities WFSGetCapabilities.create(String id, String request)
          Creates a new WFSGetCapabilities 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 MissingParameterValueException in org.deegree.ogcwebservices.wfs.operation.transaction
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that throw MissingParameterValueException
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 MissingParameterValueException in org.deegree.ogcwebservices.wms.operation
 

Methods in org.deegree.ogcwebservices.wms.operation that throw MissingParameterValueException
static WMSGetCapabilities WMSGetCapabilities.create(Map<String,String> paramMap)
          creates an WMS GetCapabilities Request
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wps
 

Methods in org.deegree.ogcwebservices.wps that throw MissingParameterValueException
protected static String WPSRequestBaseType.extractVersionParameter(Map<String,String> request)
           
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wps.capabilities
 

Methods in org.deegree.ogcwebservices.wps.capabilities that throw MissingParameterValueException
static WPSGetCapabilities WPSGetCapabilities.create(Map<String,String> request)
          creates a WPS GetCapabilities request class representation form a key-value-pair encoded request
static WPSGetCapabilities WPSGetCapabilities.create(String id, String request)
          creates a WPS GetCapabilities request class representation from a key-value-pair encoded request
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wps.describeprocess
 

Methods in org.deegree.ogcwebservices.wps.describeprocess that throw MissingParameterValueException
static DescribeProcessRequest DescribeProcessRequest.create(Map<String,String> request)
           
static DescribeProcessRequest DescribeProcessRequest.create(String id, String request)
          Creates a WPSDescribeProcess Request class representation from a key/value pair encoded request
 

Uses of MissingParameterValueException in org.deegree.ogcwebservices.wps.execute
 

Methods in org.deegree.ogcwebservices.wps.execute that throw MissingParameterValueException
static ExecuteRequest ExecuteRequest.create(String id, Element executeNode)
           
 

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

Methods in org.deegree.ogcwebservices.wpvs.operation that throw MissingParameterValueException
static WPVSGetCapabilities WPVSGetCapabilities.create(Map<String,String> paramMap)
          Creates a WPVSGetCapabilites request from a key-value-pairs in paramMap.
 


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