Uses of Enum Class
org.geotools.api.filter.identity.Version.Action
Packages that use Version.Action
Package
Description
Defines the DataStore API via which all data is imported or exported.
An Identifier indicates object identity requested during data query or reference.
-
Uses of Version.Action in org.geotools.api.data
Methods in org.geotools.api.data with parameters of type Version.Action -
Uses of Version.Action in org.geotools.api.filter.identity
Methods in org.geotools.api.filter.identity that return Version.ActionModifier and TypeMethodDescriptionVersion.getVersionAction()Version requested using a predefined constant.static Version.ActionVersion.Action.lookup(int ordinal) static Version.ActionReturns the enum constant of this class with the specified name.static Version.Action[]Version.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.api.filter.identity with parameters of type Version.Action