Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.styling |
Allows for symbolization of geospatial data.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RasterSymbolizerBuilder |
RasterSymbolizerBuilder.overlapBehavior(OverlapBehavior behavior) |
Modifier and Type | Method and Description |
---|---|
OverlapBehavior |
RasterSymbolizerImpl.getOverlapBehavior() |
Modifier and Type | Method and Description |
---|---|
RasterSymbolizerImpl |
StyleFactoryImpl2.rasterSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression opacity,
ChannelSelection channelSelection,
OverlapBehavior overlapsBehaviour,
ColorMap colorMap,
ContrastEnhancement contrast,
ShadedRelief shaded,
Symbolizer outline) |
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) |
RasterSymbolizer |
StyleFactoryImpl.rasterSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression opacity,
ChannelSelection channelSelection,
OverlapBehavior overlapsBehaviour,
ColorMap colorMap,
ContrastEnhancement contrast,
ShadedRelief shaded,
Symbolizer outline) |
void |
RasterSymbolizer.setOverlapBehavior(OverlapBehavior overlapBehavior)
Set the overlap behavior.
|
void |
RasterSymbolizerImpl.setOverlapBehavior(OverlapBehavior overlapBehavior) |
Constructor and Description |
---|
RasterSymbolizerImpl(FilterFactory factory,
Description desc,
String name,
Unit<Length> uom,
OverlapBehavior behavior) |
Modifier and Type | Method and Description |
---|---|
OverlapBehavior |
RasterSymbolizer.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 OverlapBehavior |
OverlapBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlapBehavior[] |
OverlapBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 1996–2019 Geotools. All rights reserved.