org.deegree.model.coverage.grid
Class XYZGridCoverageWriter
java.lang.Object
  
org.deegree.model.coverage.grid.AbstractGridCoverageWriter
      
org.deegree.model.coverage.grid.XYZGridCoverageWriter
- All Implemented Interfaces: 
 - GridCoverageWriter
 
public class XYZGridCoverageWriter
- extends AbstractGridCoverageWriter
 
Implementation of "org.opengis.coverage.grid.GridCoverageWriter" for writing a
 GridCoverage as XYZ coordinate tuples to a defined destioation
- Version:
 
  - $Revision: 7554 $, $Date: 2007-06-13 10:50:51 +0200 (Mi, 13 Jun 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 | 
 
XYZGridCoverageWriter
public XYZGridCoverageWriter(Object destination,
                             Map<String,Object> metadata,
                             String[] subNames,
                             String currentSubname,
                             Format format)
- Parameters:
 destination - metadata - subNames - currentSubname - format - 
dispose
public void dispose()
             throws IOException
- disposes all resources assigned to a GMLGridCoverageWriter instance. For most cases this will
 be IO-resources
- Throws:
 IOException
 
 
write
public void write(GridCoverage coverage,
                  GeneralParameterValueIm[] parameters)
           throws InvalidParameterNameException,
                  InvalidParameterValueException,
                  ParameterNotFoundException,
                  IOException
- Description copied from interface: 
GridCoverageWriter 
- Writes the specified grid coverage.
- Parameters:
 coverage - parameters - must contain the servlet URL within the first field; all other fields must contain
            the required parameters for a valid GetCoverage request
- Throws:
 InvalidParameterNameException
InvalidParameterValueException
ParameterNotFoundException
IOException
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net