|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetDiffType
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:
WfsvPackage.getGetDiffType()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getDifferenceQuery()
Returns the value of the 'Difference Query' containment reference list. |
java.lang.String |
getOutputFormat()
Returns the value of the 'Output Format' attribute. |
boolean |
isSetOutputFormat()
Returns whether the value of the ' Output Format ' attribute is set. |
void |
setOutputFormat(java.lang.String value)
Sets the value of the ' Output Format ' attribute. |
void |
unsetOutputFormat()
Unsets the value of the ' Output Format ' attribute. |
Methods inherited from interface net.opengis.wfs.BaseRequestType |
---|
getBaseUrl, getHandle, getProvidedVersion, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setHandle, setProvidedVersion, setService, setVersion, unsetService, unsetVersion |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList getDifferenceQuery()
DifferenceQueryType
.
The DifferenceFilter element is used to gather differences in features matched by a standard
OGC filter at starting and ending featureVersion, and a filter used to match
WfsvPackage.getGetDiffType_DifferenceQuery()
java.lang.String getOutputFormat()
"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.
isSetOutputFormat()
,
unsetOutputFormat()
,
setOutputFormat(String)
,
WfsvPackage.getGetDiffType_OutputFormat()
void setOutputFormat(java.lang.String value)
Output Format
' attribute.
value
- the new value of the 'Output Format' attribute.isSetOutputFormat()
,
unsetOutputFormat()
,
getOutputFormat()
void unsetOutputFormat()
Output Format
' attribute.
isSetOutputFormat()
,
getOutputFormat()
,
setOutputFormat(String)
boolean isSetOutputFormat()
Output Format
' attribute is set.
unsetOutputFormat()
,
getOutputFormat()
,
setOutputFormat(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |