Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
ShadedRelief
The ShadedRelief element selects the application of relief shading (or ?
|
Modifier and Type | Class and Description |
---|---|
class |
ShadedReliefImpl
Default implementation of ShadedRelief.
|
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.setShadedRelief(ShadedRelief relief)
The ShadedRelief element selects the application of relief shading (or ?
|
void |
RasterSymbolizerImpl.setShadedRelief(ShadedRelief shadedRelief)
The ShadedRelief element selects the application of relief shading (or ?
|
Modifier and Type | Method and Description |
---|---|
ShadedRelief |
RasterSymbolizer.getShadedRelief()
The ShadedRelief element selects the application of relief shading (or ?
|
ShadedRelief |
StyleFactory.shadedRelief(Expression reliefFactor,
boolean brightnessOnly) |
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) |
Object |
StyleVisitor.visit(ShadedRelief shadedRelief,
Object data)
Called when accept is called on a raster
ShadedRelief element |
Copyright © 1996–2019 Geotools. All rights reserved.