deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.datasource.configuration
Class RasterFileDataSourceType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
      extended by org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
          extended by org.deegree.commons.datasource.configuration.RasterFileDataSourceType
Direct Known Subclasses:
RasterDataSource

public abstract class RasterFileDataSourceType
extends AbstractGeospatialDataSourceType

A raster file datasource can only use raster files (georeferenced, typed rasterfiles) from the file system.

Java class for RasterFileDataSourceType complex type.

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

 <complexType name="RasterFileDataSourceType">
   <complexContent>
     <extension base="{http://www.deegree.org/datasource}AbstractGeospatialDataSourceType">
       <choice>
         <element ref="{http://www.deegree.org/datasource}RasterFile"/>
         <element ref="{http://www.deegree.org/datasource}RasterDirectory"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RasterFileSetType rasterDirectory
           
protected  RasterFileType rasterFile
           
 
Fields inherited from class org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
bBoxConstraint, scaleConstraint
 
Fields inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType
dataSourceName
 
Constructor Summary
RasterFileDataSourceType()
           
 
Method Summary
 RasterFileSetType getRasterDirectory()
          Gets the value of the rasterDirectory property.
 RasterFileType getRasterFile()
          Gets the value of the rasterFile property.
 void setRasterDirectory(RasterFileSetType value)
          Sets the value of the rasterDirectory property.
 void setRasterFile(RasterFileType value)
          Sets the value of the rasterFile property.
 
Methods inherited from class org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
getBBoxConstraint, getScaleConstraint, setBBoxConstraint, setScaleConstraint
 
Methods inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType
getDataSourceName, setDataSourceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rasterFile

protected RasterFileType rasterFile

rasterDirectory

protected RasterFileSetType rasterDirectory
Constructor Detail

RasterFileDataSourceType

public RasterFileDataSourceType()
Method Detail

getRasterFile

public RasterFileType getRasterFile()
Gets the value of the rasterFile property.

Returns:
possible object is RasterFileType

setRasterFile

public void setRasterFile(RasterFileType value)
Sets the value of the rasterFile property.

Parameters:
value - allowed object is RasterFileType

getRasterDirectory

public RasterFileSetType getRasterDirectory()
Gets the value of the rasterDirectory property.

Returns:
possible object is RasterFileSetType

setRasterDirectory

public void setRasterDirectory(RasterFileSetType value)
Sets the value of the rasterDirectory property.

Parameters:
value - allowed object is RasterFileSetType

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>