|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorReplacement | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
Uses of ColorReplacement in org.geotools.styling |
---|
Subinterfaces of ColorReplacement in org.geotools.styling | |
---|---|
interface |
ColorReplacement
Apply color replacement to an external graphic. |
Classes in org.geotools.styling that implement ColorReplacement | |
---|---|
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 | |
---|---|
Set<ColorReplacement> |
ExternalGraphicImpl.colorReplacements()
|
Collection<ColorReplacement> |
ExternalGraphicImpl.getColorReplacements()
|
Method parameters in org.geotools.styling with type arguments of type ColorReplacement | |
---|---|
ExternalGraphic |
StyleFactoryImpl.externalGraphic(Icon inline,
Collection<ColorReplacement> replacements)
|
ExternalGraphicImpl |
StyleFactoryImpl2.externalGraphic(Icon inline,
Collection<ColorReplacement> replacements)
|
ExternalGraphic |
StyleFactory.externalGraphic(Icon inline,
Collection<ColorReplacement> replacements)
|
ExternalGraphic |
StyleFactoryImpl.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
|
ExternalGraphicImpl |
StyleFactoryImpl2.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
|
ExternalGraphic |
StyleFactory.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
|
Constructor parameters in org.geotools.styling with type arguments of type ColorReplacement | |
---|---|
ExternalGraphicImpl(Icon icon,
Collection<ColorReplacement> replaces,
OnLineResource source)
|
Uses of ColorReplacement in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder with parameters of type ColorReplacement | |
---|---|
ColorReplacementBuilder |
ColorReplacementBuilder.reset(ColorReplacement replacement)
|
Uses of ColorReplacement in org.opengis.style |
---|
Methods in org.opengis.style that return ColorReplacement | |
---|---|
ColorReplacement |
StyleFactory.colorReplacement(Expression propertyName,
Expression... mapping)
Wrap up a replacement function using the provided expressions. |
Methods in org.opengis.style that return types with arguments of type ColorReplacement | |
---|---|
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.opengis.style with parameters of type ColorReplacement | |
---|---|
Object |
StyleVisitor.visit(ColorReplacement colorReplacement,
Object data)
Called when accept is called on a color replacement |
Method parameters in org.opengis.style with type arguments of type ColorReplacement | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |