org.geotools.data.wfs.v1_0_0
Class Action.DeleteAction
java.lang.Object
org.geotools.data.wfs.v1_0_0.Action.DeleteAction
- All Implemented Interfaces:
- Action
- Enclosing interface:
- Action
public static class Action.DeleteAction
- extends java.lang.Object
- implements Action
Represents a Delete Action for a Transaction
- Author:
- dzwiers
Constructor Summary |
Action.DeleteAction(java.lang.String typeName,
org.opengis.filter.Filter f)
Represents a Delete Action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Action.DeleteAction
public Action.DeleteAction(java.lang.String typeName,
org.opengis.filter.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 java.lang.String getTypeName()
- Specified by:
getTypeName
in interface Action
- Returns:
- the TypeName
getFilter
public org.opengis.filter.Filter getFilter()
- Specified by:
getFilter
in interface Action
- Returns:
- the Filter
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1996-2010 Geotools. All Rights Reserved.