Package | Description |
---|---|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.ysld.encode |
Encoder for style objects as YSLD.
|
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 |
Symbol
This an empty interface for styling symbol objects to implement
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalGraphicImpl
DOCUMENT ME!
|
class |
MarkImpl
Default implementation of Mark.
|
Modifier and Type | Method and Description |
---|---|
List<GraphicalSymbol> |
GraphicLegend.graphicalSymbols()
The items in this list are either a Mark or a ExternalGraphic.
|
List<GraphicalSymbol> |
GraphicImpl.graphicalSymbols() |
List<GraphicalSymbol> |
Graphic.graphicalSymbols()
List of all symbols used to represent this graphic.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SymbolsEncoder.encode(GraphicalSymbol symbol) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalGraphic
Points to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.
|
interface |
Mark
Indicate that one of a few predefined shapes will be drawn at the points of the geometry.
|
Modifier and Type | Method and Description |
---|---|
List<GraphicalSymbol> |
Graphic.graphicalSymbols()
Returns the list of external image files or marks that comprise this graphic.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp)
Create a graphic.
|
GraphicFill |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicLegend |
StyleFactory.graphicLegend(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicStroke |
StyleFactory.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Copyright © 1996–2019 Geotools. All rights reserved.