|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.wfs.Action.InsertAction
Represents an Insert Action
| Nested Class Summary |
| Nested classes inherited from class org.geotools.data.wfs.Action |
Action.DeleteAction, Action.InsertAction, Action.UpdateAction |
| Field Summary |
| Fields inherited from interface org.geotools.data.wfs.Action |
DELETE, INSERT, UPDATE |
| Constructor Summary | |
Action.InsertAction(Feature f)
Creates an insert action for the Feature specified |
|
| Method Summary | |
Feature |
getFeature()
|
Filter |
getFilter()
|
int |
getType()
|
java.lang.String |
getTypeName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Action.InsertAction(Feature f)
f - Feature to add| Method Detail |
public int getType()
getType in interface Actionpublic Feature getFeature()
public java.lang.String getTypeName()
getTypeName in interface ActionAction.getTypeName()public Filter getFilter()
getFilter in interface ActionAction.getFilter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||