| Package | Description | 
|---|---|
| org.geotools.factory | |
| org.geotools.se.v1_1.bindings | |
| org.geotools.sld.bindings | |
| org.geotools.sld.v1_1.bindings | |
| org.geotools.styling | Allows for symbolization of geospatial data. | 
| org.geotools.styling.visitor | |
| org.geotools.xml.styling | |
| org.geotools.ysld.parse | Parser for YSLD into style objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StyleFactory | CommonFactoryFinder. getStyleFactory()Returns the first implementation of  StyleFactory. | 
| static StyleFactory | CommonFactoryFinder. getStyleFactory(Hints hints)Returns the first implementation of  StyleFactorymatching the specified hints. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<StyleFactory> | CommonFactoryFinder. getStyleFactories(Hints hints)Returns a set of all available implementations for the  StyleFactoryinterface. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StyleFactory | SLDExternalGraphicBinding. styleFactory | 
| protected StyleFactory | SLDMarkBinding. styleFactory | 
| Constructor and Description | 
|---|
| NamedLayerBinding(StyleFactory styleFactory) | 
| NamedStyleBinding(StyleFactory styleFactory) | 
| RemoteOWSBinding(StyleFactory styleFactory) | 
| StyledLayerDescriptorBinding(StyleFactory styleFactory) | 
| UserLayerBinding(StyleFactory styleFactory) | 
| UserStyleBinding(StyleFactory styleFactory) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | StyleFactory2Abstract base class for implementing style factories. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StyleFactoryImplFactory for creating Styles. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StyleFactory | StyleFactoryFinder. createStyleFactory()Deprecated.  Create an instance of the factory. | 
| StyleFactory | StyleBuilder. getStyleFactory()getter for StyleFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StyleBuilder. setStyleFactory(StyleFactory factory)Documented setter injection, StyleBuilder uses a StyleFactory for creation. | 
| Constructor and Description | 
|---|
| StyleBuilder(StyleFactory styleFactory)Use the supplied StyleFactory when building styles | 
| StyleBuilder(StyleFactory styleFactory,
            FilterFactory filterFactory)Use the supplied StyleFactory and FilterFactory when building styles | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StyleFactory | DuplicatingStyleVisitor. sf | 
| Constructor and Description | 
|---|
| DuplicatingStyleVisitor(StyleFactory styleFactory) | 
| DuplicatingStyleVisitor(StyleFactory styleFactory,
                       FilterFactory2 filterFactory) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StyleFactory | SLDParser. factory | 
| Constructor and Description | 
|---|
| SLDParser(StyleFactory factory)Create a Stylereader - use if you already have a dom to parse. | 
| SLDParser(StyleFactory factory,
         File f)Creates a new SLDStyle object. | 
| SLDParser(StyleFactory factory,
         FilterFactory filterFactory) | 
| SLDParser(StyleFactory factory,
         InputStream s)Creates a new SLDStyle object. | 
| SLDParser(StyleFactory factory,
         Reader r)Creates a new SLDStyle object. | 
| SLDParser(StyleFactory factory,
         String filename)Creates a new instance of SLDStyler | 
| SLDParser(StyleFactory factory,
         URL url)Creates a new SLDStyle object. | 
| Constructor and Description | 
|---|
| Factory(StyleFactory style,
       FilterFactory filter) | 
Copyright © 1996–2019 Geotools. All rights reserved.