org.deegree.ogcwebservices.wcs.configuration
Class File
java.lang.Object
org.deegree.ogcwebservices.wcs.configuration.CoverageSource
org.deegree.ogcwebservices.wcs.configuration.File
- Direct Known Subclasses:
- GridFile
public class File
- extends CoverageSource
Describes a coverage (access) available through one file.
The name of the File may is build from variables indicated
by a leadin '$'
(e.g. C:/rasterdata/luftbilder/775165/$YEAR/$MONTH/$DAY/$ELEVATION/l0.5)
in this case the variable parts of the name can be replaced by
an application with concrete values. It is in the responsibility of
the application to use valid values for the variables. Known variable
names are:
- $YEAR
- $MONTH
- $DAY
- $HOUR
- $MINUTE
- $ELEVATION
- Since:
- 2.0
- Version:
- $Revision: 9345 $, 1.0. $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
File
public File(CoordinateSystem crs,
String name,
Envelope envelope)
- Parameters:
name
- envelope
-
getEnvelope
public Envelope getEnvelope()
- Returns:
- Returns the envelope.
setEnvelope
public void setEnvelope(Envelope envelope)
- Parameters:
envelope
- The envelope to set.
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net