Uses of Class
org.deegree.commons.utils.kvp.InvalidParameterValueException

Packages that use InvalidParameterValueException
org.deegree.commons.tom.ows   
org.deegree.commons.utils.kvp   
org.deegree.protocol.ows.capabilities   
org.deegree.protocol.ows.exception   
org.deegree.protocol.wcs.capabilities   
org.deegree.protocol.wfs   
org.deegree.protocol.wfs.capabilities   
org.deegree.protocol.wfs.describefeaturetype   
org.deegree.protocol.wfs.getgmlobject   
org.deegree.protocol.wfs.transaction   
org.deegree.protocol.wps.capabilities   
 

Uses of InvalidParameterValueException in org.deegree.commons.tom.ows
 

Methods in org.deegree.commons.tom.ows that throw InvalidParameterValueException
static Version Version.parseVersion(java.lang.String s)
          Parses the string argument as a Version.
 

Constructors in org.deegree.commons.tom.ows that throw InvalidParameterValueException
CodeType(java.lang.String code)
          Returns a new CodeType instance without authority.
CodeType(java.lang.String code, java.lang.String codeSpace)
          Returns a new CodeType instance with optional authority.
Version(int x, int y, int z)
          Constructs a Version for an OWS operation.
 

Uses of InvalidParameterValueException in org.deegree.commons.utils.kvp
 

Methods in org.deegree.commons.utils.kvp that throw InvalidParameterValueException
static boolean KVPUtils.getBoolean(java.util.Map<java.lang.String,java.lang.String> kvpParams, java.lang.String paramName, boolean defaultValue)
          Returns the specified parameter from a KVP map as a boolean value.
static int KVPUtils.getInt(java.util.Map<java.lang.String,java.lang.String> kvpParams, java.lang.String paramName, int defaultValue)
          Returns the specified parameter from a KVP map as an integer value.
static double KVPUtils.getRequiredDouble(java.util.Map<java.lang.String,java.lang.String> param, java.lang.String key)
           
static int KVPUtils.getRequiredInt(java.util.Map<java.lang.String,java.lang.String> param, java.lang.String key)
           
 

Uses of InvalidParameterValueException in org.deegree.protocol.ows.capabilities
 

Methods in org.deegree.protocol.ows.capabilities that throw InvalidParameterValueException
 java.util.List<Version> GetCapabilities.getAcceptVersionsAsVersions()
          Returns the acceptable versions in order of client preference (most preferred version first).
 Version GetCapabilities.getVersionAsVersion()
          Returns the old-style version information (used by pre-OWS GetCapabilities requests, see section D.11 of OGC 06-121r3).
static GetCapabilities GetCapabilitiesKVPParser.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized (upper-cased keys) KVP-map as an GetCapabilities request.
 

Uses of InvalidParameterValueException in org.deegree.protocol.ows.exception
 

Constructors in org.deegree.protocol.ows.exception with parameters of type InvalidParameterValueException
OWSException(InvalidParameterValueException cause)
          Creates a new OWSException from an InvalidParameterValueException.
 

Uses of InvalidParameterValueException in org.deegree.protocol.wcs.capabilities
 

Methods in org.deegree.protocol.wcs.capabilities that throw InvalidParameterValueException
static GetCapabilities GetCapabilities100KVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
           
 

Uses of InvalidParameterValueException in org.deegree.protocol.wfs
 

Methods in org.deegree.protocol.wfs that throw InvalidParameterValueException
protected static java.util.Map<java.lang.String,java.lang.String> AbstractWFSRequestKVPAdapter.extractNamespaceBindings(java.util.Map<java.lang.String,java.lang.String> kvpUC)
          Extracts the namespace bindings from the NAMESPACE parameter.
protected static javax.xml.namespace.QName[] AbstractWFSRequestKVPAdapter.extractTypeNames(java.util.Map<java.lang.String,java.lang.String> kvpUC, java.util.Map<java.lang.String,java.lang.String> nsBindings)
          Extracts the qualified type names from the TYPENAME parameter.
 

Uses of InvalidParameterValueException in org.deegree.protocol.wfs.capabilities
 

Methods in org.deegree.protocol.wfs.capabilities that throw InvalidParameterValueException
static GetCapabilities GetCapabilitiesKVPAdapter.parse(Version version, java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS GetCapabilities request.
 

Uses of InvalidParameterValueException in org.deegree.protocol.wfs.describefeaturetype
 

Methods in org.deegree.protocol.wfs.describefeaturetype that throw InvalidParameterValueException
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS DescribeFeatureType request.
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse100()
          Parses a WFS 1.0.0 DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse100(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS 1.0.0 DescribeFeatureType request.
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse110()
          Parses a WFS 1.1.0 DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse110(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS 1.1.0 DescribeFeatureType request.
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse200()
          Parses a WFS 2.0.0 DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse200(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS 2.0.0 DescribeFeatureType request.
 

Uses of InvalidParameterValueException in org.deegree.protocol.wfs.getgmlobject
 

Methods in org.deegree.protocol.wfs.getgmlobject that throw InvalidParameterValueException
static GetGmlObject GetGmlObjectKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS GetGmlObject request.
 GetGmlObject GetGmlObjectXMLAdapter.parse110()
          Parses a WFS 1.1.0 GetGmlObject document into a GetGmlObject request.
static GetGmlObject GetGmlObjectKVPAdapter.parse110(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS 1.1.0 GetGmlObject request.
 

Uses of InvalidParameterValueException in org.deegree.protocol.wfs.transaction
 

Methods in org.deegree.protocol.wfs.transaction that throw InvalidParameterValueException
static Transaction TransactionKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS Transaction request.
 

Uses of InvalidParameterValueException in org.deegree.protocol.wps.capabilities
 

Methods in org.deegree.protocol.wps.capabilities that throw InvalidParameterValueException
 GetCapabilities GetCapabilitiesXMLAdapter.parse100()
          Parses a WPS 1.0.0 GetCapabilities request.
 



Copyright © 2011. All Rights Reserved.