|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(String handle,
Version version,
QName ftName,
String inputFormat,
String srsName,
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. |
String |
getInputFormat()
Returns the format of the encoded property values. |
Iterator<PropertyReplacement> |
getReplacementProps()
|
String |
getSRSName()
Returns the specified coordinate reference system for geometries to be updated. |
TransactionOperation.Type |
getType()
Always returns TransactionOperation.Type.UPDATE . |
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(String handle, Version version, QName ftName, String inputFormat, String srsName, 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 TransactionOperation
TransactionOperation.Type.UPDATE
public QName getTypeName()
public String getInputFormat()
public String getSRSName()
public Iterator<PropertyReplacement> getReplacementProps()
public Filter getFilter() throws XMLStreamException
NOTE: Due to streaming acccess strategy, there are some rules for using this method:
null
XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |