Uses of Interface
org.opengis.style.ChannelSelection

Packages that use ChannelSelection
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 ChannelSelection in org.geotools.styling
 

Subinterfaces of ChannelSelection in org.geotools.styling
 interface ChannelSelection
          The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).
 

Classes in org.geotools.styling that implement ChannelSelection
 class ChannelSelectionImpl
          ChannelSelectionImpl
 

Methods in org.geotools.styling with parameters of type ChannelSelection
 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.setChannelSelection(ChannelSelection channel)
          The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).
 void RasterSymbolizer.setChannelSelection(ChannelSelection channel)
          The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).
 

Uses of ChannelSelection in org.opengis.style
 

Methods in org.opengis.style that return ChannelSelection
 ChannelSelection StyleFactory.channelSelection(SelectedChannelType gray)
           
 ChannelSelection StyleFactory.channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
           
 ChannelSelection RasterSymbolizer.getChannelSelection()
          The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).
 

Methods in org.opengis.style with parameters of type ChannelSelection
 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(ChannelSelection channelSelection, Object data)
          Called when accept is called on a raster ChannelSelection element
 



Copyright © 1996-2014 Geotools. All Rights Reserved.