getInsert() Returns the value of the 'Insert' containment reference.
The Insert element is used to indicate that the Web Feature
Service should create a new instance of a feature type.
getNative() Returns the value of the 'Native' containment reference.
Many times, a Web Feature Service interacts with a repository
that may have special vendor specific capabilities.
getPropertyName() Returns the value of the 'Property Name' attribute.
The Property element is used to specify one or more
properties of a feature whose values are to be retrieved
by a Web Feature Service.
While a Web Feature Service should endeavour to satisfy
the exact request specified, in some instance this may
not be possible.
getQuery() Returns the value of the 'Query' containment reference.
The Query element is used to describe a single query.
One or more Query elements can be specified inside a
GetFeature element so that multiple queries can be
executed in one request.
getXlinkPropertyName() Returns the value of the 'Xlink Property Name' containment reference.
This element may be used in place of an wfs:PropertyName element
in a wfs:Query element in a wfs:GetFeature element to selectively
request the traversal of nested XLinks in the returned element for
the named property.
Returns the value of the 'Get Feature With Lock' containment reference.
This is the root element for the GetFeatureWithLock request.
The GetFeatureWithLock operation performs identically to a
GetFeature request except that the GetFeatureWithLock request
locks all the feature instances in the result set and returns
a lock identifier to a client application in the response.
The lock identifier is returned to the client application
using the lockId attribute define on the wfs:FeatureCollection
element.
the value of the 'Get Feature With Lock' containment reference. See Also:DocumentRoot.setGetFeatureWithLock(GetFeatureWithLockType) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_GetFeatureWithLock
Returns the value of the 'Insert' containment reference.
The Insert element is used to indicate that the Web Feature
Service should create a new instance of a feature type. The
feature instance is specified using GML3 and one or more
feature instances to be created can be contained inside the
Insert element.
the value of the 'Insert' containment reference. See Also:DocumentRoot.setInsert(InsertElementType) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_Insert
Returns the value of the 'Lock Id' attribute.
The LockId element contains the value of the lock identifier
obtained by a client application from a previous GetFeatureWithLock
or LockFeature request.
the value of the 'Lock Id' attribute. See Also:DocumentRoot.setLockId(String) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_LockId
Returns the value of the 'Native' containment reference.
Many times, a Web Feature Service interacts with a repository
that may have special vendor specific capabilities. The native
element allows vendor specific command to be passed to the
repository via the Web Feature Service.
the value of the 'Native' containment reference. See Also:DocumentRoot.setNative(NativeType) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_Native
Returns the value of the 'Property Name' attribute.
The Property element is used to specify one or more
properties of a feature whose values are to be retrieved
by a Web Feature Service.
While a Web Feature Service should endeavour to satisfy
the exact request specified, in some instance this may
not be possible. Specifically, a Web Feature Service
must generate a valid GML3 response to a Query operation.
The schema used to generate the output may include
properties that are mandatory. In order that the output
validates, these mandatory properties must be specified
in the request. If they are not, a Web Feature Service
may add them automatically to the Query before processing
it. Thus a client application should, in general, be
prepared to receive more properties than it requested.
Of course, using the DescribeFeatureType request, a client
application can determine which properties are mandatory
and request them in the first place.
the value of the 'Property Name' attribute. See Also:DocumentRoot.setPropertyName(String) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_PropertyName
Returns the value of the 'Query' containment reference.
The Query element is used to describe a single query.
One or more Query elements can be specified inside a
GetFeature element so that multiple queries can be
executed in one request. The output from the various
queries are combined in a wfs:FeatureCollection element
to form the response document.
the value of the 'Query' containment reference. See Also:DocumentRoot.setQuery(QueryType) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_Query
Returns the value of the 'Transaction' containment reference.
This is the root element for a Transaction request.
A transaction request allows insert, update and
delete operations to be performed to create, change
or remove feature instances.
the value of the 'Transaction' containment reference. See Also:DocumentRoot.setTransaction(TransactionType) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_Transaction
Returns the value of the 'Xlink Property Name' containment reference.
This element may be used in place of an wfs:PropertyName element
in a wfs:Query element in a wfs:GetFeature element to selectively
request the traversal of nested XLinks in the returned element for
the named property. This element may not be used in other requests
-- GetFeatureWithLock, LockFeature, Insert, Update, Delete -- in
this version of the WFS specification.
the value of the 'Xlink Property Name' containment reference. See Also:DocumentRoot.setXlinkPropertyName(XlinkPropertyNameType) See Also:net.opengis.wfs.WfsPackage.getDocumentRoot_XlinkPropertyName