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.styleMethods in org.geotools.api.style that return ColorReplacement Modifier and Type Method Description ColorReplacementStyleFactory. 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 in Interpolate.Methods in org.geotools.api.style with parameters of type ColorReplacement Modifier and Type Method Description ObjectTraversingStyleVisitor. 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 ExternalGraphicStyleFactory. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)Create ExternalGraphic using a Java Icon.ExternalGraphicStyleFactory. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)Create externalGraphic
- 
Uses of ColorReplacement in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return ColorReplacement Modifier and Type Method Description ColorReplacementColorReplacementBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type ColorReplacement Modifier and Type Method Description ColorReplacementBuilderColorReplacementBuilder. reset(ColorReplacement replacement)
- 
Uses of ColorReplacement in org.geotools.stylingClasses in org.geotools.styling that implement ColorReplacement Modifier and Type Class Description classColorReplacementImplAn 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 ExternalGraphicStyleFactoryImpl. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)ExternalGraphicStyleFactoryImpl. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)ExternalGraphicStyleFactoryImpl2. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)ExternalGraphicStyleFactoryImpl2. 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)
 
-