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 |
---|---|
MarkBuilder |
MarkBuilder.reset(Mark mark) |
Modifier and Type | Interface and Description |
---|---|
interface |
Mark
A Mark element defines a "shape" which has coloring applied to it.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkImpl
Default implementation of Mark.
|
Modifier and Type | Method and Description |
---|---|
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(Mark mark,
Object data)
Called when accept is called on a mark
|
Copyright © 1996–2019 Geotools. All rights reserved.