Uses of Interface
org.geotools.styling.FeatureTypeStyle

Packages that use FeatureTypeStyle
org.geotools.brewer.color   
org.geotools.kml.bindings   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of FeatureTypeStyle in org.geotools.brewer.color
 

Methods in org.geotools.brewer.color that return FeatureTypeStyle
static FeatureTypeStyle StyleGenerator.createFeatureTypeStyle(Classifier classifier, Expression expression, Color[] colors, String typeId, GeometryDescriptor geometryAttrType, int elseMode, double opacity, Stroke defaultStroke)
          Merges a classifier, array of colors and other data into a FeatureTypeStyle object.
 

Methods in org.geotools.brewer.color with parameters of type FeatureTypeStyle
static void StyleGenerator.modifyFTS(FeatureTypeStyle fts, int ruleIndex, String styleExpression)
           
 

Uses of FeatureTypeStyle in org.geotools.kml.bindings
 

Methods in org.geotools.kml.bindings that return FeatureTypeStyle
protected  FeatureTypeStyle StyleMap.get(URI uri)
           
 

Methods in org.geotools.kml.bindings with parameters of type FeatureTypeStyle
protected  void StyleMap.put(URI uri, FeatureTypeStyle style)
           
 

Uses of FeatureTypeStyle in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type FeatureTypeStyle
 void MetaBufferEstimator.visit(FeatureTypeStyle fts)
           
 

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

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

Uses of FeatureTypeStyle in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type FeatureTypeStyle
 void OpacityFinder.visit(FeatureTypeStyle fts)
           
 

Uses of FeatureTypeStyle in org.geotools.styling
 

Classes in org.geotools.styling that implement FeatureTypeStyle
 class FeatureTypeStyleImpl
          DOCUMENT ME!
 

Methods in org.geotools.styling that return FeatureTypeStyle
abstract  FeatureTypeStyle AbstractStyleFactory.createFeatureTypeStyle()
           
 FeatureTypeStyle StyleFactoryImpl.createFeatureTypeStyle()
           
 FeatureTypeStyle StyleFactory.createFeatureTypeStyle()
           
abstract  FeatureTypeStyle AbstractStyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleFactoryImpl.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Rule r)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Rule[] rules)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String featureTypeName, Symbolizer symbolizer)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String featureTypeName, Symbolizer[] symbolizers)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(Symbolizer symbolizer)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
static FeatureTypeStyle SLD.featureTypeStyle(StyledLayerDescriptor sld, SimpleFeatureType type)
           
static FeatureTypeStyle SLD.featureTypeStyle(Style style, SimpleFeatureType type)
          Returns the feature type style in the style which matched a particular name.
static FeatureTypeStyle[] SLD.featureTypeStyles(StyledLayerDescriptor sld)
           
 FeatureTypeStyle[] NamedStyleImpl.getFeatureTypeStyles()
          DOCUMENT ME!
 FeatureTypeStyle[] StyleImpl.getFeatureTypeStyles()
           
 FeatureTypeStyle[] NamedStyle.getFeatureTypeStyles()
           
 FeatureTypeStyle[] Style.getFeatureTypeStyles()
          Deprecated. replaced by a live list in 2.6.x
 

Methods in org.geotools.styling with parameters of type FeatureTypeStyle
 void NamedStyleImpl.addFeatureTypeStyle(FeatureTypeStyle type)
          DOCUMENT ME!
 void StyleImpl.addFeatureTypeStyle(FeatureTypeStyle type)
           
 void NamedStyle.addFeatureTypeStyle(FeatureTypeStyle type)
           
 void Style.addFeatureTypeStyle(FeatureTypeStyle type)
          Deprecated. replaced by a live list in 2.6.x
static boolean SLD.isSemanticTypeMatch(FeatureTypeStyle fts, String regex)
           
static LineSymbolizer SLD.lineSymbolizer(FeatureTypeStyle fts)
          Retrieve the first LineSymbolizer from the provided Style.
static double SLD.maxScale(FeatureTypeStyle fts)
          Returns the max scale of the default rule, or Double.NaN if none is set
static double SLD.minScale(FeatureTypeStyle fts)
          Returns the min scale of the default rule, or 0 if none is set
static PointSymbolizer SLD.pointSymbolizer(FeatureTypeStyle fts)
          Retrieve the first PointSymbolizer from the provided FeatureTypeStyle.
static PolygonSymbolizer SLD.polySymbolizer(FeatureTypeStyle fts)
          Retrieve the first PolygonSymbolizer from the provided Style.
static RasterSymbolizer SLD.rasterSymbolizer(FeatureTypeStyle fts)
          Retrieve the first RasterSymbolizer from the provided Style.
 void NamedStyleImpl.setFeatureTypeStyles(FeatureTypeStyle[] types)
          DOCUMENT ME!
 void StyleImpl.setFeatureTypeStyles(FeatureTypeStyle[] styles)
           
 void NamedStyle.setFeatureTypeStyles(FeatureTypeStyle[] types)
           
 void Style.setFeatureTypeStyles(FeatureTypeStyle[] types)
          Deprecated. replaced by a live list in 2.6.x
protected static Symbolizer SLD.symbolizer(FeatureTypeStyle fts, Class SYMBOLIZER)
          Retrieve the first SYMBOLIZER from the provided FeatureTypeStyle.
static TextSymbolizer SLD.textSymbolizer(FeatureTypeStyle fts)
          Retrieve the first TextSymbolizer from the provided Style.
 void StyleAttributeExtractor.visit(FeatureTypeStyle fts)
           
 void StyleVisitor.visit(FeatureTypeStyle fts)
          Called when accept is called on a fetauretypestyle
 

Uses of FeatureTypeStyle in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor with parameters of type FeatureTypeStyle
 void DuplicatingStyleVisitor.visit(FeatureTypeStyle fts)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.