|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MissingParameterException in org.deegree.commons.utils.kvp |
---|
Methods in org.deegree.commons.utils.kvp that throw MissingParameterException | |
---|---|
static String |
KVPUtils.getRequired(Map<String,String> param,
String key)
Returns the value of the key. |
static double |
KVPUtils.getRequiredDouble(Map<String,String> param,
String key)
|
static int |
KVPUtils.getRequiredInt(Map<String,String> param,
String key)
|
Uses of MissingParameterException in org.deegree.protocol.ows.exception |
---|
Constructors in org.deegree.protocol.ows.exception with parameters of type MissingParameterException | |
---|---|
OWSException(MissingParameterException cause)
Creates a new OWSException from an MissingParameterException . |
Uses of MissingParameterException in org.deegree.protocol.wfs.describefeaturetype |
---|
Methods in org.deegree.protocol.wfs.describefeaturetype that throw MissingParameterException | |
---|---|
static DescribeFeatureType |
DescribeFeatureTypeKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS DescribeFeatureType request. |
Uses of MissingParameterException in org.deegree.protocol.wfs.getgmlobject |
---|
Methods in org.deegree.protocol.wfs.getgmlobject that throw MissingParameterException | |
---|---|
static GetGmlObject |
GetGmlObjectKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS GetGmlObject request. |
Uses of MissingParameterException in org.deegree.protocol.wfs.storedquery |
---|
Methods in org.deegree.protocol.wfs.storedquery that throw MissingParameterException | |
---|---|
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 MissingParameterException in org.deegree.protocol.wfs.transaction |
---|
Methods in org.deegree.protocol.wfs.transaction that throw MissingParameterException | |
---|---|
static Transaction |
TransactionKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a WFS Transaction request. |
Uses of MissingParameterException in org.deegree.protocol.wps.describeprocess |
---|
Methods in org.deegree.protocol.wps.describeprocess that throw MissingParameterException | |
---|---|
static DescribeProcessRequest |
DescribeProcessRequestKVPAdapter.parse100(Map<String,String> kvpParams)
Parses the given WPS 1.0.0 DescribeProcess KVP request. |
Uses of MissingParameterException in org.deegree.services.csw.transaction |
---|
Methods in org.deegree.services.csw.transaction that throw MissingParameterException | |
---|---|
static Transaction |
TransactionKVPAdapter.parse(Map<String,String> kvpParams)
Parses a normalized KVP-map as a CSW Transaction request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |