Uses of Class
org.opengis.filter.identity.Version.Action

Packages that use Version.Action
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.opengis.filter.identity An Identifier indicates object identity requested during data query or reference. 
 

Uses of Version.Action in org.geotools.data
 

Methods in org.geotools.data with parameters of type Version.Action
 void Query.setVersion(Version.Action action)
           
 

Uses of Version.Action in org.opengis.filter.identity
 

Methods in org.opengis.filter.identity that return Version.Action
 Version.Action Version.getVersionAction()
          Version requested using a predefined constant.
static Version.Action Version.Action.lookup(int ordinal)
           
static Version.Action Version.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Version.Action[] Version.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.opengis.filter.identity with parameters of type Version.Action
Version(Version.Action action)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.