org.geotools.data.wfs
Class Action.InsertAction

java.lang.Object
  extended byorg.geotools.data.wfs.Action.InsertAction
All Implemented Interfaces:
Action
Enclosing class:
Action

public static class Action.InsertAction
extends java.lang.Object
implements Action

Represents an Insert Action

Author:
dzwiers

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

Action.InsertAction

public Action.InsertAction(Feature f)
Creates an insert action for the Feature specified

Parameters:
f - Feature to add
Method Detail

getType

public int getType()
Specified by:
getType in interface Action
Returns:
@see Action#INSERT

getFeature

public Feature getFeature()
Returns:
The Feature to add

getTypeName

public java.lang.String getTypeName()
Specified by:
getTypeName in interface Action
Returns:
The FeatureType name for which this Action is intended
See Also:
Action.getTypeName()

getFilter

public Filter getFilter()
Specified by:
getFilter in interface Action
Returns:
The Filter on which to inflict the Action
See Also:
Action.getFilter()


Copyright © GeoTools. All Rights Reserved.