Uses of Interface
org.geotools.data.wfs.v1_0_0.Action

Packages that use Action
org.geotools.data.wfs.v1_0_0   
 

Uses of Action in org.geotools.data.wfs.v1_0_0
 

Classes in org.geotools.data.wfs.v1_0_0 that implement Action
static class Action.DeleteAction
          Represents a Delete Action for a Transaction
static class Action.InsertAction
          Represents an Insert Action
static class Action.UpdateAction
          Represents an Update Action
 

Methods in org.geotools.data.wfs.v1_0_0 that return types with arguments of type Action
 List<Action> WFSTransactionState.getActions(String typeName)
           
 List<Action> WFSTransactionState.getAllActions()
          Returns all the actions for all FeatureTypes
 

Methods in org.geotools.data.wfs.v1_0_0 with parameters of type Action
 void WFSTransactionState.addAction(String typeName, Action a)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.