|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InsertElementType
A representation of the model object 'Insert Element Type'. An Insert element may contain a feature collection or one or more feature instances to be inserted into the repository.
The following features are supported:
WfsPackage.getInsertElementType()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getFeature()
Returns the value of the 'Feature' attribute list. |
java.lang.String |
getHandle()
Returns the value of the 'Handle' attribute. |
IdentifierGenerationOptionType |
getIdgen()
Returns the value of the 'Idgen' attribute. |
java.lang.String |
getInputFormat()
Returns the value of the 'Input Format' attribute. |
java.net.URI |
getSrsName()
Returns the value of the 'Srs Name' attribute. |
boolean |
isSetIdgen()
Returns whether the value of the ' Idgen ' attribute is set. |
boolean |
isSetInputFormat()
Returns whether the value of the ' Input Format ' attribute is set. |
void |
setHandle(java.lang.String value)
Sets the value of the ' Handle ' attribute. |
void |
setIdgen(IdentifierGenerationOptionType value)
Sets the value of the ' Idgen ' attribute. |
void |
setInputFormat(java.lang.String value)
Sets the value of the ' Input Format ' attribute. |
void |
setSrsName(java.net.URI value)
Sets the value of the ' Srs Name ' attribute. |
void |
unsetIdgen()
Unsets the value of the ' Idgen ' attribute. |
void |
unsetInputFormat()
Unsets the value of the ' Input Format ' attribute. |
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 getFeature()
Object
.
If the meaning of the 'Feature' attribute list isn't clear, there really should be more of a description here...
net.opengis.wfs.WFSPackage#getInsertElementType_Feature()
java.lang.String getHandle()
setHandle(String)
,
WfsPackage.getInsertElementType_Handle()
void setHandle(java.lang.String value)
Handle
' attribute.
value
- the new value of the 'Handle' attribute.getHandle()
IdentifierGenerationOptionType getIdgen()
"GenerateNew"
.
The literals are from the enumeration IdentifierGenerationOptionType
.
The idgen attribute control how a WFS generates identifiers
from newly created feature instances using the Insert action.
The default action is to have the WFS generate a new id for
the features. This is also backward compatible with WFS 1.0
where the only action was for the WFS to generate an new id.
IdentifierGenerationOptionType
,
isSetIdgen()
,
unsetIdgen()
,
setIdgen(IdentifierGenerationOptionType)
,
WfsPackage.getInsertElementType_Idgen()
void setIdgen(IdentifierGenerationOptionType value)
Idgen
' attribute.
value
- the new value of the 'Idgen' attribute.IdentifierGenerationOptionType
,
isSetIdgen()
,
unsetIdgen()
,
getIdgen()
void unsetIdgen()
Idgen
' attribute.
isSetIdgen()
,
getIdgen()
,
setIdgen(IdentifierGenerationOptionType)
boolean isSetIdgen()
Idgen
' attribute is set.
unsetIdgen()
,
getIdgen()
,
setIdgen(IdentifierGenerationOptionType)
java.lang.String getInputFormat()
"text/xml; subtype=gml/3.1.1"
.
This inputFormat attribute is used to indicate
the format used to encode a feature instance in
an Insert element. The default value of
'text/xml; subtype=gml/3.1.1' is used to indicate
that feature encoding is GML3. Another example
might be 'text/xml; subtype=gml/2.1.2' indicating
that the feature us encoded in GML2. A WFS must
declare in the capabilities document, using a
Parameter element, which version of GML it supports.
isSetInputFormat()
,
unsetInputFormat()
,
setInputFormat(String)
,
WfsPackage.getInsertElementType_InputFormat()
void setInputFormat(java.lang.String value)
Input Format
' attribute.
value
- the new value of the 'Input Format' attribute.isSetInputFormat()
,
unsetInputFormat()
,
getInputFormat()
void unsetInputFormat()
Input Format
' attribute.
isSetInputFormat()
,
getInputFormat()
,
setInputFormat(String)
boolean isSetInputFormat()
Input Format
' attribute is set.
unsetInputFormat()
,
getInputFormat()
,
setInputFormat(String)
java.net.URI getSrsName()
#setSrsName(String)
,
net.opengis.wfs.WFSPackage#getInsertElementType_SrsName()
void setSrsName(java.net.URI value)
Srs Name
' attribute.
value
- the new value of the 'Srs Name' attribute.getSrsName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |