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 |
---|---|
PolygonSymbolizerBuilder |
PolygonSymbolizerBuilder.reset(PolygonSymbolizer symbolizer) |
Modifier and Type | Interface and Description |
---|---|
interface |
PolygonSymbolizer
A symbolizer describes how a polygon feature should appear on a map.
|
Modifier and Type | Class and Description |
---|---|
class |
PolygonSymbolizerImpl
Provides a representation of a PolygonSymbolizer in an SLD Document.
|
Modifier and Type | Method and Description |
---|---|
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(PolygonSymbolizer polygonSymbolizer,
Object data)
Called when accept is called on a polygon symbolizer
|
Copyright © 1996–2019 Geotools. All rights reserved.