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 |
---|---|
ExternalMarkBuilder |
ExternalMarkBuilder.reset(ExternalMark mark) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalMark
Specify a mark using an image files (svg, png, gif) or using mark index a true type font file.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalMarkImpl
Default implementation of ExternalMark.
|
Modifier and Type | Method and Description |
---|---|
MarkImpl |
StyleFactoryImpl2.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
MarkImpl |
StyleFactoryImpl.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
void |
Mark.setExternalMark(ExternalMark externalMark)
Mark defined by an external resource.
|
void |
MarkImpl.setExternalMark(ExternalMark external) |
Modifier and Type | Method and Description |
---|---|
ExternalMark |
StyleFactory.externalMark(Icon inline) |
ExternalMark |
StyleFactory.externalMark(OnLineResource resource,
String format,
int markIndex) |
ExternalMark |
Mark.getExternalMark()
The alternative to a WellKnownName is an external mark format.
|
Modifier and Type | Method and Description |
---|---|
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
Object |
StyleVisitor.visit(ExternalMark externalMark,
Object data)
Called when accept is called on a external mark
|
Copyright © 1996–2019 Geotools. All rights reserved.