Package | Description |
---|---|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.ysld | |
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.
|
Modifier and Type | Interface and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelSelectionImpl
ChannelSelectionImpl
|
Modifier and Type | Method and Description |
---|---|
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) |
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) |
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) |
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).
|
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).
|
Modifier and Type | Method and Description |
---|---|
abstract SelectedChannelType |
Band.getFrom(ChannelSelection sel)
Get the
SelectedChannelType in sel that is represented by this band. |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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–2022 Geotools. All rights reserved.