Uses of Interface
org.opengis.style.ColorReplacement

Packages that use ColorReplacement
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.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)
           
 ExternalGraphic StyleFactory.externalGraphic(OnlineResource resource, String format, Collection<ColorReplacement> replacements)
           
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.