|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectConfiguration
GMLConfiguration
public class GMLConfiguration
Configuration used by gml2 parsers.
modules/extension/xsd-gml2 (gt-xsd-gml2.jar)
Field Summary | |
---|---|
static QName |
ENCODE_FEATURE_MEMBER
Boolean property which controls whether the FeatureCollection should be encoded with multiple featureMember as opposed to a single featureMembers |
static QName |
NO_FEATURE_BOUNDS
Property which controls whether encoded features should include bounds. |
Constructor Summary | |
---|---|
GMLConfiguration()
Creates the new gml configuration, with a depenendency on XLINKConfiguration |
Method Summary | |
---|---|
void |
configureContext(MutablePicoContainer container)
Configures the gml2 context. |
void |
registerBindings(MutablePicoContainer container)
Registers the bindings for the configuration. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final QName NO_FEATURE_BOUNDS
public static final QName ENCODE_FEATURE_MEMBER
Constructor Detail |
---|
public GMLConfiguration()
XLINKConfiguration
Method Detail |
---|
public 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)
.
registerBindings
in class Configuration
container
- Container containing all bindings, keyed by QName
.public void configureContext(MutablePicoContainer container)
The following classes are registered:
CoordinateArraySequenceFactory
under CoordinateSequenceFactory
GeometryFactory
FeatureTypeCache
DefaultFeatureCollections
configureContext
in class Configuration
container
- The container representing the context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |