|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleFactory | |
---|---|
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.sld.bindings | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of StyleFactory in org.geotools.factory |
---|
Methods in org.geotools.factory that return StyleFactory | |
---|---|
static StyleFactory |
CommonFactoryFinder.getStyleFactory(Hints hints)
Returns the first implementation of StyleFactory matching the specified hints. |
Uses of StyleFactory in org.geotools.sld.bindings |
---|
Uses of StyleFactory in org.geotools.styling |
---|
Subinterfaces of StyleFactory in org.geotools.styling | |
---|---|
interface |
StyleFactory2
Abstract base class for implementing style factories. |
Classes in org.geotools.styling that implement StyleFactory | |
---|---|
class |
AbstractStyleFactory
Abstract base class for implementing style factories. |
class |
StyleFactoryImpl
Factory for creating Styles. |
Fields in org.geotools.styling declared as StyleFactory | |
---|---|
protected StyleFactory |
SLDParser.factory
|
Methods in org.geotools.styling that return StyleFactory | |
---|---|
static StyleFactory |
StyleFactoryFinder.createStyleFactory()
Deprecated. Create an instance of the factory. |
StyleFactory |
StyleBuilder.getStyleFactory()
getter for StyleFactory |
Methods in org.geotools.styling with parameters of type StyleFactory | |
---|---|
void |
StyleBuilder.setStyleFactory(StyleFactory factory)
Documented setter injection, StyleBuilder uses a StyleFactory for creation. |
Constructors in org.geotools.styling with parameters of type StyleFactory | |
---|---|
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. |
|
StyleBuilder(StyleFactory styleFactory)
Use the supplied StyleFactory when building styles |
|
StyleBuilder(StyleFactory styleFactory,
FilterFactory filterFactory)
Use the supplied StyleFactory and FilterFactory when building styles |
Uses of StyleFactory in org.geotools.styling.visitor |
---|
Fields in org.geotools.styling.visitor declared as StyleFactory | |
---|---|
protected StyleFactory |
DuplicatingStyleVisitor.sf
|
Constructors in org.geotools.styling.visitor with parameters of type StyleFactory | |
---|---|
DuplicatingStyleVisitor(StyleFactory styleFactory)
|
|
DuplicatingStyleVisitor(StyleFactory styleFactory,
FilterFactory2 filterFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |