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.Geometryobjects 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 ColorMapEntryStyleFactory. createColorMapEntry()ColorMapEntry[]ColorMap. getColorMapEntries()ColorMapEntryColorMap. getColorMapEntry(int i)Methods in org.geotools.api.style with parameters of type ColorMapEntry Modifier and Type Method Description voidColorMap. addColorMapEntry(ColorMapEntry entry)voidStyleVisitor. 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 ColorMapEntryColorMapEntryBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type ColorMapEntry Modifier and Type Method Description ColorMapEntryBuilderColorMapEntryBuilder. 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 voidMetaBufferEstimator. visit(ColorMapEntry entry)voidOpacityFinder. 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 SLDColorMapBuilderSLDColorMapBuilder. addColorMapEntry(ColorMapEntry colorMapEntry)voidStyleVisitorAdapter. 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 voidStyleAttributeExtractor. visit(ColorMapEntry entry) -
Uses of ColorMapEntry in org.geotools.styling
Classes in org.geotools.styling that implement ColorMapEntry Modifier and Type Class Description classColorMapEntryImplDefault color map entry implementationMethods in org.geotools.styling that return ColorMapEntry Modifier and Type Method Description abstract ColorMapEntryAbstractStyleFactory. createColorMapEntry()ColorMapEntryStyleFactoryImpl. createColorMapEntry()ColorMapEntry[]ColorMapImpl. getColorMapEntries()ColorMapEntryColorMapImpl. getColorMapEntry(int index)Methods in org.geotools.styling with parameters of type ColorMapEntry Modifier and Type Method Description voidColorMapImpl. addColorMapEntry(ColorMapEntry entry)voidAbstractStyleVisitor. 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 ColorMapEntryDuplicatingStyleVisitor. copy(ColorMapEntry entry)Methods in org.geotools.styling.visitor with parameters of type ColorMapEntry Modifier and Type Method Description protected ColorMapEntryDuplicatingStyleVisitor. copy(ColorMapEntry entry)voidDuplicatingStyleVisitor. 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 ColorMapEntrySLDParser. parseColorMapEntry(Node root)Internal parse method - made protected for unit testing
-