Uses of Interface
org.geotools.api.style.FeatureTypeConstraint
Packages that use FeatureTypeConstraint
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of FeatureTypeConstraint in org.geotools.api.style
Methods in org.geotools.api.style that return FeatureTypeConstraintModifier and TypeMethodDescriptionStyleFactory.createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent... extents) Creates a new feature type constraint.LayerFeatureConstraints.getFeatureTypeConstraints()NamedLayer.getLayerFeatureConstraints()UserLayer.getLayerFeatureConstraints()Methods in org.geotools.api.style that return types with arguments of type FeatureTypeConstraintModifier and TypeMethodDescriptionNamedLayer.layerFeatureConstraints()UserLayer.layerFeatureConstraints()Methods in org.geotools.api.style with parameters of type FeatureTypeConstraintModifier and TypeMethodDescriptionStyleFactory.createLayerFeatureConstraints(FeatureTypeConstraint... featureTypeConstraints) voidLayerFeatureConstraints.setFeatureTypeConstraints(FeatureTypeConstraint... constraints) voidNamedLayer.setLayerFeatureConstraints(FeatureTypeConstraint... constraints) voidUserLayer.setLayerFeatureConstraints(FeatureTypeConstraint... constraints) voidStyleVisitor.visit(FeatureTypeConstraint ftc) Called when accept is called on a FeatureTypeConstraint. -
Uses of FeatureTypeConstraint in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return FeatureTypeConstraintMethods in org.geotools.brewer.styling.builder with parameters of type FeatureTypeConstraintModifier and TypeMethodDescriptionFeatureTypeConstraintBuilder.reset(FeatureTypeConstraint constraint) -
Uses of FeatureTypeConstraint in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type FeatureTypeConstraintModifier and TypeMethodDescriptionvoidMetaBufferEstimator.visit(FeatureTypeConstraint ftc) voidOpacityFinder.visit(FeatureTypeConstraint ftc) -
Uses of FeatureTypeConstraint in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type FeatureTypeConstraint -
Uses of FeatureTypeConstraint in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type FeatureTypeConstraint -
Uses of FeatureTypeConstraint in org.geotools.styling
Classes in org.geotools.styling that implement FeatureTypeConstraintMethods in org.geotools.styling that return FeatureTypeConstraintModifier and TypeMethodDescriptionStyleFactoryImpl.createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent... extents) LayerFeatureConstraintsImpl.getFeatureTypeConstraints()NamedLayerImpl.getLayerFeatureConstraints()UserLayerImpl.getLayerFeatureConstraints()Methods in org.geotools.styling that return types with arguments of type FeatureTypeConstraintModifier and TypeMethodDescriptionNamedLayerImpl.layerFeatureConstraints()UserLayerImpl.layerFeatureConstraints()Methods in org.geotools.styling with parameters of type FeatureTypeConstraintModifier and TypeMethodDescriptionStyleFactoryImpl.createLayerFeatureConstraints(FeatureTypeConstraint... featureTypeConstraints) voidLayerFeatureConstraintsImpl.setFeatureTypeConstraints(FeatureTypeConstraint... constraints) voidNamedLayerImpl.setLayerFeatureConstraints(FeatureTypeConstraint... featureTypeConstraints) voidUserLayerImpl.setLayerFeatureConstraints(FeatureTypeConstraint... array) voidAbstractStyleVisitor.visit(FeatureTypeConstraint ftc) -
Uses of FeatureTypeConstraint in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type FeatureTypeConstraint -
Uses of FeatureTypeConstraint in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return FeatureTypeConstraintModifier and TypeMethodDescriptionprotected FeatureTypeConstraintSLDParser.parseFeatureTypeConstraint(Node root)