nl.idgis.giserver
Class CoverageLayer

java.lang.Object
  extended by nl.idgis.giserver.Layer
      extended by nl.idgis.giserver.CoverageLayer

public class CoverageLayer
extends Layer


Constructor Summary
CoverageLayer(org.w3c.dom.Node layerRoot, GiServerConfiguration giServerConfiguration)
          create layer
 
Method Summary
 CoverageServiceClient getCoverageServiceClient()
           
 java.lang.String getCoverageServiceLayerName()
           
 org.deegree.model.spatialschema.Envelope getEnvelope(java.lang.String targetCRS)
           
 java.lang.String getOutputFormat()
           
 void setOutputFormat(java.lang.String fmt)
           
 
Methods inherited from class nl.idgis.giserver.Layer
addServedCapabilities, getEnvWGS84, getName, isInError, setInError, transformEnvelope
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageLayer

public CoverageLayer(org.w3c.dom.Node layerRoot,
                     GiServerConfiguration giServerConfiguration)
create layer

Parameters:
layerRoot - configuration info this layer
giServerConfiguration - the server configuration register.
Method Detail

getCoverageServiceClient

public CoverageServiceClient getCoverageServiceClient()

getCoverageServiceLayerName

public java.lang.String getCoverageServiceLayerName()

getEnvelope

public org.deegree.model.spatialschema.Envelope getEnvelope(java.lang.String targetCRS)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

setOutputFormat

public void setOutputFormat(java.lang.String fmt)

getOutputFormat

public java.lang.String getOutputFormat()