| |
|
| net.opengis.wfsv.GetDiffType
All known Subclasses: net.opengis.wfsv.impl.GetDiffTypeImpl,
GetDiffType | public interface GetDiffType extends BaseRequestType(Code) | |
A representation of the model object 'Get Diff Type'.
A GetDiff element contains one or more DifferenceQuery elements that describe a difference
query operation on one feature type. In response to a GetDiff request, a Versioning Web
Feature Service must be able to generate a Transaction command that can be used to alter
features at fromFeatureVersion and alter them into features at toFeatureVersion
The following features are supported:
See Also: net.opengis.wfsv.WfsvPackage.getGetDiffType |
getOutputFormat | String getOutputFormat()(Code) | | Returns the value of the 'Output Format' attribute.
The default value is "text/xml; subtype=wfs-transaction/1.1.0" .
The outputFormat attribute is used to specify the output format that the Versioning
Web Feature Service should generate in response to a GetDiff element. The default
value of 'application/xml; subtype=wfsv-transaction/1.1.0' indicates that the output
is an XML document that conforms to the WFS 1.1.0 Transaction definition. For the
purposes of experimentation, vendor extension, or even extensions that serve a
specific community of interest, other acceptable output format values may be used to
specify other formats as long as those values are advertised in the capabilities
document.
the value of the 'Output Format' attribute. See Also: GetDiffType.isSetOutputFormat() See Also: GetDiffType.unsetOutputFormat() See Also: GetDiffType.setOutputFormat(String) See Also: net.opengis.wfsv.WfsvPackage.getGetDiffType_OutputFormat |
|
|
|