Uses of Interface
org.geotools.api.style.ColorReplacement
Packages that use ColorReplacement
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Allows for symbolization of geospatial data.
-
Uses of ColorReplacement in org.geotools.api.style
Methods in org.geotools.api.style that return ColorReplacementModifier and TypeMethodDescriptionStyleFactory.colorReplacement
(Expression propertyName, Expression... mapping) Wrap up a replacement function using the provided expressions.Methods in org.geotools.api.style that return types with arguments of type ColorReplacementModifier and TypeMethodDescriptionExternalGraphic.getColorReplacements()
The ColorReplacement element, which may occur multiple times, allows to replace a color in the ExternalGraphic, the color specified in the OriginalColor sub-element, by another color as a result of a recode function as defined in Interpolate.Methods in org.geotools.api.style with parameters of type ColorReplacementModifier and TypeMethodDescriptionTraversingStyleVisitor.visit
(ColorReplacement colorReplacement, Object data) Called when accept is called on a color replacementMethod parameters in org.geotools.api.style with type arguments of type ColorReplacementModifier and TypeMethodDescriptionStyleFactory.externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) Create ExternalGraphic using a Java Icon.StyleFactory.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) Create externalGraphic -
Uses of ColorReplacement in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ColorReplacementMethods in org.geotools.brewer.styling.builder with parameters of type ColorReplacement -
Uses of ColorReplacement in org.geotools.styling
Classes in org.geotools.styling that implement ColorReplacementModifier and TypeClassDescriptionclass
An implementation of ColorReplacement; this is a wrapper around an implementaiton of the "Recode" function as defined by SymbologyEncoding 1.1.Methods in org.geotools.styling that return types with arguments of type ColorReplacementModifier and TypeMethodDescriptionExternalGraphicImpl.colorReplacements()
ExternalGraphicImpl.getColorReplacements()
Method parameters in org.geotools.styling with type arguments of type ColorReplacementModifier and TypeMethodDescriptionStyleFactoryImpl.externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) StyleFactoryImpl.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) StyleFactoryImpl2.externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) StyleFactoryImpl2.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) Constructor parameters in org.geotools.styling with type arguments of type ColorReplacementModifierConstructorDescriptionExternalGraphicImpl
(Icon icon, Collection<ColorReplacement> replaces, OnLineResource source)