Uses of Interface
org.geotools.styling.FeatureTypeConstraint
-
Packages that use FeatureTypeConstraint Package Description org.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling -
-
Uses of FeatureTypeConstraint in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return FeatureTypeConstraint Modifier and Type Method Description FeatureTypeConstraint
FeatureTypeConstraintBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type FeatureTypeConstraint Modifier and Type Method Description FeatureTypeConstraintBuilder
FeatureTypeConstraintBuilder. reset(FeatureTypeConstraint constraint)
-
Uses of FeatureTypeConstraint in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type FeatureTypeConstraint Modifier and Type Method Description void
MetaBufferEstimator. visit(FeatureTypeConstraint ftc)
void
OpacityFinder. visit(FeatureTypeConstraint ftc)
-
Uses of FeatureTypeConstraint in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type FeatureTypeConstraint Modifier and Type Method Description void
StyleVisitorAdapter. visit(FeatureTypeConstraint ftc)
-
Uses of FeatureTypeConstraint in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type FeatureTypeConstraint Modifier and Type Method Description void
StyleAttributeExtractor. visit(FeatureTypeConstraint ftc)
-
Uses of FeatureTypeConstraint in org.geotools.styling
Classes in org.geotools.styling that implement FeatureTypeConstraint Modifier and Type Class Description class
FeatureTypeConstraintImpl
Methods in org.geotools.styling that return FeatureTypeConstraint Modifier and Type Method Description FeatureTypeConstraint
StyleFactory. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent... extents)
Creates a new feature type constraint.FeatureTypeConstraint
StyleFactoryImpl. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent[] extents)
FeatureTypeConstraint[]
LayerFeatureConstraints. getFeatureTypeConstraints()
FeatureTypeConstraint[]
LayerFeatureConstraintsImpl. getFeatureTypeConstraints()
FeatureTypeConstraint[]
NamedLayer. getLayerFeatureConstraints()
FeatureTypeConstraint[]
NamedLayerImpl. getLayerFeatureConstraints()
FeatureTypeConstraint[]
UserLayer. getLayerFeatureConstraints()
FeatureTypeConstraint[]
UserLayerImpl. getLayerFeatureConstraints()
Methods in org.geotools.styling that return types with arguments of type FeatureTypeConstraint Modifier and Type Method Description List<FeatureTypeConstraint>
NamedLayer. layerFeatureConstraints()
List<FeatureTypeConstraint>
NamedLayerImpl. layerFeatureConstraints()
List<FeatureTypeConstraint>
UserLayer. layerFeatureConstraints()
List<FeatureTypeConstraint>
UserLayerImpl. layerFeatureConstraints()
Methods in org.geotools.styling with parameters of type FeatureTypeConstraint Modifier and Type Method Description LayerFeatureConstraints
StyleFactory. createLayerFeatureConstraints(FeatureTypeConstraint... featureTypeConstraints)
LayerFeatureConstraints
StyleFactoryImpl. createLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
void
LayerFeatureConstraints. setFeatureTypeConstraints(FeatureTypeConstraint... constraints)
void
LayerFeatureConstraintsImpl. setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
void
NamedLayer. setLayerFeatureConstraints(FeatureTypeConstraint... constraints)
void
NamedLayerImpl. setLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
void
UserLayer. setLayerFeatureConstraints(FeatureTypeConstraint... constraints)
void
UserLayerImpl. setLayerFeatureConstraints(FeatureTypeConstraint[] array)
void
AbstractStyleVisitor. visit(FeatureTypeConstraint ftc)
void
StyleVisitor. visit(FeatureTypeConstraint ftc)
Called when accept is called on a FeatureTypeConstraint. -
Uses of FeatureTypeConstraint in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type FeatureTypeConstraint Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(FeatureTypeConstraint ftc)
-
Uses of FeatureTypeConstraint in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return FeatureTypeConstraint Modifier and Type Method Description protected FeatureTypeConstraint
SLDParser. parseFeatureTypeConstraint(Node root)
-