|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 addMethod Detail |
public int getType()
getType
in interface Action
public Feature getFeature()
public java.lang.String getTypeName()
getTypeName
in interface Action
Action.getTypeName()
public Filter getFilter()
getFilter
in interface Action
Action.getFilter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |