|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StandardPresentationParams | |
---|---|
org.deegree.protocol.wfs.getfeature | |
org.deegree.protocol.wfs.getfeaturewithlock | |
org.deegree.protocol.wfs.getpropertyvalue | |
org.deegree.protocol.wfs.query |
Uses of StandardPresentationParams in org.deegree.protocol.wfs.getfeature |
---|
Methods in org.deegree.protocol.wfs.getfeature that return StandardPresentationParams | |
---|---|
StandardPresentationParams |
GetFeature.getPresentationParams()
Returns the parameters that control the presentation of the result set. |
Constructors in org.deegree.protocol.wfs.getfeature with parameters of type StandardPresentationParams | |
---|---|
GetFeature(Version version,
String handle,
StandardPresentationParams presentationParams,
ResolveParams resolveParams,
List<Query> queries)
Creates a new GetFeature request. |
Uses of StandardPresentationParams in org.deegree.protocol.wfs.getfeaturewithlock |
---|
Constructors in org.deegree.protocol.wfs.getfeaturewithlock with parameters of type StandardPresentationParams | |
---|---|
GetFeatureWithLock(Version version,
String handle,
StandardPresentationParams presentationParams,
ResolveParams resolveParams,
List<Query> queries,
Integer expiry)
Creates a new GetFeatureWithLock request. |
Uses of StandardPresentationParams in org.deegree.protocol.wfs.getpropertyvalue |
---|
Methods in org.deegree.protocol.wfs.getpropertyvalue that return StandardPresentationParams | |
---|---|
StandardPresentationParams |
GetPropertyValue.getPresentationParams()
Returns the parameters that control the presentation of the result set. |
Constructors in org.deegree.protocol.wfs.getpropertyvalue with parameters of type StandardPresentationParams | |
---|---|
GetPropertyValue(Version version,
String handle,
StandardPresentationParams presentationParams,
ResolveParams resolveParams,
ValueReference valueReference,
ValueReference resolvePath,
Query query)
Creates a new GetPropertyValue instance. |
Uses of StandardPresentationParams in org.deegree.protocol.wfs.query |
---|
Methods in org.deegree.protocol.wfs.query that return StandardPresentationParams | |
---|---|
protected static StandardPresentationParams |
QueryKVPAdapter.parseStandardPresentationParameters100(Map<String,String> kvpUC)
|
StandardPresentationParams |
QueryXMLAdapter.parseStandardPresentationParameters100(org.apache.axiom.om.OMElement requestEl)
|
protected static StandardPresentationParams |
QueryKVPAdapter.parseStandardPresentationParameters110(Map<String,String> kvpUC)
|
StandardPresentationParams |
QueryXMLAdapter.parseStandardPresentationParameters110(org.apache.axiom.om.OMElement requestEl)
|
protected static StandardPresentationParams |
QueryKVPAdapter.parseStandardPresentationParameters200(Map<String,String> kvpUC)
|
StandardPresentationParams |
QueryXMLAdapter.parseStandardPresentationParameters200(org.apache.axiom.om.OMElement requestEl)
Parses the wfs:StandardPresentationParameters attribute group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |