|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.transaction.TransactionOperation
org.deegree.protocol.wfs.transaction.Update
public class Update
Represents a WFS Update operation (part of a Transaction request).
Transaction| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.deegree.protocol.wfs.transaction.TransactionOperation |
|---|
TransactionOperation.Type |
| Constructor Summary | |
|---|---|
Update(java.lang.String handle,
Version version,
javax.xml.namespace.QName ftName,
java.lang.String inputFormat,
java.lang.String srsName,
javax.xml.stream.XMLStreamReader xmlStream)
Creates a new Update instance for a stream-based access strategy. |
|
| Method Summary | |
|---|---|
Filter |
getFilter()
Returns the filter that selects the feature instances to be updated. |
java.lang.String |
getInputFormat()
Returns the format of the encoded property values. |
java.util.Iterator<PropertyReplacement> |
getReplacementProps()
|
java.lang.String |
getSRSName()
Returns the specified coordinate reference system for geometries to be updated. |
TransactionOperation.Type |
getType()
Always returns TransactionOperation.Type.UPDATE. |
javax.xml.namespace.QName |
getTypeName()
Returns the name of the targeted feature type. |
| Methods inherited from class org.deegree.protocol.wfs.transaction.TransactionOperation |
|---|
getHandle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Update(java.lang.String handle,
Version version,
javax.xml.namespace.QName ftName,
java.lang.String inputFormat,
java.lang.String srsName,
javax.xml.stream.XMLStreamReader xmlStream)
Update instance for a stream-based access strategy.
handle - identifier for the operation, may be nullversion - protocol version, must not be nullftName - name of the targeted feature type, must not be nullinputFormat - the format of encoded property values, may be null (unspecified)srsName - the coordinate references system used for the geometries, may be null (unspecified)xmlStream - provides access to the XML encoded replacement properties and the filter, must point at the
START_ELEMENT event of the first "wfs:Property"| Method Detail |
|---|
public TransactionOperation.Type getType()
TransactionOperation.Type.UPDATE.
getType in class TransactionOperationTransactionOperation.Type.UPDATEpublic javax.xml.namespace.QName getTypeName()
public java.lang.String getInputFormat()
public java.lang.String getSRSName()
public java.util.Iterator<PropertyReplacement> getReplacementProps()
public Filter getFilter()
throws javax.xml.stream.XMLStreamException
NOTE: Due to streaming acccess strategy, there are some rules for using this method:
null
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||