Package org.geotools.wcs.v2_0
Class InterpolationConfiguration
- Object
-
- Configuration
-
- InterpolationConfiguration
-
public class InterpolationConfiguration extends Configuration
Parser configuration for the http://www.opengis.net/WCS_service-extension_interpolation/1.0 schema.
-
-
Constructor Summary
Constructors Constructor Description InterpolationConfiguration()
Creates a new configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
registerBindings(Map bindings)
Registers the bindings for the configuration.-
Methods inherited from class Configuration
addDependency, allDependencies, configureBindings, configureBindings, configureContext, configureEncoder, configureParser, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getXSD, hashCode, hasProperty, registerBindings, setupBindings, setupContext, setupEncoder, setupParser
-
-
-
-
Method Detail
-
registerBindings
protected final void registerBindings(Map bindings)
Registers the bindings for the configuration.- Overrides:
registerBindings
in classConfiguration
-
-