org.geotools.data.wfs.v1_0_0
Class Action.DeleteAction
Object
Action.DeleteAction
- All Implemented Interfaces:
- Action
- Enclosing interface:
- Action
public static class Action.DeleteAction
- extends Object
- implements Action
Represents a Delete Action for a Transaction
- Author:
- dzwiers
Action.DeleteAction
public Action.DeleteAction(String typeName,
Filter f)
- Represents a Delete Action.
Filter is copied so any further changes will not be included in filter of action.
- Parameters:
typeName
- TypeNamef
- Filter of Features to Delete
getType
public int getType()
- Specified by:
getType
in interface Action
- Returns:
- @see Action#DELETE
getTypeName
public String getTypeName()
- Specified by:
getTypeName
in interface Action
- Returns:
- the TypeName
getFilter
public Filter getFilter()
- Specified by:
getFilter
in interface Action
- Returns:
- the Filter
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1996-2010 Geotools. All Rights Reserved.