Uses of Interface
org.geotools.styling.ColorMapEntry

Packages that use ColorMapEntry
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of ColorMapEntry in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type ColorMapEntry
 void OpacityFinder.visit(ColorMapEntry cme)
           
 void MetaBufferEstimator.visit(ColorMapEntry entry)
           
 

Uses of ColorMapEntry in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ColorMapEntry
 SLDColorMapBuilder SLDColorMapBuilder.addColorMapEntry(ColorMapEntry colorMapEntry)
          Add a new ColorMapEntry to the list of ColorMapEntry we want to use for building a LinearColorMap.
 void StyleVisitorAdapter.visit(ColorMapEntry colorMapEntry)
           
 

Uses of ColorMapEntry in org.geotools.styling
 

Classes in org.geotools.styling that implement ColorMapEntry
 class ColorMapEntryImpl
          Default color map entry implementation
 

Methods in org.geotools.styling that return ColorMapEntry
 ColorMapEntry StyleFactoryImpl.createColorMapEntry()
           
abstract  ColorMapEntry AbstractStyleFactory.createColorMapEntry()
           
 ColorMapEntry StyleFactory.createColorMapEntry()
           
 ColorMapEntry[] ColorMapImpl.getColorMapEntries()
           
 ColorMapEntry[] ColorMap.getColorMapEntries()
           
 ColorMapEntry ColorMapImpl.getColorMapEntry(int index)
           
 ColorMapEntry ColorMap.getColorMapEntry(int i)
           
protected  ColorMapEntry SLDParser.parseColorMapEntry(Node root)
          Internal parse method - made protected for unit testing
 

Methods in org.geotools.styling with parameters of type ColorMapEntry
 void ColorMapImpl.addColorMapEntry(ColorMapEntry entry)
           
 void ColorMap.addColorMapEntry(ColorMapEntry entry)
           
 void StyleAttributeExtractor.visit(ColorMapEntry entry)
           
 void AbstractStyleVisitor.visit(ColorMapEntry colorMapEntry)
           
 void StyleVisitor.visit(ColorMapEntry colorMapEntry)
          Called when accept is called on a raster color map entry
 

Uses of ColorMapEntry in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return ColorMapEntry
 ColorMapEntry ColorMapEntryBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type ColorMapEntry
 ColorMapEntryBuilder ColorMapEntryBuilder.reset(ColorMapEntry original)
           
 

Uses of ColorMapEntry in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return ColorMapEntry
protected  ColorMapEntry DuplicatingStyleVisitor.copy(ColorMapEntry entry)
           
 

Methods in org.geotools.styling.visitor with parameters of type ColorMapEntry
protected  ColorMapEntry DuplicatingStyleVisitor.copy(ColorMapEntry entry)
           
 void DuplicatingStyleVisitor.visit(ColorMapEntry colorMapEntry)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.