Uses of Interface
org.geotools.api.style.ContrastEnhancement
-
Packages that use ContrastEnhancement 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.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling -
-
Uses of ContrastEnhancement in org.geotools.api.style
Methods in org.geotools.api.style that return ContrastEnhancement Modifier and Type Method Description ContrastEnhancement
StyleFactory. contrastEnhancement(Expression gamma, String method)
ContrastEnhancement
StyleFactory. contrastEnhancement(Expression gamma, ContrastMethod method)
ContrastEnhancement
StyleFactory. createContrastEnhancement()
ContrastEnhancement
StyleFactory. createContrastEnhancement(Expression gammaValue)
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()
Methods in org.geotools.api.style with parameters of type ContrastEnhancement Modifier and Type Method Description RasterSymbolizer
StyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
SelectedChannelType
StyleFactory. createSelectedChannelType(String name, ContrastEnhancement enhancement)
SelectedChannelType
StyleFactory. createSelectedChannelType(Expression name, ContrastEnhancement enhancement)
RasterSymbolizer
StyleFactory. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
SelectedChannelType
StyleFactory. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)
SelectedChannelType
StyleFactory. selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement)
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
SelectedChannelType. setContrastEnhancement(ContrastEnhancement enhancement)
void
StyleVisitor. visit(ContrastEnhancement contrastEnhancement)
Called when accept is called on a raster ContrastEnhancement elementObject
TraversingStyleVisitor. visit(ContrastEnhancement contrastEnhancement, Object data)
Called when accept is called on a raster ContrastEnhancement element -
Uses of ContrastEnhancement in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ContrastEnhancement Modifier and Type Method Description ContrastEnhancement
ContrastEnhancementBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ContrastEnhancement Modifier and Type Method Description ContrastEnhancementBuilder
ContrastEnhancementBuilder. reset(ContrastEnhancement contrastEnhancement)
-
Uses of ContrastEnhancement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ContrastEnhancement Modifier and Type Method Description void
MetaBufferEstimator. visit(ContrastEnhancement contrastEnhancement)
void
OpacityFinder. visit(ContrastEnhancement contrastEnhancement)
-
Uses of ContrastEnhancement in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ContrastEnhancement Modifier and Type Method Description void
StyleVisitorAdapter. visit(ContrastEnhancement ce)
-
Uses of ContrastEnhancement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ContrastEnhancement Modifier and Type Method Description void
StyleAttributeExtractor. visit(ContrastEnhancement contrastEnhancement)
-
Uses of ContrastEnhancement in org.geotools.styling
Classes in org.geotools.styling that implement ContrastEnhancement Modifier and Type Class Description class
ContrastEnhancementImpl
The ContrastEnhancement object defines contrast enhancement for a channel of a false-color image or for a color image.Methods in org.geotools.styling that return ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancement
SelectedChannelTypeImpl. contrastEnhancement(Expression expr)
ContrastEnhancement
StyleFactoryImpl. contrastEnhancement(Expression gamma, String method)
ContrastEnhancement
StyleFactoryImpl. contrastEnhancement(Expression gamma, ContrastMethod method)
ContrastEnhancement
StyleFactoryImpl. createContrastEnhancement()
ContrastEnhancement
StyleFactoryImpl. createContrastEnhancement(Expression gammaValue)
ContrastEnhancement
SelectedChannelTypeImpl. getContrastEnhancement()
Methods in org.geotools.styling with parameters of type ContrastEnhancement Modifier and Type Method Description abstract RasterSymbolizer
AbstractStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
StyleFactoryImpl. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)
abstract SelectedChannelType
AbstractStyleFactory. createSelectedChannelType(String name, ContrastEnhancement enhancement)
SelectedChannelType
StyleFactoryImpl. createSelectedChannelType(String name, ContrastEnhancement enhancement)
SelectedChannelType
StyleFactoryImpl. createSelectedChannelType(Expression name, ContrastEnhancement enhancement)
RasterSymbolizer
StyleFactoryImpl. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
RasterSymbolizerImpl
StyleFactoryImpl2. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
SelectedChannelType
StyleFactoryImpl. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)
SelectedChannelType
StyleFactoryImpl. selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement)
SelectedChannelType
StyleFactoryImpl2. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)
SelectedChannelType
StyleFactoryImpl2. selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement)
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
SelectedChannelTypeImpl. setContrastEnhancement(ContrastEnhancement enhancement)
void
AbstractStyleVisitor. visit(ContrastEnhancement contrastEnhancement)
Constructors in org.geotools.styling with parameters of type ContrastEnhancement Constructor Description ContrastEnhancementImpl(ContrastEnhancement contrastEnhancement)
SelectedChannelTypeImpl(FilterFactory factory, ContrastEnhancement contrast)
-
Uses of ContrastEnhancement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancement
DuplicatingStyleVisitor. copy(ContrastEnhancement contrast)
Methods in org.geotools.styling.visitor with parameters of type ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancement
DuplicatingStyleVisitor. copy(ContrastEnhancement contrast)
void
DuplicatingStyleVisitor. visit(ContrastEnhancement contrastEnhancement)
-
Uses of ContrastEnhancement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancement
SLDParser. parseContrastEnhancement(Node root)
Internal parse method - made protected for unit testing
-