org.geotools.gml2
Class GMLConfiguration

Object
  extended by Configuration
      extended by GMLConfiguration

public class GMLConfiguration
extends Configuration

Configuration used by gml2 parsers.

Author:
Justin Deoliveira, The Open Planning Project
Module:
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 Configuration
addDependency, allDependencies, configureBindings, configureBindings, equals, getContext, getDependencies, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FEATURE_BOUNDS

public static final QName NO_FEATURE_BOUNDS
Property which controls whether encoded features should include bounds.


ENCODE_FEATURE_MEMBER

public static final QName ENCODE_FEATURE_MEMBER
Boolean property which controls whether the FeatureCollection should be encoded with multiple featureMember as opposed to a single featureMembers

Constructor Detail

GMLConfiguration

public GMLConfiguration()
Creates the new gml configuration, with a depenendency on XLINKConfiguration

Method Detail

registerBindings

public void registerBindings(MutablePicoContainer container)
Description copied from class: Configuration
Registers the bindings for the 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.

Overrides:
registerBindings in class Configuration
Parameters:
container - Container containing all bindings, keyed by QName.

configureContext

public void configureContext(MutablePicoContainer container)
Configures the gml2 context.

The following classes are registered:

Overrides:
configureContext in class Configuration
Parameters:
container - The container representing the context.


Copyright © 1996-2010 Geotools. All Rights Reserved.