Uses of Class
org.geotools.filter.FilterAttributeExtractor
-
Packages that use FilterAttributeExtractor Package Description org.geotools.data.complex.filter org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time. -
-
Uses of FilterAttributeExtractor in org.geotools.data.complex.filter
Subclasses of FilterAttributeExtractor in org.geotools.data.complex.filter Modifier and Type Class Description class
MultipleValueExtractor
-
Uses of FilterAttributeExtractor in org.geotools.renderer.lite
Subclasses of FilterAttributeExtractor in org.geotools.renderer.lite Modifier and Type Class Description class
MetaBufferEstimator
Parses a style or part of it and returns the size of the largest stroke and the biggest point symbolizer whose width is specified with a literal expression.
Also provides an indication whether the stroke width is accurate, or if a non literal width has been found.Fields in org.geotools.renderer.lite declared as FilterAttributeExtractor Modifier and Type Field Description protected FilterAttributeExtractor
MetaBufferEstimator. attributeExtractor
-
Uses of FilterAttributeExtractor in org.geotools.renderer.style
Subclasses of FilterAttributeExtractor in org.geotools.renderer.style Modifier and Type Class Description class
StyleAttributeExtractor
A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properlyclass
StyleAttributeExtractorTruncated
A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properly
-