org.deegree.coverage.raster.io.jaxb
Class RasterConfig

java.lang.Object
  extended by org.deegree.coverage.raster.io.jaxb.AbstractRasterType
      extended by org.deegree.coverage.raster.io.jaxb.RasterConfig

public class RasterConfig
extends AbstractRasterType

Java class for Raster element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="Raster">
   <complexType>
     <complexContent>
       <extension base="{http://www.deegree.org/datasource/coverage/raster}AbstractRasterType">
         <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.coverage.raster.io.jaxb.AbstractRasterType
AbstractRasterType.RasterDirectory, AbstractRasterType.RasterFile
 
Field Summary
protected  String configVersion
           
 
Fields inherited from class org.deegree.coverage.raster.io.jaxb.AbstractRasterType
nodata, originLocation, rasterDirectory, rasterFile, readWorldFiles, storageCRS
 
Constructor Summary
RasterConfig()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 
Methods inherited from class org.deegree.coverage.raster.io.jaxb.AbstractRasterType
getNodata, getOriginLocation, getRasterDirectory, getRasterFile, getStorageCRS, isReadWorldFiles, setNodata, setOriginLocation, setRasterDirectory, setRasterFile, setReadWorldFiles, setStorageCRS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configVersion

protected String configVersion
Constructor Detail

RasterConfig

public RasterConfig()
Method Detail

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.