Uses of Interface
org.geotools.api.style.StyleFactory
- 
Packages that use StyleFactory Package Description org.geotools.brewer.styling.builder org.geotools.factory org.geotools.mbstyle.layer org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support.org.geotools.renderer.lite A simple renderer implementation.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.
- 
- 
Uses of StyleFactory in org.geotools.brewer.styling.builderFields in org.geotools.brewer.styling.builder declared as StyleFactory Modifier and Type Field Description protected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sfprotected StyleFactoryAbstractSLDBuilder. sf
- 
Uses of StyleFactory in org.geotools.factoryMethods in org.geotools.factory that return StyleFactory Modifier and Type Method Description static StyleFactoryCommonFactoryFinder. getStyleFactory()Returns the first implementation ofStyleFactory.static StyleFactoryCommonFactoryFinder. getStyleFactory(Hints hints)Returns the first implementation ofStyleFactorymatching the specified hints.Methods in org.geotools.factory that return types with arguments of type StyleFactory Modifier and Type Method Description static Set<StyleFactory>CommonFactoryFinder. getStyleFactories(Hints hints)Returns a set of all available implementations for theStyleFactoryinterface.
- 
Uses of StyleFactory in org.geotools.mbstyle.layerFields in org.geotools.mbstyle.layer declared as StyleFactory Modifier and Type Field Description protected StyleFactoryMBLayer. sfShared style factory
- 
Uses of StyleFactory in org.geotools.mbstyle.parseMethods in org.geotools.mbstyle.parse that return StyleFactory Modifier and Type Method Description StyleFactoryMBObjectParser. getStyleFactory()Shared StyleFactory
- 
Uses of StyleFactory in org.geotools.renderer.liteFields in org.geotools.renderer.lite declared as StyleFactory Modifier and Type Field Description protected static StyleFactoryStreamingRenderer. STYLE_FACTORY
- 
Uses of StyleFactory in org.geotools.se.v1_1.bindings
- 
Uses of StyleFactory in org.geotools.sld.bindingsFields in org.geotools.sld.bindings declared as StyleFactory Modifier and Type Field Description protected StyleFactorySLDExternalGraphicBinding. styleFactoryprotected StyleFactorySLDMarkBinding. styleFactory
- 
Uses of StyleFactory in org.geotools.sld.v1_1.bindingsConstructors in org.geotools.sld.v1_1.bindings with parameters of type StyleFactory Constructor Description NamedLayerBinding(StyleFactory styleFactory)NamedStyleBinding(StyleFactory styleFactory)RemoteOWSBinding(StyleFactory styleFactory)StyledLayerDescriptorBinding(StyleFactory styleFactory)UserLayerBinding(StyleFactory styleFactory)UserStyleBinding(StyleFactory styleFactory)
- 
Uses of StyleFactory in org.geotools.stylingClasses in org.geotools.styling that implement StyleFactory Modifier and Type Class Description classAbstractStyleFactoryAbstract base class for implementing style factories.classStyleFactoryImplFactory for creating Styles.Methods in org.geotools.styling that return StyleFactory Modifier and Type Method Description StyleFactoryStyleBuilder. getStyleFactory()getter for StyleFactoryMethods in org.geotools.styling with parameters of type StyleFactory Modifier and Type Method Description voidStyleBuilder. setStyleFactory(StyleFactory factory)Documented setter injection, StyleBuilder uses a StyleFactory for creation.Constructors in org.geotools.styling with parameters of type StyleFactory Constructor Description StyleBuilder(StyleFactory styleFactory)Use the supplied StyleFactory when building stylesStyleBuilder(StyleFactory styleFactory, FilterFactory filterFactory)Use the supplied StyleFactory and FilterFactory when building styles
- 
Uses of StyleFactory in org.geotools.styling.visitorFields in org.geotools.styling.visitor declared as StyleFactory Modifier and Type Field Description protected StyleFactoryDuplicatingStyleVisitor. sfConstructors in org.geotools.styling.visitor with parameters of type StyleFactory Constructor Description DuplicatingStyleVisitor(StyleFactory styleFactory)DuplicatingStyleVisitor(StyleFactory styleFactory, FilterFactory filterFactory)DuplicatingStyleVisitor(StyleFactory styleFactory, FilterFactory filterFactory, DuplicatingFilterVisitor filterCloner)Builds a new duplicating style visitor using a customDuplicatingStyleVisitor
- 
Uses of StyleFactory in org.geotools.xml.stylingFields in org.geotools.xml.styling declared as StyleFactory Modifier and Type Field Description protected StyleFactorySLDParser. factoryConstructors in org.geotools.xml.styling with parameters of type StyleFactory Constructor 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, 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 SLDStylerSLDParser(StyleFactory factory, URL url)Creates a new SLDStyle object.SLDParser(StyleFactory factory, FilterFactory filterFactory)
- 
Uses of StyleFactory in org.geotools.ysld.parseConstructors in org.geotools.ysld.parse with parameters of type StyleFactory Constructor Description Factory(StyleFactory style, FilterFactory filter)
 
-