Uses of Interface
org.opengis.style.ColorMap

Packages that use ColorMap
org.geotools.styling Allows for symbolization of geospatial data. 
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 ColorMap in org.geotools.styling
 

Subinterfaces of ColorMap in org.geotools.styling
 interface ColorMap
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 

Classes in org.geotools.styling that implement ColorMap
 class ColorMapImpl
          A simple implementation of the color map interface.
 

Methods in org.geotools.styling with parameters of type ColorMap
 RasterSymbolizer StyleFactoryImpl.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 RasterSymbolizerImpl StyleFactoryImpl2.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 RasterSymbolizer StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 void RasterSymbolizerImpl.setColorMap(ColorMap colorMap)
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 void RasterSymbolizer.setColorMap(ColorMap colorMap)
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 

Uses of ColorMap in org.opengis.style
 

Methods in org.opengis.style that return ColorMap
 ColorMap StyleFactory.colorMap(Expression propertyName, Expression... mapping)
          Wrap up a "Categorize" function using the provided expressions.
 ColorMap RasterSymbolizer.getColorMap()
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 

Methods in org.opengis.style with parameters of type ColorMap
 RasterSymbolizer StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 Object StyleVisitor.visit(ColorMap colorMap, Object data)
          Called when accept is called on a raster color map
 



Copyright © 1996-2014 Geotools. All Rights Reserved.