resultType
See definition of wfs:GetFeatureType.
Attribute information
Namespace: None
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Other attributes with the same name: resultType
Type: wfs:ResultTypeType
Properties: Local, Unqualified
Value
Valid value Description results Indicates that a complete response should be generated by the WFS. That is, all response feature instances should be returned to the client. hits Indicates that an empty response should be generated with the "numberOfFeatures" attribute set (i.e. no feature instances should be returned). In this manner a client may determine the number of feature instances that a GetFeature request will return without having to actually get the entire result set back.
Used in
- Type wfs:GetFeatureWithLockType (Element wfs:GetFeatureWithLock)