Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.filter.visitor Classes and Interfaces - 37 results found.
NameDescriptionTypePackageFramework
AbstractFilterVisitorBase implementation of the FilterVisitor used for inorder traversal of expressions.Classorg.geotools.filter.visitorGeoTools
AbstractFinderFilterVisitorAbstract FilterVisitor for answering yes / no questions about a filter.Classorg.geotools.filter.visitorGeoTools
AbstractSearchFilterVisitorSearchFilterVisitor is a base class used to optimize finding specific information in the filter data structure.Classorg.geotools.filter.visitorGeoTools
BindingFilterVisitorBinds 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.Classorg.geotools.filter.visitorGeoTools
CapabilitiesFilterSplitterDetermines what queries can be processed server side and which can be processed client side.Classorg.geotools.filter.visitorGeoTools
CategorizeCategorization: The transformation of continuous values to distinct values.Interfaceorg.geotools.filter.visitorGeoTools
ClientTransactionAccessorProvides access to certain transaction state for the PostPreProcessFilterSplittingVisitor and CapabilitiesFilterSplitter.Interfaceorg.geotools.filter.visitorGeoTools
DefaultExpressionVisitorAbstract implementation of ExpressionVisitor that simply walks the data structure.Classorg.geotools.filter.visitorGeoTools
DefaultFilterVisitorAbstract implementation of FilterVisitor that simply walks the data structure.Classorg.geotools.filter.visitorGeoTools
DuplicatingFilterVisitorUsed to duplication Filters and/or Expressions - returned object is a copy.Classorg.geotools.filter.visitorGeoTools
ExpressionTypeVisitorReturns the output type of the visited expression, taking into account functions output types, property types, and general promotion rules in arithmetic expressionsClassorg.geotools.filter.visitorGeoTools
ExtractBoundsFilterVisitorExtract a maximal envelope from the provided Filter.Classorg.geotools.filter.visitorGeoTools
FilterVisitorSupportBase filter visitor class that aggregates the individual visit methods based on filter Methods are grouped by the BinaryLogicOperator, BinaryComparisonOperator,Classorg.geotools.filter.visitorGeoTools
FixBBOXFilterVisitorVisit the BBOX filter elements and make sure they are valid.Classorg.geotools.filter.visitorGeoTools
InterpolateInterpolation: Transformation of continuous values by a function defined on a number of nodes.Interfaceorg.geotools.filter.visitorGeoTools
InterpolationPointThe InterpolationPoints have to be specified in ascending order of Data.Interfaceorg.geotools.filter.visitorGeoTools
IsFullySupportedFilterVisitorThis visitor will return Boolean.Classorg.geotools.filter.visitorGeoTools
IsStaticExpressionVisitorCheck if an expression is static (ie does not contain a PropertyName expression).Classorg.geotools.filter.visitorGeoTools
IsSupportedFilterVisitorThis visitor will return Boolean.Classorg.geotools.filter.visitorGeoTools
LiteralDemultiplyingFilterVisitorThis visitor gets rid of equations that contain literals with multiple values (collections) and creates instead multiple singe value equations,Classorg.geotools.filter.visitorGeoTools
LiteralDemultiplyingFilterVisitor .FilterReplacerThis 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.Interfaceorg.geotools.filter.visitor.LiteralDemultiplyingFilterVisitorGeoTools
MapItemThis function recodes values from a property or expression into corresponding values of arbitrary type.Interfaceorg.geotools.filter.visitorGeoTools
MethodInterpolation method used by the Interpolate function.Classorg.geotools.filter.visitorGeoTools
ModeInterpolation mode used by interpolate function.Classorg.geotools.filter.visitorGeoTools
MultiRangeRepresents the domain of a variable as a set of rangesAuthor:Andrea Aime - GeoSolutionsClassorg.geotools.filter.visitorGeoTools
NullExpressionVisitorThis class does *nothing* - useful to prevent null checks in AbstractFilterVisitor.Classorg.geotools.filter.visitorGeoTools
NullFilterVisitorAbstract implementation of FilterVisitor simple returns the provided data.Classorg.geotools.filter.visitorGeoTools
OperatorNameFilterVisitorA FilterVisitor responsible for providing the capabilities name used to identify the provided filter.Classorg.geotools.filter.visitorGeoTools
PostPreProcessFilterSplittingVisitorDetermines what queries can be processed server side and which can be processed client side.Classorg.geotools.filter.visitorGeoTools
PropertyNameResolvingVisitorResolves all property name references in a filter against a particular feature type.Classorg.geotools.filter.visitorGeoTools
RecodeRecoding: Transformation of discrete values to any other values.Interfaceorg.geotools.filter.visitorGeoTools
SimplifyingFilterVisitorTakes a filter and returns a simplified, equivalent one.Classorg.geotools.filter.visitorGeoTools
SimplifyingFilterVisitor .FIDValidatorDefines 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 notInterfaceorg.geotools.filter.visitor.SimplifyingFilterVisitorGeoTools
SimplifyingFilterVisitor .RegExFIDValidatorA FID validator that matches the fids with a given regular expression to determine the fid'sAuthor:Gabriel Roldan (OpenGeo)Classorg.geotools.filter.visitor.SimplifyingFilterVisitorGeoTools
SimplifyingFilterVisitor .TypeNameDotNumberFidValidatorA convenient fid validator for the common case of a feature id being a composition of a .Classorg.geotools.filter.visitor.SimplifyingFilterVisitorGeoTools
SpatialFilterVisitorFilter that can be applied to determine if a Filter contains any spatial filterSince:2.Classorg.geotools.filter.visitorGeoTools
ThreshholdsBelongToenum ThreshholdsBelongToUsed by Categorize function.Classorg.geotools.filter.visitorGeoTools