Uses of Class
org.geotools.filter.FunctionExpressionImpl
Packages that use FunctionExpressionImpl
Package
Description
-
Uses of FunctionExpressionImpl in org.geotools.appschema.filter
Subclasses of FunctionExpressionImpl in org.geotools.appschema.filterModifier and TypeClassDescriptionclass
Function which wraps an instance of geometry in its associatd multi geometry type.class
-
Uses of FunctionExpressionImpl in org.geotools.brewer.color
Subclasses of FunctionExpressionImpl in org.geotools.brewer.color -
Uses of FunctionExpressionImpl in org.geotools.coverage.util
Subclasses of FunctionExpressionImpl in org.geotools.coverage.utilModifier and TypeClassDescriptionclass
Function to identify if a feature is a wrapped coverage or not -
Uses of FunctionExpressionImpl in org.geotools.data.complex.expression
Subclasses of FunctionExpressionImpl in org.geotools.data.complex.expression -
Uses of FunctionExpressionImpl in org.geotools.data.mongodb.complex
Subclasses of FunctionExpressionImpl in org.geotools.data.mongodb.complexModifier and TypeClassDescriptionfinal class
Function that returns a random ID for a collection.final class
Function used to chain an entity with a sub collection.class
Extracts all the values of a given JSON path.final class
Function that selects a JSON object using a JSON path.final class
Function used to chain an entity with a sub collection. -
Uses of FunctionExpressionImpl in org.geotools.data.oracle.filter
Subclasses of FunctionExpressionImpl in org.geotools.data.oracle.filterModifier and TypeClassDescriptionclass
Oracle function SDO_NN to identify the nearest neighbors for a geometry -
Uses of FunctionExpressionImpl in org.geotools.data.postgis.filter
Subclasses of FunctionExpressionImpl in org.geotools.data.postgis.filterModifier and TypeClassDescriptionclass
NEAREST function implementation for Postgis
Function name: pgNearest
example: -
Uses of FunctionExpressionImpl in org.geotools.filter
Subclasses of FunctionExpressionImpl in org.geotools.filterModifier and TypeClassDescriptionclass
Area of provided geometry.class
A placeholder class used to track a function the user requested that is not supported by our java implementation.class
Takes an AttributeExpression, and computes the length of the data for the attribute. -
Uses of FunctionExpressionImpl in org.geotools.filter.function
Subclasses of FunctionExpressionImpl in org.geotools.filter.functionModifier and TypeClassDescriptionclass
This function is used to evaluate a And operator with a left and right operandsclass
Array creator function.class
Takes an AttributeExpression, and computes the node count for the attribute.class
Return the number of bands of the evaluation context, which is supposed to be a coverage, or an object that can be converted to on.class
class
Calculates the average value of an attribute for a given FeatureCollection and Expression.class
Calculates the bounds of an attribute for a given FeatureCollection and Expression.class
Calculates the count value of an attribute for a given SimpleFeatureCollection and Expression.class
Calculates the maximum value of an attribute for a given FeatureCollection and Expression.class
Calculates the median value of an attribute for a given FeatureCollection and Expression.class
Calculates the minimum value of an attribute for a given FeatureCollection and Expression.class
Calculates the sum value of an attribute for a given FeatureCollection and Expression.class
Calculates the unique value of an attribute for a given FeatureCollection and Expression.class
The function computes the difference between two date objects (as a-b), in the specified time unit (default to milliseconds).class
Provides local to thread and global thread-independent lookup tables of named variables allowing externally defined values to be access within a SLD document.class
class
class
class
class
class
class
class
class
Applies the availableConverter
to turn the value into the desired target classclass
class
class
Formats a date into a string given a certain pattern (specified in the format accepted bySimpleDateFormat
}class
Parses a date from a string given a certain pattern (specified in the format accepted bySimpleDateFormat
}class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
A simple function that creates a list of values of any number of argumentsclass
Filter function to multiply a text list of numbers with a given factor.class
A FilterFunction that expects a Geometry and returns it's minimum bounding circle.class
A FilterFunction that expects a Geometry and returns it's minimum diameter.class
A FilterFunction that expects a Geometry and returns it's minimum rectangle.class
class
class
Formats a number into a string given a certain pattern (specified in the format accepted byDecimalFormat
}class
Formats a number into a string given a certain pattern (specified in the format accepted byDecimalFormat
}class
class
class
class
A FilterFunction that expects a Geometry and returns it's octagonal envelope.class
class
class
class
class
class
class
class
Extracts a property from a feature, taking the property name as a parameterclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Filter function implementing the Symbology Encoding "StringPosition" function.class
class
class
class
class
class
class
class
class
Function implementing the Symbology Encoding Trim function.class
class
class
class
class
class
class
Function the returns the default geometry of a feature, or null if there is none, or it's not a JTS geometryclass
Allow access to the value of Feature.getID() as an expressionclass
class
The function checks whether a candidate value is contained in an arbitrary long list of user provided values.class
class
Applies a JSON pointer on a given JSON string, extracting a value out of itclass
Apply an expression to each item of a list, resulting in a new list.class
The function checks whether a candidate value is contained in a list object.class
Select one item for a list.class
Extracts a value from a map given the map name and the needed key as parametersclass
Function that allows correcting a heading angle based on the north direction in the point and CRS provided.class
Return the current time as a Date.class
This function is used to evaluate a or operator with a left and right operandsclass
Returns a point on the provided line.class
A new function to check if a property exists.class
Return the size of a list (or other collection). -
Uses of FunctionExpressionImpl in org.geotools.filter.function.math
Subclasses of FunctionExpressionImpl in org.geotools.filter.function.mathModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Implements an integer divisionclass
Allow access to the value of Math.PI as an expression -
Uses of FunctionExpressionImpl in org.geotools.filter.function.string
Subclasses of FunctionExpressionImpl in org.geotools.filter.function.string -
Uses of FunctionExpressionImpl in org.geotools.mbstyle.function
Subclasses of FunctionExpressionImpl in org.geotools.mbstyle.functionModifier and TypeClassDescriptionclass
Returns the value in a JSONArray at a given index.class
Returns the value of a given object key in a JSONObject.class
Evaluate to TRUE if a JSONObject contains a given key value or FALSE if it does not.class
Returns the size of a given listclass
class
Returns the size of a list or the length of a stringclass
Generate a rgb color from integer values between 0-255.class
Function that takes a scale denominator and a srid and outputs the zoom level. -
Uses of FunctionExpressionImpl in org.geotools.styling.visitor
Subclasses of FunctionExpressionImpl in org.geotools.styling.visitorModifier and TypeClassDescriptionclass
Applies unit to pixel rescaling around expressions whose native unit cannot be determined in a static fashion