|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.protocol.WFSInsert_Impl
Defines the insert operation for the WFS.
-----------------------------------------------------
Field Summary | |
private java.util.ArrayList |
features
|
private java.util.ArrayList |
featuretypes
|
private java.lang.String |
handle
|
Fields inherited from interface org.deegree.services.wfs.protocol.WFSOperation |
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE |
Constructor Summary | |
(package private) |
WFSInsert_Impl(GMLFeature[] features,
java.lang.String handle)
constructor initializing the class with the |
Method Summary | |
void |
addFeatures(GMLFeature features)
adds the |
GMLFeature[] |
getFeatures()
returns a list of the feature that should be inserted into the data store |
GMLFeature[] |
getFeatures(java.lang.String featureType)
returns a list of the feature that belongs to the submitted feature type |
java.lang.String[] |
getFeatureTypes()
returns the names of the feature types affected by the insertion. |
java.lang.String |
getHandle()
the handle acts as an identifier for an operation |
void |
setFeatures(GMLFeature[] features)
sets the |
void |
setHandle(java.lang.String handle)
the handle acts as an identifier for an operation |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList features
private java.util.ArrayList featuretypes
private java.lang.String handle
Constructor Detail |
WFSInsert_Impl(GMLFeature[] features, java.lang.String handle)
Method Detail |
public GMLFeature[] getFeatures(java.lang.String featureType)
getFeatures
in interface WFSInsert
public GMLFeature[] getFeatures()
getFeatures
in interface WFSInsert
public void addFeatures(GMLFeature features)
public void setFeatures(GMLFeature[] features)
public java.lang.String getHandle()
getHandle
in interface WFSInsert
public void setHandle(java.lang.String handle)
public java.lang.String[] getFeatureTypes()
getFeatureTypes
in interface WFSInsert
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |