Uses of Interface
org.geotools.styling.TextSymbolizer

Packages that use TextSymbolizer
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.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of TextSymbolizer in org.geotools.renderer.label
 

Methods in org.geotools.renderer.label with parameters of type TextSymbolizer
 double LabelCacheImpl.getPriority(TextSymbolizer symbolizer, SimpleFeature 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, SimpleFeature feature, LiteShape2 shape, NumberRange scaleRange)
           
 

Uses of TextSymbolizer in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type TextSymbolizer
 void SynchronizedLabelCache.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
           
 void LabelCache.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
          Puts a Label in the cache.
 void MetaBufferEstimator.visit(TextSymbolizer text)
           
 

Uses of TextSymbolizer in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type TextSymbolizer
 void StyleVisitorAdapter.visit(TextSymbolizer text)
           
 

Uses of TextSymbolizer in org.geotools.styling
 

Subinterfaces of TextSymbolizer in org.geotools.styling
 interface TextSymbolizer2
          Contains label shield hack
 

Classes in org.geotools.styling that implement TextSymbolizer
 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
 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()
           
 TextSymbolizer StyleBuilder.createTextSymbolizer()
          Creates a default text symbolizer.
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer()
           
 TextSymbolizer StyleFactory.createTextSymbolizer()
           
 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)
           
 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 StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
           
 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.
protected  TextSymbolizer SLDParser.parseTextSymbolizer(Node root)
          parses the SLD for a text symbolizer
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.
 

Methods in org.geotools.styling with parameters of type TextSymbolizer
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 sym)
          Retrieves the label from a TextSymbolizer.
 void StyleAttributeExtractorTruncated.visit(TextSymbolizer text)
           
 void StyleAttributeExtractor.visit(TextSymbolizer text)
           
 void StyleVisitor.visit(TextSymbolizer text)
          Called when accept is called on a textsymbolizer
 

Uses of TextSymbolizer in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return TextSymbolizer
 TextSymbolizer TextSymbolizerBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type TextSymbolizer
 TextSymbolizerBuilder<P> TextSymbolizerBuilder.reset(TextSymbolizer symbolizer)
           
 

Uses of TextSymbolizer in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor with parameters of type TextSymbolizer
 void UomRescaleStyleVisitor.visit(TextSymbolizer text)
           
 void RescaleStyleVisitor.visit(TextSymbolizer text)
           
 void DuplicatingStyleVisitor.visit(TextSymbolizer text)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.