public class SLDConfiguration extends Configuration
Constructor and Description |
---|
SLDConfiguration()
Adds a dependency on
OGCConfiguration |
Modifier and Type | Method and Description |
---|---|
protected void |
configureContext(MutablePicoContainer container)
Configures the sld context.
|
protected void |
configureParser(Parser parser)
Configures the parser to be used with this configuration.
|
protected void |
registerBindings(MutablePicoContainer container)
Registers the bindings for the configuration.
|
addDependency, allDependencies, configureBindings, configureBindings, configureEncoder, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext, setupEncoder, setupParser
public SLDConfiguration()
OGCConfiguration
protected void registerBindings(MutablePicoContainer container)
Configuration
This method is intended to provide the default bindings for a configuration and is
intended to be subclassed by client code. Client code should use Configuration.configureBindings(MutablePicoContainer)
. Subclasses should mark this method as final after
implementing.
registerBindings
in class Configuration
container
- Container containing all bindings, keyed by QName
.protected void configureContext(MutablePicoContainer container)
The following factories are registered:
StyleFactoryImpl
under StyleFactory
configureContext
in class Configuration
container
- The container representing the context.protected void configureParser(Parser parser)
Configuration
This method provides a callback for Configuration instances to configure the parser with whatever options they require.
configureParser
in class Configuration
Copyright © 1996–2019 Geotools. All rights reserved.