|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.protocol.wms.raster.WMSBuilder
public class WMSBuilder
Builds a wms backed coverage
Constructor Summary | |
---|---|
WMSBuilder()
|
Method Summary | |
---|---|
AbstractCoverage |
buildCoverage(java.net.URL configURL)
Creates a new AbstractCoverage instance from the given configuration document. |
java.lang.String |
getConfigNamespace()
Returns the namespace for configurations documents that this provider handles. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMSBuilder()
Method Detail |
---|
public java.lang.String getConfigNamespace()
CoverageBuilder
getConfigNamespace
in interface CoverageBuilder
null
public AbstractCoverage buildCoverage(java.net.URL configURL) throws java.io.IOException
CoverageBuilder
AbstractCoverage
instance from the given configuration document.
buildCoverage
in interface CoverageBuilder
configURL
- location of the configuration document, must not be null
java.io.IOException
- if the configuration contains an error or creation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |