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 |
RasterSymbolizer
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos,
DEMs).
|
Modifier and Type | Class and Description |
---|---|
class |
RasterSymbolizerImpl
Default implementation of RasterSymbolizer.
|
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) |
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(RasterSymbolizer rasterSymbolizer,
Object data)
Called when accept is called on a rastersymbolizer
|
Copyright © 1996–2019 Geotools. All rights reserved.