Uses of Interface
org.geotools.api.style.ColorReplacement
-
Packages that use ColorReplacement Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.styling Allows for symbolization of geospatial data. -
-
Uses of ColorReplacement in org.geotools.api.style
Methods in org.geotools.api.style that return ColorReplacement Modifier and Type Method Description ColorReplacement
StyleFactory. 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 ColorReplacement Modifier and Type Method Description Collection<ColorReplacement>
ExternalGraphic. 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 inInterpolate
.Methods in org.geotools.api.style with parameters of type ColorReplacement Modifier and Type Method Description Object
TraversingStyleVisitor. 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 ColorReplacement Modifier and Type Method Description ExternalGraphic
StyleFactory. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
Create ExternalGraphic using a Java Icon.ExternalGraphic
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 ColorReplacement Modifier and Type Method Description ColorReplacement
ColorReplacementBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ColorReplacement Modifier and Type Method Description ColorReplacementBuilder
ColorReplacementBuilder. reset(ColorReplacement replacement)
-
Uses of ColorReplacement in org.geotools.styling
Classes in org.geotools.styling that implement ColorReplacement Modifier and Type Class Description class
ColorReplacementImpl
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 ColorReplacement Modifier and Type Method Description Set<ColorReplacement>
ExternalGraphicImpl. colorReplacements()
Collection<ColorReplacement>
ExternalGraphicImpl. getColorReplacements()
Method parameters in org.geotools.styling with type arguments of type ColorReplacement Modifier and Type Method Description ExternalGraphic
StyleFactoryImpl. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
ExternalGraphic
StyleFactoryImpl. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
ExternalGraphic
StyleFactoryImpl2. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
ExternalGraphic
StyleFactoryImpl2. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
Constructor parameters in org.geotools.styling with type arguments of type ColorReplacement Constructor Description ExternalGraphicImpl(Icon icon, Collection<ColorReplacement> replaces, OnLineResource source)
-