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 |
ExtensionSymbolizer
Custom symbolizer support.
|
Modifier and Type | Class and Description |
---|---|
class |
VendorSymbolizerImpl
ExtensioSymbolizer capturing a vendor specific extension.
|
Modifier and Type | Method and Description |
---|---|
ExtensionSymbolizer |
StyleFactory.extensionSymbolizer(String name,
String geometry,
Description description,
Unit<?> unit,
String extensionName,
Map<String,Expression> parameters)
Used to represent a symbolizer intended for a vendor specific rendering process.
|
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(ExtensionSymbolizer extension,
Object data)
Called when accept is called on a extension symbolizer
|
Copyright © 1996–2019 Geotools. All rights reserved.