Uses of Interface
org.geotools.api.filter.FilterFactory
-
-
Uses of FilterFactory in org.geootols.filter.text.cql_2
Methods in org.geootols.filter.text.cql_2 with parameters of type FilterFactory Modifier and Type Method Description static Expression
CQL2. toExpression(String cql2Expression, FilterFactory filterFactory)
Parses the input string in CQL2 format and makes the correspondent Expression , using the provided FilterFactory.static Filter
CQL2. toFilter(String cql2Predicate, FilterFactory filterFactory)
Parses the input string in CQL2 format into a Filter, using the provided FilterFactory.Constructors in org.geootols.filter.text.cql_2 with parameters of type FilterFactory Constructor Description CQL2Compiler(String txtSource, FilterFactory filterFactory)
new instance of TXTCompiler -
Uses of FilterFactory in org.geotools.api.filter.expression
Methods in org.geotools.api.filter.expression with parameters of type FilterFactory Modifier and Type Method Description Expression
SimplifiableFunction. simplify(FilterFactory ff, FeatureType featureType)
Returns a simplified version of the function, or the function itself it cannot be be simplified -
Uses of FilterFactory in org.geotools.appschema.filter
Classes in org.geotools.appschema.filter that implement FilterFactory Modifier and Type Class Description class
FilterFactoryImplNamespaceAware
class
FilterFactoryImplReportInvalidProperty
-
Uses of FilterFactory in org.geotools.brewer.color
Methods in org.geotools.brewer.color with parameters of type FilterFactory Modifier and Type Method Description void
PaletteFunction. setFilterFactory(FilterFactory factory)
Constructors in org.geotools.brewer.color with parameters of type FilterFactory Constructor Description PaletteFunction(FilterFactory factory)
-
Uses of FilterFactory in org.geotools.brewer.styling.builder
Fields in org.geotools.brewer.styling.builder declared as FilterFactory Modifier and Type Field Description protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
protected static FilterFactory
AbstractSLDBuilder. FF
-
Uses of FilterFactory in org.geotools.brewer.styling.filter
Fields in org.geotools.brewer.styling.filter declared as FilterFactory Modifier and Type Field Description protected FilterFactory
AndBuilder. ff
protected FilterFactory
FilterBuilder. ff
protected FilterFactory
IdBuilder. ff
-
Uses of FilterFactory in org.geotools.brewer.styling.filter.expression
Fields in org.geotools.brewer.styling.filter.expression declared as FilterFactory Modifier and Type Field Description protected FilterFactory
AddBuilder. ff
protected FilterFactory
DivideBuilder. ff
protected FilterFactory
ExpressionBuilder. ff
protected FilterFactory
FunctionBuilder. ff
protected FilterFactory
LiteralBuilder. ff
protected FilterFactory
MultiplyBuilder. ff
protected FilterFactory
PropertyNameBuilder. ff
protected FilterFactory
SubtractBuilder. ff
-
Uses of FilterFactory in org.geotools.coverage.util
Fields in org.geotools.coverage.util declared as FilterFactory Modifier and Type Field Description static FilterFactory
FeatureUtilities. DEFAULT_FILTER_FACTORY
-
Uses of FilterFactory in org.geotools.data
Fields in org.geotools.data declared as FilterFactory Modifier and Type Field Description protected FilterFactory
DataTestCase. ff
-
Uses of FilterFactory in org.geotools.data.complex
Fields in org.geotools.data.complex declared as FilterFactory Modifier and Type Field Description protected FilterFactory
IndexedMappingFeatureIterator. ff
protected FilterFactory
IndexQueryManager. ff
protected FilterFactory
AbstractMappingFeatureIterator. filterFac
protected FilterFactory
NestedAttributeMapping. filterFac
Filter factoryprotected FilterFactory
AbstractMappingFeatureIterator. namespaceAwareFilterFactory
-
Uses of FilterFactory in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config with parameters of type FilterFactory Modifier and Type Method Description static Expression
AppSchemaDataAccessConfigurator. parseOgcCqlExpression(String sourceExpr, FilterFactory ff)
Utility method that parses an CQL expression from its text representation. -
Uses of FilterFactory in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type FilterFactory Modifier and Type Method Description void
XPath. setFilterFactory(FilterFactory ff)
Constructors in org.geotools.data.complex.filter with parameters of type FilterFactory Constructor Description XPath(FilterFactory ff, FeatureFactory featureFactory)
-
Uses of FilterFactory in org.geotools.data.jdbc
Fields in org.geotools.data.jdbc declared as FilterFactory Modifier and Type Field Description protected static FilterFactory
FilterToSQL. filterFactory
filter factory -
Uses of FilterFactory in org.geotools.data.store
Fields in org.geotools.data.store declared as FilterFactory Modifier and Type Field Description protected FilterFactory
ContentDataStore. filterFactory
Factory used to create filtersMethods in org.geotools.data.store that return FilterFactory Modifier and Type Method Description FilterFactory
ContentDataStore. getFilterFactory()
The factory used to create filters.Methods in org.geotools.data.store with parameters of type FilterFactory Modifier and Type Method Description void
ContentDataStore. setFilterFactory(FilterFactory filterFactory)
Sets the factory used to create filters. -
Uses of FilterFactory in org.geotools.data.transform
Fields in org.geotools.data.transform declared as FilterFactory Modifier and Type Field Description protected static FilterFactory
TransformFeatureSource. FF
-
Uses of FilterFactory in org.geotools.data.wfs
Constructors in org.geotools.data.wfs with parameters of type FilterFactory Constructor Description InvertAxisFilterVisitor(FilterFactory factory, GeometryFactory geometryFactory)
-
Uses of FilterFactory in org.geotools.data.wfs.internal.v2_0.storedquery
Classes in org.geotools.data.wfs.internal.v2_0.storedquery that implement FilterFactory Modifier and Type Class Description class
ParameterCQLExpressionFilterFactoryImpl
Stored Query parameters may be configured as CQL expressions. -
Uses of FilterFactory in org.geotools.factory
Methods in org.geotools.factory that return FilterFactory Modifier and Type Method Description FilterFactory
BasicFactories. getFilterFactory()
Returns the filter factory singleton.static FilterFactory
CommonFactoryFinder. getFilterFactory()
Returns the first implementation ofFilterFactory
.static FilterFactory
CommonFactoryFinder. getFilterFactory(Hints hints)
Returns the first implementation ofFilterFactory
matching the specified hints.Methods in org.geotools.factory that return types with arguments of type FilterFactory Modifier and Type Method Description static Set<FilterFactory>
CommonFactoryFinder. getFilterFactories(Hints hints)
Returns a set of all available implementations for theFilterFactory
interface. -
Uses of FilterFactory in org.geotools.feature
Fields in org.geotools.feature declared as FilterFactory Modifier and Type Field Description FilterFactory
AbstractFeatureFactoryImpl. ff
protected FilterFactory
AttributeTypeBuilder. ff
filter factoryprotected static FilterFactory
FeatureTypes. FF
-
Uses of FilterFactory in org.geotools.feature.collection
Fields in org.geotools.feature.collection declared as FilterFactory Modifier and Type Field Description protected FilterFactory
SubFeatureCollection. ff
-
Uses of FilterFactory in org.geotools.feature.type
Methods in org.geotools.feature.type that return FilterFactory Modifier and Type Method Description FilterFactory
FeatureTypeFactoryImpl. getFilterFactory()
Methods in org.geotools.feature.type with parameters of type FilterFactory Modifier and Type Method Description void
FeatureTypeFactoryImpl. setFilterFactory(FilterFactory filterFactory)
Constructors in org.geotools.feature.type with parameters of type FilterFactory Constructor Description FeatureTypeFactoryImpl(CRSFactory crsFactory, FilterFactory filterFactory)
Constructor injection -
Uses of FilterFactory in org.geotools.filter
Classes in org.geotools.filter that implement FilterFactory Modifier and Type Class Description class
FilterFactoryImpl
Implementation of the FilterFactory, generates the filter implementations in defaultcore.Methods in org.geotools.filter with parameters of type FilterFactory Modifier and Type Method Description static Filter
Filters. and(FilterFactory ff, List<Filter> filters)
Safe and combiner for filters, will build an and filter around them only if there is at least two filtersstatic Filter
Filters. and(FilterFactory ff, Filter filter1, Filter filter2)
Safe version of FilterFactory *and* that is willing to combine filter1 and filter2 correctly in the even either of them is already an And filter.static Filter
Filters. or(FilterFactory ff, List<Filter> filters)
Safe or combiner for filters, will build an and filter around them only if there is at least two filtersstatic Filter
Filters. or(FilterFactory ff, Filter filter1, Filter filter2)
Safe version of FilterFactory *or* that is willing to combine filter1 and filter2 correctly in the even either of them is already an Or filter.void
ExpressionDOMParser. setFilterFactory(FilterFactory filterFactory)
Setter injectionvoid
ExpressionSAXParser. setFilterFactory(FilterFactory factory)
Setter injectionvoid
Filters. setFilterFactory(FilterFactory factory)
void
FilterSAXParser. setFilterFactory(FilterFactory factory)
Setter injectionvoid
LogicSAXParser. setFilterFactory(FilterFactory factory)
Setter injectionConstructors in org.geotools.filter with parameters of type FilterFactory Constructor Description ExpressionDOMParser(FilterFactory filterFactory)
ExpressionSAXParser(SimpleFeatureType schema, FilterFactory factory)
Constructor injectionExpressionSAXParser(FilterFactory factory)
Filters(FilterFactory factory)
Create a Filters helper using the provided FilterFactoryFilterSAXParser(FilterFactory factory)
Constructor injdectionGeometryFilterImpl(FilterFactory factory)
LogicSAXParser(FilterFactory factory)
Constructor injection -
Uses of FilterFactory in org.geotools.filter.function
Methods in org.geotools.filter.function with parameters of type FilterFactory Modifier and Type Method Description Expression
NorthFix. simplify(FilterFactory ff, FeatureType featureType)
-
Uses of FilterFactory in org.geotools.filter.spatial
Constructors in org.geotools.filter.spatial with parameters of type FilterFactory Constructor Description BBOX3DImpl(PropertyName propertyName, ReferencedEnvelope3D env, FilterFactory factory)
DefaultCRSFilterVisitor(FilterFactory factory, CoordinateReferenceSystem defaultCrs)
ReprojectingFilterVisitor(FilterFactory factory, FeatureType featureType)
ReprojectingFilterVisitor(FilterFactory factory, FeatureType featureType, CoordinateReferenceSystem targetCrs)
-
Uses of FilterFactory in org.geotools.filter.text.commons
Fields in org.geotools.filter.text.commons declared as FilterFactory Modifier and Type Field Description protected FilterFactory
AbstractFilterBuilder. filterFactory
Methods in org.geotools.filter.text.commons that return FilterFactory Modifier and Type Method Description protected FilterFactory
AbstractFilterBuilder. getFilterFactory()
Methods in org.geotools.filter.text.commons with parameters of type FilterFactory Modifier and Type Method Description protected abstract ICompiler
AbstractCompilerFactory. createCompiler(String predicate, FilterFactory filterFactory)
static PeriodNode
PeriodNode. createPeriodDateAndDuration(Literal date, Literal duration, FilterFactory filterFactory)
static PeriodNode
PeriodNode. createPeriodDurationAndDate(Literal duration, Literal date, FilterFactory filterFactory)
ICompiler
AbstractCompilerFactory. makeCompiler(String predicate, FilterFactory filterFactory)
Initializes and create the new compilerstatic Expression
CompilerUtil. parseExpression(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory)
Parses the expression present on source and make an expression object.static Expression
CompilerUtil. parseExpression(Language language, String predicate, FilterFactory filterFactory)
Makes Expressions for the predicatestatic Filter
CompilerUtil. parseFilter(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory)
Parses the predicate present on source and makes the filter.static Filter
CompilerUtil. parseFilter(Language language, String predicate, FilterFactory filterFactory)
Returns the filter resultant of the parsing process of predicate expression.static List<Filter>
CompilerUtil. parseFilterList(String predicateSequence, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory)
Parses the sequence of predicate and makes the filter liststatic List<Filter>
CompilerUtil. parseFilterList(Language language, String predicate, FilterFactory filterFactory)
Makes a list of filters extracted from the sequence of search predicatesConstructors in org.geotools.filter.text.commons with parameters of type FilterFactory Constructor Description AbstractFilterBuilder(String cqlSource, FilterFactory filterFactory)
New instance of FilterBuilder -
Uses of FilterFactory in org.geotools.filter.text.cql2
Methods in org.geotools.filter.text.cql2 with parameters of type FilterFactory Modifier and Type Method Description static Expression
CQL. toExpression(String cqlExpression, FilterFactory filterFactory)
Parses the input string in OGC CQL format into anExpression
, using the providedFilterFactory
.static Filter
CQL. toFilter(String cqlPredicate, FilterFactory filterFactory)
Parses the input string in OGC CQL format into a Filter, using the provided FilterFactory.static List<Filter>
CQL. toFilterList(String cqlSequencePredicate, FilterFactory filterFactory)
Parses the input string which has to be a list of OGC CQL predicates separated by ";
" into aList
ofFilter
s, using the provided FilterFactory.Constructors in org.geotools.filter.text.cql2 with parameters of type FilterFactory Constructor Description CQLCompiler(String cqlSource, FilterFactory filterFactory)
new instance of CQL Compiler -
Uses of FilterFactory in org.geotools.filter.text.cqljson
Constructors in org.geotools.filter.text.cqljson with parameters of type FilterFactory Constructor Description CQLJsonCompiler(String cqlSource, FilterFactory filterFactory)
new instance of CQL Compiler -
Uses of FilterFactory in org.geotools.filter.text.ecql
Methods in org.geotools.filter.text.ecql with parameters of type FilterFactory Modifier and Type Method Description static Expression
ECQL. toExpression(String ecqlExpression, FilterFactory filterFactory)
Parses the input string in ECQL format and makes the correspondent Expression , using the provided FilterFactory.static Filter
ECQL. toFilter(String ecqlPredicate, FilterFactory filterFactory)
Parses the input string in ECQL format into a Filter, using the provided FilterFactory.static List<Filter>
ECQL. toFilterList(String ecqlSequencePredicate, FilterFactory filterFactory)
Constructors in org.geotools.filter.text.ecql with parameters of type FilterFactory Constructor Description ECQLCompiler(String txtSource, FilterFactory filterFactory)
new instance of TXTCompiler -
Uses of FilterFactory in org.geotools.filter.v1_0
Fields in org.geotools.filter.v1_0 declared as FilterFactory Modifier and Type Field Description protected FilterFactory
OGCPropertyNameTypeBinding. factory
-
Uses of FilterFactory in org.geotools.filter.v1_0.capabilities
Constructors in org.geotools.filter.v1_0.capabilities with parameters of type FilterFactory Constructor Description _Filter_CapabilitiesBinding(FilterFactory factory)
Arithmetic_OperatorsTypeBinding(FilterFactory factory)
Comparison_OperatorsTypeBinding(FilterFactory factory)
Function_NameTypeBinding(FilterFactory factory)
FunctionsTypeBinding(FilterFactory factory)
Scalar_CapabilitiesTypeBinding(FilterFactory factory)
Spatial_CapabilitiesTypeBinding(FilterFactory factory)
Spatial_OperatorsTypeBinding(FilterFactory factory)
-
Uses of FilterFactory in org.geotools.filter.v1_1
Constructors in org.geotools.filter.v1_1 with parameters of type FilterFactory Constructor Description FilterTypeBinding(FilterFactory filterFactory)
GmlObjectIdTypeBinding(FilterFactory filterfactory)
SortByTypeBinding(FilterFactory filterfactory)
SortOrderTypeBinding(FilterFactory filterfactory)
SortPropertyTypeBinding(FilterFactory filterfactory)
-
Uses of FilterFactory in org.geotools.filter.v1_1.capabilities
Constructors in org.geotools.filter.v1_1.capabilities with parameters of type FilterFactory Constructor Description _Filter_CapabilitiesBinding(FilterFactory factory)
ComparisonOperatorsTypeBinding(FilterFactory factory)
ComparisonOperatorTypeBinding(FilterFactory factory)
Id_CapabilitiesTypeBinding(FilterFactory factory)
Spatial_CapabilitiesTypeBinding(FilterFactory factory)
SpatialOperatorsTypeBinding(FilterFactory factory)
SpatialOperatorTypeBinding(FilterFactory factory)
-
Uses of FilterFactory in org.geotools.filter.v2_0.bindings
-
Uses of FilterFactory in org.geotools.filter.visitor
Fields in org.geotools.filter.visitor declared as FilterFactory Modifier and Type Field Description protected FilterFactory
DuplicatingFilterVisitor. ff
Methods in org.geotools.filter.visitor that return FilterFactory Modifier and Type Method Description protected FilterFactory
DuplicatingFilterVisitor. getFactory(Object extraData)
Methods in org.geotools.filter.visitor with parameters of type FilterFactory Modifier and Type Method Description Filter
MultiRange. toFilter(FilterFactory ff, Expression variable)
Constructors in org.geotools.filter.visitor with parameters of type FilterFactory Constructor Description DuplicatingFilterVisitor(FilterFactory factory)
-
Uses of FilterFactory in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as FilterFactory Modifier and Type Field Description static FilterFactory
Utils. FF
-
Uses of FilterFactory in org.geotools.mbstyle.expression
Fields in org.geotools.mbstyle.expression declared as FilterFactory Modifier and Type Field Description protected FilterFactory
MBExpression. ff
-
Uses of FilterFactory in org.geotools.mbstyle.function
Fields in org.geotools.mbstyle.function declared as FilterFactory Modifier and Type Field Description FilterFactory
MapBoxLengthFunction. ff
-
Uses of FilterFactory in org.geotools.mbstyle.layer
Fields in org.geotools.mbstyle.layer declared as FilterFactory Modifier and Type Field Description protected FilterFactory
MBLayer. ff
Shared filter factory -
Uses of FilterFactory in org.geotools.mbstyle.parse
Fields in org.geotools.mbstyle.parse declared as FilterFactory Modifier and Type Field Description protected FilterFactory
MBFilter. ff
Methods in org.geotools.mbstyle.parse that return FilterFactory Modifier and Type Method Description FilterFactory
MBObjectParser. getFilterFactory()
Shared FilterFactory -
Uses of FilterFactory in org.geotools.process.vector
Fields in org.geotools.process.vector declared as FilterFactory Modifier and Type Field Description protected FilterFactory
GroupCandidateSelectionProcess. ff
-
Uses of FilterFactory in org.geotools.renderer.lite
Fields in org.geotools.renderer.lite declared as FilterFactory Modifier and Type Field Description protected static FilterFactory
StreamingRenderer. filterFactory
Filter factory for creating bounding box filters -
Uses of FilterFactory in org.geotools.se.v1_1.bindings
-
Uses of FilterFactory in org.geotools.sld.bindings
Fields in org.geotools.sld.bindings declared as FilterFactory Modifier and Type Field Description protected FilterFactory
SLDMarkBinding. filterFactory
Constructors in org.geotools.sld.bindings with parameters of type FilterFactory Constructor Description SLDColorMapEntryBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDContrastEnhancementBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDCssParameterBinding(FilterFactory filterFactory)
SLDFillBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDFontBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDHaloBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDMarkBinding(StyleFactory styleFactory, FilterFactory filterFactory, ResourceLocator resourceLocator)
SLDNormalizeBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDParameterValueTypeBinding(FilterFactory filterFactory)
SLDShadedReliefBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDStrokeBinding(StyleFactory styleFactory, FilterFactory filterFactory)
SLDVendorOptionBinding(FilterFactory filterFactory)
-
Uses of FilterFactory in org.geotools.styling
Fields in org.geotools.styling declared as FilterFactory Modifier and Type Field Description protected FilterFactory
AbstractContrastMethodStrategy. filterFactory
Methods in org.geotools.styling that return FilterFactory Modifier and Type Method Description FilterFactory
AbstractContrastMethodStrategy. getFilterFactory()
Fetch the filter factory used by the method.FilterFactory
StyleBuilder. getFilterFactory()
getter for filterFactoryMethods in org.geotools.styling with parameters of type FilterFactory Modifier and Type Method Description void
ContrastEnhancementImpl. setFilterFactory(FilterFactory factory)
void
DisplacementImpl. setFilterFactory(FilterFactory factory)
void
FillImpl. setFilterFactory(FilterFactory factory)
void
HaloImpl. setFilterFactory(FilterFactory factory)
void
StrokeImpl. setFilterFactory(FilterFactory factory)
void
StyleBuilder. setFilterFactory(FilterFactory factory)
Documented setter injection, StyleBuilder uses a StyleFactory for creation. -
Uses of FilterFactory in org.geotools.styling.visitor
Fields in org.geotools.styling.visitor declared as FilterFactory Modifier and Type Field Description protected FilterFactory
DuplicatingStyleVisitor. ff
Constructors in org.geotools.styling.visitor with parameters of type FilterFactory Constructor Description DpiRescaleStyleVisitor(FilterFactory filterFactory, double scale)
DuplicatingStyleVisitor(StyleFactory styleFactory, FilterFactory filterFactory)
DuplicatingStyleVisitor(StyleFactory styleFactory, FilterFactory filterFactory, DuplicatingFilterVisitor filterCloner)
Builds a new duplicating style visitor using a customDuplicatingStyleVisitor
RescaleStyleVisitor(FilterFactory filterFactory, double scale)
RescaleStyleVisitor(FilterFactory filterFactory, Expression scale)
-
Uses of FilterFactory in org.geotools.wfs.v1_0
Constructors in org.geotools.wfs.v1_0 with parameters of type FilterFactory Constructor Description QueryTypeBinding(WfsFactory factory, FilterFactory filterFactory, NamespaceContext namespaceContext)
-
Uses of FilterFactory in org.geotools.xml.styling
Constructors in org.geotools.xml.styling with parameters of type FilterFactory Constructor Description SLDParser(StyleFactory factory, FilterFactory filterFactory)
-
Uses of FilterFactory in org.geotools.xsd.filter
Methods in org.geotools.xsd.filter with parameters of type FilterFactory Modifier and Type Method Description static List<Filter>
FilterParsingUtils. BinaryLogicOperator_getChildFilters(Node node, FilterFactory factory)
static List<Filter>
FilterParsingUtils. parseExtendedOperators(Node node, FilterFactory factory)
-
Uses of FilterFactory in org.geotools.ysld.parse
Constructors in org.geotools.ysld.parse with parameters of type FilterFactory Constructor Description Factory(StyleFactory style, FilterFactory filter)
-