Uses of Interface
org.geotools.api.style.TextSymbolizer
-
Packages that use TextSymbolizer Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.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 classesorg.geotools.renderer.style Styling to be applied onorg.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. -
-
Uses of TextSymbolizer in org.geotools.api.style
Methods in org.geotools.api.style that return TextSymbolizer Modifier and Type Method Description TextSymbolizer
StyleFactory. createTextSymbolizer()
TextSymbolizer
StyleFactory. 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, Graphic graphic)
Label Shield hack, non SLD 1.1TextSymbolizer
StyleFactory. getDefaultTextSymbolizer()
Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.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.Methods in org.geotools.api.style with parameters of type TextSymbolizer Modifier and Type Method Description void
StyleVisitor. visit(TextSymbolizer text)
Called when accept is called on a textsymbolizerObject
TraversingStyleVisitor. visit(TextSymbolizer textSymbolizer, Object data)
Called when accept is called on a textsymbolizer -
Uses of TextSymbolizer in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return TextSymbolizer Modifier and Type Method Description TextSymbolizer
TextSymbolizerBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type TextSymbolizer Modifier and Type Method Description TextSymbolizerBuilder
TextSymbolizerBuilder. reset(TextSymbolizer symbolizer)
-
Uses of TextSymbolizer in org.geotools.renderer.label
Methods in org.geotools.renderer.label with parameters of type TextSymbolizer Modifier and Type Method 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_PRIORITYvoid
LabelCacheImpl. put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange scaleRange)
Constructors in org.geotools.renderer.label with parameters of type TextSymbolizer Constructor Description LabelCacheItem(String layerId, TextStyle2D textStyle, LiteShape2 shape, String label, TextSymbolizer symbolizer)
ConstructLabelCacheItem
. -
Uses of TextSymbolizer in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type TextSymbolizer Modifier and Type Method Description void
LabelCache. put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
Puts a Label in the cache.void
SynchronizedLabelCache. put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
void
MetaBufferEstimator. visit(TextSymbolizer text)
void
OpacityFinder. visit(TextSymbolizer text)
-
Uses of TextSymbolizer in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type TextSymbolizer Modifier and Type Method Description void
StyleVisitorAdapter. visit(TextSymbolizer text)
-
Uses of TextSymbolizer in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type TextSymbolizer Modifier and Type Method Description void
StyleAttributeExtractor. visit(TextSymbolizer text)
void
StyleAttributeExtractorTruncated. visit(TextSymbolizer text)
-
Uses of TextSymbolizer in org.geotools.styling
Classes in org.geotools.styling that implement TextSymbolizer Modifier and Type Class Description class
TextSymbolizerImpl
Provides a Java representation of an SLD TextSymbolizer that defines how text symbols should be rendered.Methods in org.geotools.styling that return TextSymbolizer Modifier and Type Method Description TextSymbolizer
StyleBuilder. createStaticTextSymbolizer(Color color, Font[] fonts, String label)
create a textsymbolizer which doesn't changeTextSymbolizer
StyleBuilder. createStaticTextSymbolizer(Color color, Font font, String label)
create a textsymbolizer which doesn't changeabstract TextSymbolizer
AbstractStyleFactory. createTextSymbolizer()
abstract TextSymbolizer
AbstractStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
TextSymbolizer
StyleBuilder. createTextSymbolizer()
Creates a default text symbolizer.TextSymbolizer
StyleBuilder. createTextSymbolizer(Color color, Font[] fonts, String attributeName)
create a textsymbolizerTextSymbolizer
StyleBuilder. createTextSymbolizer(Color color, Font font, String attributeName)
create a textsymbolizerTextSymbolizer
StyleBuilder. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
create a text symbolizerTextSymbolizer
StyleFactoryImpl. createTextSymbolizer()
TextSymbolizer
StyleFactoryImpl. 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, Graphic graphic)
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
StyleFactoryImpl. 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.static TextSymbolizer
SLD. textSymbolizer(Style style)
Retrieve the first TextSymbolizer from the provided Style.TextSymbolizer
StyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
TextSymbolizer
StyleFactoryImpl2. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
Methods in org.geotools.styling with parameters of type TextSymbolizer Modifier and Type Method 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
AbstractStyleVisitor. visit(TextSymbolizer text)
-
Uses of TextSymbolizer in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type TextSymbolizer Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(TextSymbolizer text)
void
RenderingSelectorStyleVisitor. visit(TextSymbolizer text)
void
RescaleStyleVisitor. visit(TextSymbolizer text)
void
UomRescaleStyleVisitor. visit(TextSymbolizer text)
-
Uses of TextSymbolizer in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return TextSymbolizer Modifier and Type Method Description protected TextSymbolizer
SLDParser. parseTextSymbolizer(Node root)
parses the SLD for a text symbolizer -
Uses of TextSymbolizer in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type TextSymbolizer Modifier and Type Method Description protected void
TextSymbolizerEncoder. encode(TextSymbolizer text)
-