org.geotools.data.wms.gce
Class WMSGridCoverageExchange

java.lang.Object
  extended byorg.geotools.data.wms.gce.WMSGridCoverageExchange
All Implemented Interfaces:
org.opengis.coverage.grid.GridCoverageExchange

public class WMSGridCoverageExchange
extends java.lang.Object
implements org.opengis.coverage.grid.GridCoverageExchange

DOCUMENT ME!

Author:
Richard Gould, Refractions Research

Constructor Summary
WMSGridCoverageExchange(java.lang.Object source)
           
 
Method Summary
 void dispose()
           
 WMSCapabilities getCapabilities()
           
 org.opengis.coverage.grid.Format[] getFormats()
           
 org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
           
 org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination, org.opengis.coverage.grid.Format format)
          WMS Specification does not permit writing!
 boolean isAvailable()
           
 boolean setDataSource(java.lang.Object datasource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSGridCoverageExchange

public WMSGridCoverageExchange(java.lang.Object source)
                        throws org.xml.sax.SAXException,
                               java.net.URISyntaxException,
                               java.io.IOException
Method Detail

dispose

public void dispose()
             throws java.io.IOException
Specified by:
dispose in interface org.opengis.coverage.grid.GridCoverageExchange
Throws:
java.io.IOException

getFormats

public org.opengis.coverage.grid.Format[] getFormats()
Specified by:
getFormats in interface org.opengis.coverage.grid.GridCoverageExchange

getReader

public org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
                                                       throws java.io.IOException
Specified by:
getReader in interface org.opengis.coverage.grid.GridCoverageExchange
Throws:
java.io.IOException

getWriter

public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination,
                                                              org.opengis.coverage.grid.Format format)
                                                       throws java.io.IOException
WMS Specification does not permit writing!

Specified by:
getWriter in interface org.opengis.coverage.grid.GridCoverageExchange
Parameters:
destination - DOCUMENT ME!
format - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.io.IOException - DOCUMENT ME!
java.lang.RuntimeException - DOCUMENT ME!

isAvailable

public boolean isAvailable()

setDataSource

public boolean setDataSource(java.lang.Object datasource)

getCapabilities

public WMSCapabilities getCapabilities()


Copyright © GeoTools. All Rights Reserved.