Uses of Interface
org.geotools.api.style.ContrastEnhancement
Packages that use ContrastEnhancement
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of ContrastEnhancement in org.geotools.api.style
Methods in org.geotools.api.style that return ContrastEnhancementModifier and TypeMethodDescriptionStyleFactory.contrastEnhancement(Expression gamma, String method) StyleFactory.contrastEnhancement(Expression gamma, ContrastMethod method) StyleFactory.createContrastEnhancement()StyleFactory.createContrastEnhancement(Expression gammaValue) RasterSymbolizer.getContrastEnhancement()The ContrastEnhancement element defines contrast enhancement for a channel of a false-color image or for a color image.SelectedChannelType.getContrastEnhancement()Methods in org.geotools.api.style with parameters of type ContrastEnhancementModifier and TypeMethodDescriptionStyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) StyleFactory.createSelectedChannelType(String name, ContrastEnhancement enhancement) StyleFactory.createSelectedChannelType(Expression name, ContrastEnhancement enhancement) StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) StyleFactory.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) StyleFactory.selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) voidRasterSymbolizer.setContrastEnhancement(ContrastEnhancement ce) The ContrastEnhancement element defines contrast enhancement for a channel of a false-color image or for a color image.voidSelectedChannelType.setContrastEnhancement(ContrastEnhancement enhancement) voidStyleVisitor.visit(ContrastEnhancement contrastEnhancement) Called when accept is called on a raster ContrastEnhancement elementTraversingStyleVisitor.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 ContrastEnhancementMethods in org.geotools.brewer.styling.builder with parameters of type ContrastEnhancementModifier and TypeMethodDescriptionContrastEnhancementBuilder.reset(ContrastEnhancement contrastEnhancement) -
Uses of ContrastEnhancement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ContrastEnhancementModifier and TypeMethodDescriptionvoidMetaBufferEstimator.visit(ContrastEnhancement contrastEnhancement) voidOpacityFinder.visit(ContrastEnhancement contrastEnhancement) -
Uses of ContrastEnhancement in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ContrastEnhancement -
Uses of ContrastEnhancement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ContrastEnhancementModifier and TypeMethodDescriptionvoidStyleAttributeExtractor.visit(ContrastEnhancement contrastEnhancement) -
Uses of ContrastEnhancement in org.geotools.styling
Classes in org.geotools.styling that implement ContrastEnhancementModifier and TypeClassDescriptionclassThe 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 ContrastEnhancementModifier and TypeMethodDescriptionprotected ContrastEnhancementSelectedChannelTypeImpl.contrastEnhancement(Expression expr) StyleFactoryImpl.contrastEnhancement(Expression gamma, String method) StyleFactoryImpl.contrastEnhancement(Expression gamma, ContrastMethod method) StyleFactoryImpl.createContrastEnhancement()StyleFactoryImpl.createContrastEnhancement(Expression gammaValue) SelectedChannelTypeImpl.getContrastEnhancement()Methods in org.geotools.styling with parameters of type ContrastEnhancementModifier and TypeMethodDescriptionabstract RasterSymbolizerAbstractStyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) StyleFactoryImpl.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline) abstract SelectedChannelTypeAbstractStyleFactory.createSelectedChannelType(String name, ContrastEnhancement enhancement) StyleFactoryImpl.createSelectedChannelType(String name, ContrastEnhancement enhancement) StyleFactoryImpl.createSelectedChannelType(Expression name, ContrastEnhancement enhancement) StyleFactoryImpl.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) StyleFactoryImpl2.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) StyleFactoryImpl.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) StyleFactoryImpl.selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) StyleFactoryImpl2.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) StyleFactoryImpl2.selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) voidRasterSymbolizerImpl.setContrastEnhancement(ContrastEnhancement contrastEnhancement) The ContrastEnhancement element defines contrast enhancement for a channel of a false-color image or for a color image.voidSelectedChannelTypeImpl.setContrastEnhancement(ContrastEnhancement enhancement) voidAbstractStyleVisitor.visit(ContrastEnhancement contrastEnhancement) Constructors in org.geotools.styling with parameters of type ContrastEnhancementModifierConstructorDescriptionContrastEnhancementImpl(ContrastEnhancement contrastEnhancement) SelectedChannelTypeImpl(FilterFactory factory, ContrastEnhancement contrast) -
Uses of ContrastEnhancement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ContrastEnhancementModifier and TypeMethodDescriptionprotected ContrastEnhancementDuplicatingStyleVisitor.copy(ContrastEnhancement contrast) Methods in org.geotools.styling.visitor with parameters of type ContrastEnhancementModifier and TypeMethodDescriptionprotected ContrastEnhancementDuplicatingStyleVisitor.copy(ContrastEnhancement contrast) voidDuplicatingStyleVisitor.visit(ContrastEnhancement contrastEnhancement) -
Uses of ContrastEnhancement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ContrastEnhancementModifier and TypeMethodDescriptionprotected ContrastEnhancementSLDParser.parseContrastEnhancement(Node root) Internal parse method - made protected for unit testing