Package net.opengis.wfs
Interface InsertedFeatureType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InsertedFeatureTypeImpl
public interface InsertedFeatureType
extends EObject
A representation of the model object 'Inserted Feature Type'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureId
EList getFeatureId()Returns the value of the 'Feature Id' attribute list. The list contents are of typeObject
. This is the feature identifier for the newly created feature. The feature identifier may be generated by the WFS or provided by the client (depending on the value of the idgen attribute). In all cases of idgen values, the feature id must be reported here.- Returns:
- the value of the 'Feature Id' attribute list.
- See Also:
-
net.opengis.wfs.WFSPackage#getInsertedFeatureType_FeatureId()
-
getHandle
String getHandle()Returns the value of the 'Handle' attribute. If the insert element that generated this feature had a value for the "handle" attribute then a WFS may report it using this attribute to correlate the feature created with the action that created it.- Returns:
- the value of the 'Handle' attribute.
- See Also:
-
setHandle
Sets the value of the 'Handle
' attribute.- Parameters:
value
- the new value of the 'Handle' attribute.- See Also:
-