Uses of Class
org.geotools.api.style.OverlapBehaviorEnum
- 
Packages that use OverlapBehaviorEnum 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.styling Allows for symbolization of geospatial data.
- 
- 
Uses of OverlapBehaviorEnum in org.geotools.api.styleMethods in org.geotools.api.style that return OverlapBehaviorEnum Modifier and Type Method Description OverlapBehaviorEnumRasterSymbolizer. getOverlapBehavior()The OverlapBehavior element tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.static OverlapBehaviorEnumOverlapBehaviorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OverlapBehaviorEnum[]OverlapBehaviorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.api.style with parameters of type OverlapBehaviorEnum Modifier and Type Method Description RasterSymbolizerStyleFactory. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)voidRasterSymbolizer. setOverlapBehavior(OverlapBehaviorEnum overlapBehavior)Set the overlap behavior.
- 
Uses of OverlapBehaviorEnum in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder with parameters of type OverlapBehaviorEnum Modifier and Type Method Description RasterSymbolizerBuilderRasterSymbolizerBuilder. overlapBehavior(OverlapBehaviorEnum behavior)
- 
Uses of OverlapBehaviorEnum in org.geotools.stylingMethods in org.geotools.styling that return OverlapBehaviorEnum Modifier and Type Method Description OverlapBehaviorEnumRasterSymbolizerImpl. getOverlapBehavior()Methods in org.geotools.styling with parameters of type OverlapBehaviorEnum Modifier and Type Method Description 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)voidRasterSymbolizerImpl. setOverlapBehavior(OverlapBehaviorEnum overlapBehavior)Constructors in org.geotools.styling with parameters of type OverlapBehaviorEnum Constructor Description RasterSymbolizerImpl(FilterFactory factory, Description desc, String name, Unit<Length> uom, OverlapBehaviorEnum behavior)
 
-