org.geotools.data.wfs
Class Action.InsertAction
Object
Action.InsertAction
- All Implemented Interfaces:
- Action
- Enclosing interface:
- Action
public static class Action.InsertAction
- extends Object
- implements Action
Represents an Insert Action
- Author:
- dzwiers
Action.InsertAction
public Action.InsertAction(Feature f)
- Creates an insert action for the Feature specified. The feature is copied to
prevent inadvertant side effect of modifing the feature after an insert.
- Parameters:
f - Feature to add
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 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()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 1996-2008 Geotools. All Rights Reserved.