|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectConfiguration
GMLConfiguration
public class GMLConfiguration
Parser configuration for the http://www.opengis.net/gml/3.2 schema.
| Field Summary | |
|---|---|
static QName |
NO_SRS_DIMENSION
Boolean property which controls whether geometry and envelope objects are encoded with an srs dimension attribute. |
| Constructor Summary | |
|---|---|
GMLConfiguration()
Creates a new configuration. |
|
GMLConfiguration(boolean arcSurfaceSupport)
Creates a new configuration specifying whether to enable extended arc/surface support. |
|
| Method Summary | |
|---|---|
protected void |
configureContext(MutablePicoContainer container)
Configures the root context to be used when parsing elements. |
SrsSyntax |
getSrsSyntax()
Returns the syntax to use for encoding srs uris. |
boolean |
isExtendedArcSurfaceSupport()
|
protected void |
registerBindings(MutablePicoContainer container)
Registers the bindings for the configuration. |
void |
setExtendedArcSurfaceSupport(boolean extArcSurfaceSupport)
Flag that when set triggers extended support for arcs and surfaces. |
void |
setSrsSyntax(SrsSyntax srsSyntax)
Sets the syntax to use for encoding srs uris. |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final QName NO_SRS_DIMENSION
| Constructor Detail |
|---|
public GMLConfiguration()
public GMLConfiguration(boolean arcSurfaceSupport)
| Method Detail |
|---|
public void setExtendedArcSurfaceSupport(boolean extArcSurfaceSupport)
public boolean isExtendedArcSurfaceSupport()
public void setSrsSyntax(SrsSyntax srsSyntax)
If this method is not explicitly called SrsSyntax#URN2 is used as the default.
public SrsSyntax getSrsSyntax()
protected final void registerBindings(MutablePicoContainer container)
registerBindings in class Configurationcontainer - Container containing all bindings, keyed by QName.protected void configureContext(MutablePicoContainer container)
ConfigurationThe context satisifies any depenencencies needed by a binding. This is often a factory used to create something.
This method should be overriden. The default implementation does nothing.
configureContext in class Configurationcontainer - The container representing the context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||