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.Geometryobjects 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.styleMethods in org.geotools.api.style that return ContrastEnhancement Modifier and Type Method Description ContrastEnhancementStyleFactory. contrastEnhancement(Expression gamma, String method)ContrastEnhancementStyleFactory. contrastEnhancement(Expression gamma, ContrastMethod method)ContrastEnhancementStyleFactory. createContrastEnhancement()ContrastEnhancementStyleFactory. createContrastEnhancement(Expression gammaValue)ContrastEnhancementRasterSymbolizer. getContrastEnhancement()The ContrastEnhancement element defines contrast enhancement for a channel of a false-color image or for a color image.ContrastEnhancementSelectedChannelType. getContrastEnhancement()Methods in org.geotools.api.style with parameters of type ContrastEnhancement Modifier and Type Method Description RasterSymbolizerStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)SelectedChannelTypeStyleFactory. createSelectedChannelType(String name, ContrastEnhancement enhancement)SelectedChannelTypeStyleFactory. createSelectedChannelType(Expression name, ContrastEnhancement enhancement)RasterSymbolizerStyleFactory. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)SelectedChannelTypeStyleFactory. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)SelectedChannelTypeStyleFactory. 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 elementObjectTraversingStyleVisitor. visit(ContrastEnhancement contrastEnhancement, Object data)Called when accept is called on a raster ContrastEnhancement element
- 
Uses of ContrastEnhancement in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return ContrastEnhancement Modifier and Type Method Description ContrastEnhancementContrastEnhancementBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type ContrastEnhancement Modifier and Type Method Description ContrastEnhancementBuilderContrastEnhancementBuilder. reset(ContrastEnhancement contrastEnhancement)
- 
Uses of ContrastEnhancement in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type ContrastEnhancement Modifier and Type Method Description voidMetaBufferEstimator. visit(ContrastEnhancement contrastEnhancement)voidOpacityFinder. visit(ContrastEnhancement contrastEnhancement)
- 
Uses of ContrastEnhancement in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ContrastEnhancement Modifier and Type Method Description voidStyleVisitorAdapter. visit(ContrastEnhancement ce)
- 
Uses of ContrastEnhancement in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type ContrastEnhancement Modifier and Type Method Description voidStyleAttributeExtractor. visit(ContrastEnhancement contrastEnhancement)
- 
Uses of ContrastEnhancement in org.geotools.stylingClasses in org.geotools.styling that implement ContrastEnhancement Modifier and Type Class Description classContrastEnhancementImplThe 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 ContrastEnhancementSelectedChannelTypeImpl. contrastEnhancement(Expression expr)ContrastEnhancementStyleFactoryImpl. contrastEnhancement(Expression gamma, String method)ContrastEnhancementStyleFactoryImpl. contrastEnhancement(Expression gamma, ContrastMethod method)ContrastEnhancementStyleFactoryImpl. createContrastEnhancement()ContrastEnhancementStyleFactoryImpl. createContrastEnhancement(Expression gammaValue)ContrastEnhancementSelectedChannelTypeImpl. getContrastEnhancement()Methods in org.geotools.styling with parameters of type ContrastEnhancement Modifier and Type Method Description abstract RasterSymbolizerAbstractStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)RasterSymbolizerStyleFactoryImpl. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)abstract SelectedChannelTypeAbstractStyleFactory. createSelectedChannelType(String name, ContrastEnhancement enhancement)SelectedChannelTypeStyleFactoryImpl. createSelectedChannelType(String name, ContrastEnhancement enhancement)SelectedChannelTypeStyleFactoryImpl. createSelectedChannelType(Expression name, ContrastEnhancement enhancement)RasterSymbolizerStyleFactoryImpl. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)RasterSymbolizerImplStyleFactoryImpl2. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)SelectedChannelTypeStyleFactoryImpl. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)SelectedChannelTypeStyleFactoryImpl. selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement)SelectedChannelTypeStyleFactoryImpl2. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)SelectedChannelTypeStyleFactoryImpl2. 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 ContrastEnhancement Constructor Description ContrastEnhancementImpl(ContrastEnhancement contrastEnhancement)SelectedChannelTypeImpl(FilterFactory factory, ContrastEnhancement contrast)
- 
Uses of ContrastEnhancement in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancementDuplicatingStyleVisitor. copy(ContrastEnhancement contrast)Methods in org.geotools.styling.visitor with parameters of type ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancementDuplicatingStyleVisitor. copy(ContrastEnhancement contrast)voidDuplicatingStyleVisitor. visit(ContrastEnhancement contrastEnhancement)
- 
Uses of ContrastEnhancement in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return ContrastEnhancement Modifier and Type Method Description protected ContrastEnhancementSLDParser. parseContrastEnhancement(Node root)Internal parse method - made protected for unit testing
 
-