Uses of Class
org.geotools.filter.DefaultExpression
Packages that use DefaultExpression
Package
Description
-
Uses of DefaultExpression in org.geotools.appschema.filter
Subclasses of DefaultExpression in org.geotools.appschema.filterModifier and TypeClassDescriptionclass
Function which wraps an instance of geometry in its associatd multi geometry type.class
class
This class represents a list of expressions broken up from a single XPath expression that is nested in more than one feature. -
Uses of DefaultExpression in org.geotools.brewer.color
Subclasses of DefaultExpression in org.geotools.brewer.color -
Uses of DefaultExpression in org.geotools.coverage.util
Subclasses of DefaultExpression in org.geotools.coverage.utilModifier and TypeClassDescriptionclass
Function to identify if a feature is a wrapped coverage or not -
Uses of DefaultExpression in org.geotools.data.complex.config
Subclasses of DefaultExpression in org.geotools.data.complex.configModifier and TypeClassDescriptionfinal class
Implementation of the multivalued mappings API for JDBC based data sources. -
Uses of DefaultExpression in org.geotools.data.complex.expression
Subclasses of DefaultExpression in org.geotools.data.complex.expression -
Uses of DefaultExpression in org.geotools.data.mongodb.complex
Subclasses of DefaultExpression 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 DefaultExpression in org.geotools.data.oracle.filter
Subclasses of DefaultExpression in org.geotools.data.oracle.filterModifier and TypeClassDescriptionclass
Oracle function SDO_NN to identify the nearest neighbors for a geometry -
Uses of DefaultExpression in org.geotools.data.postgis.filter
Subclasses of DefaultExpression in org.geotools.data.postgis.filterModifier and TypeClassDescriptionclass
NEAREST function implementation for Postgis
Function name: pgNearest
example: -
Uses of DefaultExpression in org.geotools.filter
Subclasses of DefaultExpression in org.geotools.filterModifier and TypeClassDescriptionclass
Area of provided geometry.class
Defines a complex filter (could also be called logical filter).class
A placeholder class used to track a function the user requested that is not supported by our java implementation.class
Abstract class for a function expression implementationclass
Takes an AttributeExpression, and computes the length of the data for the attribute.class
Defines an expression that holds a literal for return.class
Holds a mathematical relationship between two expressions. -
Uses of DefaultExpression in org.geotools.filter.expression
Subclasses of DefaultExpression in org.geotools.filter.expressionModifier and TypeClassDescriptionclass
Implementation of Add expression.class
Implementation of divide expression.class
Implementation of Multiply expression.class
Implementation of Subtract expression. -
Uses of DefaultExpression in org.geotools.filter.function
Subclasses of DefaultExpression in org.geotools.filter.functionModifier and TypeClassDescriptionclass
class
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
Parent for classifiers which break a feature collection into the specified number of classes.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
Breaks a SimpleFeatureCollection into classes with (roughtly) equal total items area in each classclass
Classification function for breaking a feature collection into edible chunks of "equal" size.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
Calculate the Jenks' Natural Breaks classification for a featurecollectionclass
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
Breaks a SimpleFeatureCollection into classes with an equal number of items in each.class
Return the size of a list (or other collection).class
Breaks a SimpleFeatureCollection into classes using the standard deviation classification method.class
Clone of EqualIntervalFunction for unique values -
Uses of DefaultExpression in org.geotools.filter.function.math
Subclasses of DefaultExpression 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 DefaultExpression in org.geotools.filter.function.string
Subclasses of DefaultExpression in org.geotools.filter.function.string -
Uses of DefaultExpression in org.geotools.jdbc
Subclasses of DefaultExpression in org.geotools.jdbcModifier and TypeClassDescriptionclass
Property name that knows what feature type it comes from. -
Uses of DefaultExpression in org.geotools.mbstyle.function
Subclasses of DefaultExpression 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 DefaultExpression in org.geotools.styling.visitor
Subclasses of DefaultExpression in org.geotools.styling.visitorModifier and TypeClassDescriptionclass
Applies unit to pixel rescaling around expressions whose native unit cannot be determined in a static fashion