Uses of Interface
org.geotools.api.filter.expression.VolatileFunction
-
-
Uses of VolatileFunction in org.geotools.coverage.util
Classes in org.geotools.coverage.util that implement VolatileFunction Modifier and Type Class Description class
FilterFunction_isCoverage
Function to identify if a feature is a wrapped coverage or not -
Uses of VolatileFunction in org.geotools.data.oracle.filter
Classes in org.geotools.data.oracle.filter that implement VolatileFunction Modifier and Type Class Description class
FilterFunction_sdonn
Oracle function SDO_NN to identify the nearest neighbors for a geometry -
Uses of VolatileFunction in org.geotools.data.postgis.filter
Classes in org.geotools.data.postgis.filter that implement VolatileFunction Modifier and Type Class Description class
FilterFunction_pgNearest
NEAREST function implementation for Postgis
Function name: pgNearest
example: -
Uses of VolatileFunction in org.geotools.filter.expression
Classes in org.geotools.filter.expression that implement VolatileFunction Modifier and Type Class Description class
InternalVolatileFunction
-
Uses of VolatileFunction in org.geotools.filter.function
Classes in org.geotools.filter.function that implement VolatileFunction Modifier and Type Class Description class
FilterFunction_property
Extracts a property from a feature, taking the property name as a parameterclass
GeometryFunction
Function the returns the default geometry of a feature, or null if there is none, or it's not a JTS geometryclass
IDFunction
Allow access to the value of Feature.getID() as an expressionclass
MapGetFunction
Extracts a value from a map given the map name and the needed key as parameters -
Uses of VolatileFunction in org.geotools.filter.function.math
Classes in org.geotools.filter.function.math that implement VolatileFunction Modifier and Type Class Description class
FilterFunction_random
-