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 |
ExternalGraphic
Holds a reference to an external graphics file with a URL to its location and its expected MIME
type.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalGraphicImpl
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
ExternalGraphic |
StyleFactory.externalGraphic(Icon inline,
Collection<ColorReplacement> replacements)
Create ExternalGraphic using a Java Icon.
|
ExternalGraphic |
StyleFactory.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
Create externalGraphic
|
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(ExternalGraphic externalGraphic,
Object data)
Called when accept is called on a external graphic
|
Copyright © 1996–2019 Geotools. All rights reserved.