Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.renderer.label | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
org.geotools.renderer.style |
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time. |
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.styling.visitor | |
org.geotools.xml.styling | |
org.geotools.ysld.encode |
Encoder for style objects as YSLD.
|
Modifier and Type | Method and Description |
---|---|
TextSymbolizer |
TextSymbolizerBuilder.build() |
Modifier and Type | Method and Description |
---|---|
TextSymbolizerBuilder |
TextSymbolizerBuilder.reset(TextSymbolizer symbolizer) |
Modifier and Type | Method and Description |
---|---|
double |
LabelCacheImpl.getPriority(TextSymbolizer symbolizer,
Feature feature)
get the priority from the symbolizer its an expression, so it will try to evaluate it: 1. if
its missing --> DEFAULT_PRIORITY 2. if its a number, return that number 3. if its not a
number, convert to string and try to parse the number; return the number 4. otherwise, return
DEFAULT_PRIORITY
|
void |
LabelCacheImpl.put(String layerId,
TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
NumberRange scaleRange) |
Constructor and Description |
---|
LabelCacheItem(String layerId,
TextStyle2D textStyle,
LiteShape2 shape,
String label,
TextSymbolizer symbolizer)
Construct
LabelCacheItem . |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedLabelCache.put(String layerId,
TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
NumberRange<Double> scaleRange) |
void |
LabelCache.put(String layerId,
TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
NumberRange<Double> scaleRange)
Puts a Label in the cache.
|
void |
OpacityFinder.visit(TextSymbolizer text) |
void |
MetaBufferEstimator.visit(TextSymbolizer text) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(TextSymbolizer text) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractorTruncated.visit(TextSymbolizer text) |
void |
StyleAttributeExtractor.visit(TextSymbolizer text) |
Modifier and Type | Interface and Description |
---|---|
interface |
TextSymbolizer2
Contains label shield hack.
|
Modifier and Type | Class and Description |
---|---|
class |
TextSymbolizerImpl
Provides a Java representation of an SLD TextSymbolizer that defines how text symbols should be
rendered.
|
Modifier and Type | Method and Description |
---|---|
TextSymbolizer |
StyleBuilder.createStaticTextSymbolizer(Color color,
Font[] fonts,
String label)
create a textsymbolizer which doesn't change
|
TextSymbolizer |
StyleBuilder.createStaticTextSymbolizer(Color color,
Font font,
String label)
create a textsymbolizer which doesn't change
|
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer() |
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer() |
TextSymbolizer |
StyleFactory.createTextSymbolizer() |
TextSymbolizer |
StyleBuilder.createTextSymbolizer()
Creates a default text symbolizer.
|
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Color color,
Font[] fonts,
String attributeName)
create a textsymbolizer
|
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Color color,
Font font,
String attributeName)
create a textsymbolizer
|
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
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
|
TextSymbolizer |
StyleFactoryImpl.getDefaultTextSymbolizer()
Creates a default Text Symbolizer, using the defaultFill, defaultFont and
defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
|
abstract TextSymbolizer |
AbstractStyleFactory.getDefaultTextSymbolizer()
Creates a default Text Symbolizer, using the defaultFill, defaultFont and
defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
|
TextSymbolizer |
StyleFactory.getDefaultTextSymbolizer()
Creates a default Text Symbolizer, using the defaultFill, defaultFont and
defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
|
static TextSymbolizer |
SLD.textSymbolizer(FeatureTypeStyle fts)
Retrieve the first TextSymbolizer from the provided FeatureTypeStyle.
|
TextSymbolizer |
StyleFactoryImpl.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill) |
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.
|
static TextSymbolizer |
SLD.textSymbolizer(Style style)
Retrieve the first TextSymbolizer from the provided Style.
|
Modifier and Type | Method and Description |
---|---|
static Font |
SLD.font(TextSymbolizer symbolizer)
Retrieves the font from a TextSymbolizer.
|
static Color |
SLD.textFontFill(TextSymbolizer symbolizer)
Retrieves the colour of the font fill from a TextSymbolizer.
|
static Color |
SLD.textHaloFill(TextSymbolizer symbolizer)
Retrieves the colour of the halo fill a TextSymbolizer.
|
static double |
SLD.textHaloOpacity(TextSymbolizer symbolizer)
Retrieves the halo opacity from the first TextSymbolizer.
|
static int |
SLD.textHaloWidth(TextSymbolizer symbolizer)
Retrieves the halo width from a TextSymbolizer.
|
static Expression |
SLD.textLabel(TextSymbolizer symbolizer)
Retrieves the label from a TextSymbolizer.
|
static String |
SLD.textLabelString(TextSymbolizer symbolizer)
Retrieves the label from a TextSymbolizer.
|
void |
StyleVisitor.visit(TextSymbolizer text)
Called when accept is called on a textsymbolizer
|
void |
AbstractStyleVisitor.visit(TextSymbolizer text) |
Modifier and Type | Method and Description |
---|---|
void |
RescaleStyleVisitor.visit(TextSymbolizer text) |
void |
RenderingSelectorStyleVisitor.visit(TextSymbolizer text) |
void |
DuplicatingStyleVisitor.visit(TextSymbolizer text) |
void |
UomRescaleStyleVisitor.visit(TextSymbolizer text) |
Modifier and Type | Method and Description |
---|---|
protected TextSymbolizer |
SLDParser.parseTextSymbolizer(Node root)
parses the SLD for a text symbolizer
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextSymbolizerEncoder.encode(TextSymbolizer text) |
Copyright © 1996–2022 Geotools. All rights reserved.