Package | Description |
---|---|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.styling.visitor | |
org.geotools.xml.styling |
Modifier and Type | Interface and Description |
---|---|
interface |
LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.
|
interface |
PointPlacement
A PointPlacement specifies how a text label is positioned relative to a geometric point.
|
Modifier and Type | Method and Description |
---|---|
LabelPlacement |
TextSymbolizerImpl.getLabelPlacement()
A pointPlacement specifies how a text element should be rendered relative to its geometric
point.
|
LabelPlacement |
TextSymbolizer.getLabelPlacement()
A LabelPlacement specifies how a text element should be rendered relative to its geometric
point or line.
|
LabelPlacement |
TextSymbolizerImpl.getPlacement()
Deprecated.
|
LabelPlacement |
TextSymbolizer.getPlacement()
Deprecated.
Please use getLabelPlacement()
|
Modifier and Type | Method and Description |
---|---|
TextSymbolizer |
StyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
create a text symbolizer
|
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic) |
void |
TextSymbolizerImpl.setPlacement(LabelPlacement labelPlacement)
Deprecated.
Use setLabelPlacement
|
void |
TextSymbolizer.setPlacement(LabelPlacement labelPlacement)
Deprecated.
Please use setLabelPlacement
|
Modifier and Type | Method and Description |
---|---|
protected LabelPlacement |
DuplicatingStyleVisitor.copy(LabelPlacement placement) |
Modifier and Type | Method and Description |
---|---|
protected LabelPlacement |
DuplicatingStyleVisitor.copy(LabelPlacement placement) |
Modifier and Type | Method and Description |
---|---|
protected LabelPlacement |
SLDParser.parseLabelPlacement(Node root)
Internal parse method - made protected for unit testing
|
Copyright © 1996–2019 Geotools. All rights reserved.