org.deegree.coverage.raster.io.jaxb
Class MultiResolutionRasterConfig.Resolution
java.lang.Object
org.deegree.coverage.raster.io.jaxb.AbstractRasterType
org.deegree.coverage.raster.io.jaxb.MultiResolutionRasterConfig.Resolution
- Enclosing class:
- MultiResolutionRasterConfig
public static class MultiResolutionRasterConfig.Resolution
- extends AbstractRasterType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/datasource/coverage/raster}AbstractRasterType">
<attribute name="res" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</complexContent>
</complexType>
Method Summary |
Double |
getRes()
Gets the value of the res property. |
void |
setRes(Double value)
Sets the value of the res 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 |
res
protected Double res
MultiResolutionRasterConfig.Resolution
public MultiResolutionRasterConfig.Resolution()
getRes
public Double getRes()
- Gets the value of the res property.
- Returns:
- possible object is
Double
setRes
public void setRes(Double value)
- Sets the value of the res property.
- Parameters:
value
- allowed object is
Double
Copyright © 2011. All Rights Reserved.