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.Geometryobjects 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.styleMethods in org.geotools.api.style that return TextSymbolizer Modifier and Type Method Description TextSymbolizerStyleFactory. createTextSymbolizer()TextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)Label Shield hack, non SLD 1.1TextSymbolizerStyleFactory. getDefaultTextSymbolizer()Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.TextSymbolizerStyleFactory. 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 voidStyleVisitor. visit(TextSymbolizer text)Called when accept is called on a textsymbolizerObjectTraversingStyleVisitor. visit(TextSymbolizer textSymbolizer, Object data)Called when accept is called on a textsymbolizer
- 
Uses of TextSymbolizer in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return TextSymbolizer Modifier and Type Method Description TextSymbolizerTextSymbolizerBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type TextSymbolizer Modifier and Type Method Description TextSymbolizerBuilderTextSymbolizerBuilder. reset(TextSymbolizer symbolizer)
- 
Uses of TextSymbolizer in org.geotools.renderer.labelMethods in org.geotools.renderer.label with parameters of type TextSymbolizer Modifier and Type Method Description doubleLabelCacheImpl. 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_PRIORITYvoidLabelCacheImpl. 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.liteMethods in org.geotools.renderer.lite with parameters of type TextSymbolizer Modifier and Type Method Description voidLabelCache. put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange)Puts a Label in the cache.voidSynchronizedLabelCache. put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange)voidMetaBufferEstimator. visit(TextSymbolizer text)voidOpacityFinder. visit(TextSymbolizer text)
- 
Uses of TextSymbolizer in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type TextSymbolizer Modifier and Type Method Description voidStyleVisitorAdapter. visit(TextSymbolizer text)
- 
Uses of TextSymbolizer in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type TextSymbolizer Modifier and Type Method Description voidStyleAttributeExtractor. visit(TextSymbolizer text)voidStyleAttributeExtractorTruncated. visit(TextSymbolizer text)
- 
Uses of TextSymbolizer in org.geotools.stylingClasses in org.geotools.styling that implement TextSymbolizer Modifier and Type Class Description classTextSymbolizerImplProvides 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 TextSymbolizerStyleBuilder. createStaticTextSymbolizer(Color color, Font[] fonts, String label)create a textsymbolizer which doesn't changeTextSymbolizerStyleBuilder. createStaticTextSymbolizer(Color color, Font font, String label)create a textsymbolizer which doesn't changeabstract TextSymbolizerAbstractStyleFactory. createTextSymbolizer()abstract TextSymbolizerAbstractStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleBuilder. createTextSymbolizer()Creates a default text symbolizer.TextSymbolizerStyleBuilder. createTextSymbolizer(Color color, Font[] fonts, String attributeName)create a textsymbolizerTextSymbolizerStyleBuilder. createTextSymbolizer(Color color, Font font, String attributeName)create a textsymbolizerTextSymbolizerStyleBuilder. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)create a text symbolizerTextSymbolizerStyleFactoryImpl. createTextSymbolizer()TextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)abstract TextSymbolizerAbstractStyleFactory. getDefaultTextSymbolizer()Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.TextSymbolizerStyleFactoryImpl. getDefaultTextSymbolizer()Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.static TextSymbolizerSLD. textSymbolizer(FeatureTypeStyle fts)Retrieve the first TextSymbolizer from the provided FeatureTypeStyle.static TextSymbolizerSLD. textSymbolizer(Style style)Retrieve the first TextSymbolizer from the provided Style.TextSymbolizerStyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)TextSymbolizerStyleFactoryImpl2. 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 FontSLD. font(TextSymbolizer symbolizer)Retrieves the font from a TextSymbolizer.static ColorSLD. textFontFill(TextSymbolizer symbolizer)Retrieves the colour of the font fill from a TextSymbolizer.static ColorSLD. textHaloFill(TextSymbolizer symbolizer)Retrieves the colour of the halo fill a TextSymbolizer.static doubleSLD. textHaloOpacity(TextSymbolizer symbolizer)Retrieves the halo opacity from the first TextSymbolizer.static intSLD. textHaloWidth(TextSymbolizer symbolizer)Retrieves the halo width from a TextSymbolizer.static ExpressionSLD. textLabel(TextSymbolizer symbolizer)Retrieves the label from a TextSymbolizer.static StringSLD. textLabelString(TextSymbolizer symbolizer)Retrieves the label from a TextSymbolizer.voidAbstractStyleVisitor. visit(TextSymbolizer text)
- 
Uses of TextSymbolizer in org.geotools.styling.visitorMethods in org.geotools.styling.visitor with parameters of type TextSymbolizer Modifier and Type Method Description voidDuplicatingStyleVisitor. visit(TextSymbolizer text)voidRenderingSelectorStyleVisitor. visit(TextSymbolizer text)voidRescaleStyleVisitor. visit(TextSymbolizer text)voidUomRescaleStyleVisitor. visit(TextSymbolizer text)
- 
Uses of TextSymbolizer in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return TextSymbolizer Modifier and Type Method Description protected TextSymbolizerSLDParser. parseTextSymbolizer(Node root)parses the SLD for a text symbolizer
- 
Uses of TextSymbolizer in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type TextSymbolizer Modifier and Type Method Description protected voidTextSymbolizerEncoder. encode(TextSymbolizer text)
 
-