Uses of Interface
org.opengis.style.ContrastEnhancement

Packages that use ContrastEnhancement
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. 
 

Uses of ContrastEnhancement in org.opengis.style
 

Methods in org.opengis.style that return ContrastEnhancement
 ContrastEnhancement StyleFactory.contrastEnhancement(Expression gamma, ContrastMethod 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.
 

Methods in org.opengis.style with parameters of type ContrastEnhancement
 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(String channelName, ContrastEnhancement contrastEnhancement)
           
 Object StyleVisitor.visit(ContrastEnhancement contrastEnhancement, Object data)
          Called when accept is called on a raster ContrastEnhancement element
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.