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 |
NamedStyle
A NamedStyle is used to refer to a style that has a name in a WMS.
|
interface |
Style
Indicates how geographical content should be displayed (we call this a style for simplicity; in
the spec it is called a UserStyle (user-defined style)).
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLineStyle
A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.
|
class |
BasicPolygonStyle
A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.
|
class |
NamedStyleImpl
A NamedStyle is used to refer to a style that has a name in a WMS.
|
class |
StyleImpl
Implementation of style.
|
Modifier and Type | Method and Description |
---|---|
Style |
StyleFactory.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer) |
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(Style style,
Object data)
Called when accept is called on a Style.
|
Copyright © 1996–2019 Geotools. All rights reserved.