|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidParameterValueException in org.deegree.commons.tom.ows |
---|
Methods in org.deegree.commons.tom.ows that throw InvalidParameterValueException | |
---|---|
static Version |
Version.parseVersion(String s)
Parses the string argument as a Version . |
Constructors in org.deegree.commons.tom.ows that throw InvalidParameterValueException | |
---|---|
CodeType(String code)
Returns a new CodeType instance without authority. |
|
CodeType(String code,
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 BigInteger |
KVPUtils.getBigInt(Map<String,String> kvpParams,
String paramName,
BigInteger defaultValue)
Returns the specified parameter from a KVP map as a BigInteger value. |
static boolean |
KVPUtils.getBoolean(Map<String,String> kvpParams,
String paramName,
boolean defaultValue)
Returns the specified parameter from a KVP map as a boolean value. |
static int |
KVPUtils.getInt(Map<String,String> kvpParams,
String paramName,
int defaultValue)
Returns the specified parameter from a KVP map as an integer value. |
static double |
KVPUtils.getRequiredDouble(Map<String,String> param,
String key)
|
static int |
KVPUtils.getRequiredInt(Map<String,String> param,
String key)
|
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.ows.getcapabilities |
---|
Methods in org.deegree.protocol.ows.getcapabilities that throw InvalidParameterValueException | |
---|---|
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(Map<String,String> kvpParams)
Parses a normalized (upper-cased keys) KVP-map as an GetCapabilities request. |
Uses of InvalidParameterValueException in org.deegree.protocol.wcs.capabilities |
---|
Methods in org.deegree.protocol.wcs.capabilities that throw InvalidParameterValueException | |
---|---|
static GetCapabilities |
GetCapabilities100KVPAdapter.parse(Map<String,String> kvpParams)
|
Uses of InvalidParameterValueException in org.deegree.protocol.wfs |
---|
Methods in org.deegree.protocol.wfs that throw InvalidParameterValueException | |
---|---|
protected static Map<String,String> |
AbstractWFSRequestKVPAdapter.extractNamespaceBindings110(Map<String,String> kvpUC)
Extracts the namespace bindings from a WFS 1.1.0 NAMESPACE parameter. |
protected static Map<String,String> |
AbstractWFSRequestKVPAdapter.extractNamespaceBindings200(String param)
Extracts the namespace bindings from a WFS 2.0.0 NAMESPACE parameter. |
protected static QName[] |
AbstractWFSRequestKVPAdapter.extractTypeNames(Map<String,String> kvpUC,
Map<String,String> nsBindings)
Extracts the qualified type names from the TYPENAME parameter. |
Uses of InvalidParameterValueException in org.deegree.protocol.wfs.describefeaturetype |
---|
Methods in org.deegree.protocol.wfs.describefeaturetype that throw InvalidParameterValueException | |
---|---|
static DescribeFeatureType |
DescribeFeatureTypeKVPAdapter.parse(Map<String,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(Map<String,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(Map<String,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(Map<String,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(Map<String,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(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS 1.1.0 GetGmlObject request. |
Uses of InvalidParameterValueException in org.deegree.protocol.wfs.storedquery |
---|
Methods in org.deegree.protocol.wfs.storedquery that throw InvalidParameterValueException | |
---|---|
CreateStoredQuery |
CreateStoredQueryXMLAdapter.parse()
Parses a WFS CreateStoredQuery document into a CreateStoredQuery request. |
ListStoredQueries |
ListStoredQueriesXMLAdapter.parse()
Parses a WFS ListStoredQueries document into a ListStoredQueries request. |
DropStoredQuery |
DropStoredQueryXMLAdapter.parse()
Parses a WFS DropStoredQuery document into a DropStoredQuery request. |
DescribeStoredQueries |
DescribeStoredQueriesXMLAdapter.parse()
Parses a WFS DescribeStoredQueries document into a DescribeStoredQueries request. |
static DescribeStoredQueries |
DescribeStoredQueriesKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS DescribeStoredQueries request. |
static DropStoredQuery |
DropStoredQueryKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS DropStoredQuery request. |
static ListStoredQueries |
ListStoredQueriesKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS ListStoredQueries request. |
Uses of InvalidParameterValueException in org.deegree.protocol.wfs.transaction |
---|
Methods in org.deegree.protocol.wfs.transaction that throw InvalidParameterValueException | |
---|---|
static Transaction |
TransactionKVPAdapter.parse(Map<String,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. |
Uses of InvalidParameterValueException in org.deegree.services.csw |
---|
Methods in org.deegree.services.csw that throw InvalidParameterValueException | |
---|---|
protected static Map<String,String> |
AbstractCSWKVPAdapter.extractNamespaceBindings(Map<String,String> kvpUC)
Extracts the namespace bindings from the NAMESPACE parameter. |
protected static QName[] |
AbstractCSWKVPAdapter.extractTypeNames(Map<String,String> kvpParam,
Map<String,String> nsBindings)
Extracts the qualified type names from the TYPENAME parameter. |
Uses of InvalidParameterValueException in org.deegree.services.csw.exporthandling |
---|
Methods in org.deegree.services.csw.exporthandling that throw InvalidParameterValueException | |
---|---|
void |
GetRecordByIdHandler.doGetRecordById(GetRecordById getRecBI,
HttpResponseBuffer response,
MetadataStore<?> store,
ServiceProfile profile)
Preprocessing for the export of a GetRecordById request |
Uses of InvalidParameterValueException in org.deegree.services.csw.transaction |
---|
Methods in org.deegree.services.csw.transaction that throw InvalidParameterValueException | |
---|---|
static Transaction |
TransactionKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a CSW Transaction request. |
Uses of InvalidParameterValueException in org.deegree.services.wcs.capabilities |
---|
Methods in org.deegree.services.wcs.capabilities that throw InvalidParameterValueException | |
---|---|
GetCapabilities |
GetCapabilities100XMLAdapter.parse()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |