Uses of Interface
org.geotools.api.style.ColorMapEntry
-
Packages that use ColorMapEntry 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.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling -
-
Uses of ColorMapEntry in org.geotools.api.style
Methods in org.geotools.api.style that return ColorMapEntry Modifier and Type Method Description ColorMapEntry
StyleFactory. createColorMapEntry()
ColorMapEntry[]
ColorMap. getColorMapEntries()
ColorMapEntry
ColorMap. getColorMapEntry(int i)
Methods in org.geotools.api.style with parameters of type ColorMapEntry Modifier and Type Method Description void
ColorMap. addColorMapEntry(ColorMapEntry entry)
void
StyleVisitor. visit(ColorMapEntry colorMapEntry)
Called when accept is called on a raster color map entry -
Uses of ColorMapEntry in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ColorMapEntry Modifier and Type Method Description ColorMapEntry
ColorMapEntryBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ColorMapEntry Modifier and Type Method Description ColorMapEntryBuilder
ColorMapEntryBuilder. reset(ColorMapEntry original)
-
Uses of ColorMapEntry in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ColorMapEntry Modifier and Type Method Description void
MetaBufferEstimator. visit(ColorMapEntry entry)
void
OpacityFinder. visit(ColorMapEntry cme)
-
Uses of ColorMapEntry in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ColorMapEntry Modifier and Type Method Description SLDColorMapBuilder
SLDColorMapBuilder. addColorMapEntry(ColorMapEntry colorMapEntry)
void
StyleVisitorAdapter. visit(ColorMapEntry colorMapEntry)
-
Uses of ColorMapEntry in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ColorMapEntry Modifier and Type Method Description void
StyleAttributeExtractor. visit(ColorMapEntry entry)
-
Uses of ColorMapEntry in org.geotools.styling
Classes in org.geotools.styling that implement ColorMapEntry Modifier and Type Class Description class
ColorMapEntryImpl
Default color map entry implementationMethods in org.geotools.styling that return ColorMapEntry Modifier and Type Method Description abstract ColorMapEntry
AbstractStyleFactory. createColorMapEntry()
ColorMapEntry
StyleFactoryImpl. createColorMapEntry()
ColorMapEntry[]
ColorMapImpl. getColorMapEntries()
ColorMapEntry
ColorMapImpl. getColorMapEntry(int index)
Methods in org.geotools.styling with parameters of type ColorMapEntry Modifier and Type Method Description void
ColorMapImpl. addColorMapEntry(ColorMapEntry entry)
void
AbstractStyleVisitor. visit(ColorMapEntry colorMapEntry)
-
Uses of ColorMapEntry in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ColorMapEntry Modifier and Type Method Description protected ColorMapEntry
DuplicatingStyleVisitor. copy(ColorMapEntry entry)
Methods in org.geotools.styling.visitor with parameters of type ColorMapEntry Modifier and Type Method Description protected ColorMapEntry
DuplicatingStyleVisitor. copy(ColorMapEntry entry)
void
DuplicatingStyleVisitor. visit(ColorMapEntry colorMapEntry)
-
Uses of ColorMapEntry in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ColorMapEntry Modifier and Type Method Description protected ColorMapEntry
SLDParser. parseColorMapEntry(Node root)
Internal parse method - made protected for unit testing
-