| Name | Description | Type | Package | Framework |
| AbstractFilterVisitor | Base implementation of the FilterVisitor used for inorder traversal of expressions. | Class | org.geotools.filter.visitor | GeoTools |
|
| AbstractFinderFilterVisitor | Abstract FilterVisitor for answering yes / no questions about a filter. | Class | org.geotools.filter.visitor | GeoTools |
|
| AbstractSearchFilterVisitor | SearchFilterVisitor is a base class used to optimize finding specific information in the filter data structure. | Class | org.geotools.filter.visitor | GeoTools |
|
| BindingFilterVisitor | Binds all literals in the filter to the target type they are compared to, in order to avoid the usage of converters on a evaluation by evaluation basis. | Class | org.geotools.filter.visitor | GeoTools |
|
| CapabilitiesFilterSplitter | Determines what queries can be processed server side and which can be processed client side. | Class | org.geotools.filter.visitor | GeoTools |
|
| Categorize | Categorization: The transformation of continuous values to distinct values. | Interface | org.geotools.filter.visitor | GeoTools |
|
| ClientTransactionAccessor | Provides access to certain transaction state for the PostPreProcessFilterSplittingVisitor and CapabilitiesFilterSplitter. | Interface | org.geotools.filter.visitor | GeoTools |
|
| DefaultExpressionVisitor | Abstract implementation of ExpressionVisitor that simply walks the data structure. | Class | org.geotools.filter.visitor | GeoTools |
|
| DefaultFilterVisitor | Abstract implementation of FilterVisitor that simply walks the data structure. | Class | org.geotools.filter.visitor | GeoTools |
|
| DuplicatingFilterVisitor | Used to duplication Filters and/or Expressions - returned object is a copy. | Class | org.geotools.filter.visitor | GeoTools |
|
| ExpressionTypeVisitor | Returns the output type of the visited expression, taking into account functions output types, property types, and general promotion rules in arithmetic expressions | Class | org.geotools.filter.visitor | GeoTools |
|
| ExtractBoundsFilterVisitor | Extract a maximal envelope from the provided Filter. | Class | org.geotools.filter.visitor | GeoTools |
|
| FilterVisitorSupport | Base filter visitor class that aggregates the individual visit methods based on filter Methods are grouped by the BinaryLogicOperator, BinaryComparisonOperator, | Class | org.geotools.filter.visitor | GeoTools |
|
| FixBBOXFilterVisitor | Visit the BBOX filter elements and make sure they are valid. | Class | org.geotools.filter.visitor | GeoTools |
|
| Interpolate | Interpolation: Transformation of continuous values by a function defined on a number of nodes. | Interface | org.geotools.filter.visitor | GeoTools |
|
| InterpolationPoint | The InterpolationPoints have to be specified in ascending order of Data. | Interface | org.geotools.filter.visitor | GeoTools |
|
| IsFullySupportedFilterVisitor | This visitor will return Boolean. | Class | org.geotools.filter.visitor | GeoTools |
|
| IsStaticExpressionVisitor | Check if an expression is static (ie does not contain a PropertyName expression). | Class | org.geotools.filter.visitor | GeoTools |
|
| IsSupportedFilterVisitor | This visitor will return Boolean. | Class | org.geotools.filter.visitor | GeoTools |
|
| LiteralDemultiplyingFilterVisitor | This visitor gets rid of equations that contain literals with multiple values (collections) and creates instead multiple singe value equations, | Class | org.geotools.filter.visitor | GeoTools |
|
| LiteralDemultiplyingFilterVisitor .FilterReplacer | This interface is in support of a generic function (demultiply) that gets rid of the multi-valued literals, with any type of filter that takes two expressions. | Interface | org.geotools.filter.visitor.LiteralDemultiplyingFilterVisitor | GeoTools |
|
| MapItem | This function recodes values from a property or expression into corresponding values of arbitrary type. | Interface | org.geotools.filter.visitor | GeoTools |
|
| Method | Interpolation method used by the Interpolate function. | Class | org.geotools.filter.visitor | GeoTools |
|
| Mode | Interpolation mode used by interpolate function. | Class | org.geotools.filter.visitor | GeoTools |
|
| MultiRange | Represents the domain of a variable as a set of rangesAuthor:Andrea Aime - GeoSolutions | Class | org.geotools.filter.visitor | GeoTools |
|
| NullExpressionVisitor | This class does *nothing* - useful to prevent null checks in AbstractFilterVisitor. | Class | org.geotools.filter.visitor | GeoTools |
|
| NullFilterVisitor | Abstract implementation of FilterVisitor simple returns the provided data. | Class | org.geotools.filter.visitor | GeoTools |
|
| OperatorNameFilterVisitor | A FilterVisitor responsible for providing the capabilities name used to identify the provided filter. | Class | org.geotools.filter.visitor | GeoTools |
|
| PostPreProcessFilterSplittingVisitor | Determines what queries can be processed server side and which can be processed client side. | Class | org.geotools.filter.visitor | GeoTools |
|
| PropertyNameResolvingVisitor | Resolves all property name references in a filter against a particular feature type. | Class | org.geotools.filter.visitor | GeoTools |
|
| Recode | Recoding: Transformation of discrete values to any other values. | Interface | org.geotools.filter.visitor | GeoTools |
|
| SimplifyingFilterVisitor | Takes a filter and returns a simplified, equivalent one. | Class | org.geotools.filter.visitor | GeoTools |
|
| SimplifyingFilterVisitor .FIDValidator | Defines a simple means of assessing whether a feature id in an Id filter is structurally valid and hence can be send down to the backend with confidence it will not | Interface | org.geotools.filter.visitor.SimplifyingFilterVisitor | GeoTools |
|
| SimplifyingFilterVisitor .RegExFIDValidator | A FID validator that matches the fids with a given regular expression to determine the fid'sAuthor:Gabriel Roldan (OpenGeo) | Class | org.geotools.filter.visitor.SimplifyingFilterVisitor | GeoTools |
|
| SimplifyingFilterVisitor .TypeNameDotNumberFidValidator | A convenient fid validator for the common case of a feature id being a composition of a . | Class | org.geotools.filter.visitor.SimplifyingFilterVisitor | GeoTools |
|
| SpatialFilterVisitor | Filter that can be applied to determine if a Filter contains any spatial filterSince:2. | Class | org.geotools.filter.visitor | GeoTools |
|
| ThreshholdsBelongTo | enum ThreshholdsBelongToUsed by Categorize function. | Class | org.geotools.filter.visitor | GeoTools |