Uses of Class
org.geotools.cv.Coverage

Packages that use Coverage
org.geotools.cv Coverage implementation.  
org.geotools.gc Grid coverage implementation.  
org.geotools.gp Grid coverage processing implementation.  
 

Uses of Coverage in org.geotools.cv
 

Methods in org.geotools.cv that return Coverage
 Coverage Adapters.wrap(org.opengis.cv.CV_Coverage coverage)
          Deprecated. Returns a coverage from an OpenGIS's interface.
protected  Coverage Adapters.doWrap(org.opengis.cv.CV_Coverage coverage)
          Deprecated. Performs the wrapping of an OpenGIS's interface.
 

Methods in org.geotools.cv with parameters of type Coverage
 org.opengis.cv.CV_Coverage Adapters.export(Coverage coverage)
          Deprecated. Returns an OpenGIS interface for a coverage.
protected  org.opengis.cv.CV_Coverage Adapters.doExport(Coverage coverage)
          Deprecated. Performs the wrapping of a Geotools object.
 

Constructors in org.geotools.cv with parameters of type Coverage
Coverage(Coverage coverage)
          Deprecated. Construct a new coverage with the same parameters than the specified coverage.
 

Uses of Coverage in org.geotools.gc
 

Subclasses of Coverage in org.geotools.gc
 class GridCoverage
          Deprecated. Replaced by GridCoverage2D.
 

Methods in org.geotools.gc that return Coverage
protected  Coverage Adapters.doWrap(org.opengis.cv.CV_Coverage coverage)
          Deprecated. Performs the wrapping of an OpenGIS's interface.
 

Methods in org.geotools.gc with parameters of type Coverage
protected  org.opengis.cv.CV_Coverage Adapters.doExport(Coverage coverage)
          Deprecated. Performs the wrapping of a Geotools object.
 

Uses of Coverage in org.geotools.gp
 

Methods in org.geotools.gp that return Coverage
protected  Coverage Adapters.doWrap(org.opengis.cv.CV_Coverage coverage)
          Deprecated. Performs the wrapping of an OpenGIS's interface.
 



Copyright © GeoTools. All Rights Reserved.