Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContrastEnhancement
The ContrastEnhancement object defines contrast enhancement for a channel of a false-color image
or for a color image.
|
Modifier and Type | Class and Description |
---|---|
class |
ContrastEnhancementImpl
The ContrastEnhancement object defines contrast enhancement for a channel of a false-color image
or for a color image.
|
Modifier and Type | Method and Description |
---|---|
ContrastEnhancement |
StyleFactoryImpl.contrastEnhancement(Expression gamma,
String method) |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
SelectedChannelTypeImpl |
StyleFactoryImpl2.selectedChannelType(Expression channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelType |
StyleFactory.selectedChannelType(Expression channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelType |
StyleFactoryImpl.selectedChannelType(Expression channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelTypeImpl |
StyleFactoryImpl2.selectedChannelType(String channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelType |
StyleFactory.selectedChannelType(String channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelType |
StyleFactoryImpl.selectedChannelType(String channelName,
ContrastEnhancement contrastEnhancement) |
void |
SelectedChannelTypeImpl.setContrastEnhancement(ContrastEnhancement enhancement) |
void |
RasterSymbolizer.setContrastEnhancement(ContrastEnhancement ce)
The ContrastEnhancement element defines contrast enhancement for a channel of a false-color
image or for a color image.
|
void |
RasterSymbolizerImpl.setContrastEnhancement(ContrastEnhancement contrastEnhancement)
The ContrastEnhancement element defines contrast enhancement for a channel of a false-color
image or for a color image.
|
void |
SelectedChannelType.setContrastEnhancement(ContrastEnhancement enhancement) |
Constructor and Description |
---|
ContrastEnhancementImpl(ContrastEnhancement contrastEnhancement) |
Modifier and Type | Method and Description |
---|---|
ContrastEnhancement |
StyleFactory.contrastEnhancement(Expression gamma,
ContrastMethod method) |
ContrastEnhancement |
StyleFactory.contrastEnhancement(Expression gamma,
String method) |
ContrastEnhancement |
RasterSymbolizer.getContrastEnhancement()
The ContrastEnhancement element defines contrast enhancement for a channel of a false-color
image or for a color image.
|
ContrastEnhancement |
SelectedChannelType.getContrastEnhancement()
Contrast enhancement may be applied to each channel in isolation.
|
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) |
SelectedChannelType |
StyleFactory.selectedChannelType(Expression channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelType |
StyleFactory.selectedChannelType(String channelName,
ContrastEnhancement contrastEnhancement) |
Object |
StyleVisitor.visit(ContrastEnhancement contrastEnhancement,
Object data)
Called when accept is called on a raster ContrastEnhancement element
|
Copyright © 1996–2019 Geotools. All rights reserved.