org.geotools.gp
Class Adapters

java.lang.Object
  extended byorg.geotools.cv.Adapters
      extended byorg.geotools.gc.Adapters
          extended byorg.geotools.gp.Adapters

Deprecated. The legacy OpenGIS GP package is deprecated. There is no replacement at this time for RMI objects.

public class Adapters
extends Adapters

Provide methods for interoperability with OpenGIS GC package. All methods accept null argument.

Version:
$Id: Adapters.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux

Field Summary
 
Fields inherited from class org.geotools.cv.Adapters
CTS
 
Constructor Summary
protected Adapters(Adapters CTS)
          Deprecated. Default constructor.
 
Method Summary
protected  Coverage doWrap(org.opengis.cv.CV_Coverage coverage)
          Deprecated. Performs the wrapping of an OpenGIS's interface.
static Adapters getDefault()
          Deprecated. Returns the default adapters.
 
Methods inherited from class org.geotools.gc.Adapters
doExport, export, export, export, wrap, wrap, wrap
 
Methods inherited from class org.geotools.cv.Adapters
export, export, export, export, getPropertySource, wrap, wrap, wrap, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adapters

protected Adapters(Adapters CTS)
Deprecated. 
Default constructor.

Parameters:
CTS - The adapters from Coordinate Transformation Services (package org.geotools.ct).
Method Detail

getDefault

public static Adapters getDefault()
Deprecated. 
Returns the default adapters.


doWrap

protected Coverage doWrap(org.opengis.cv.CV_Coverage coverage)
                   throws java.rmi.RemoteException
Deprecated. 
Performs the wrapping of an OpenGIS's interface. This method is invoked by Adapters.wrap(CV_Coverage) and Adapters.wrap(GC_GridCoverage) if a Geotools object is not already presents in the cache.

Overrides:
doWrap in class Adapters
Parameters:
coverage - The OpenGIS object.
Returns:
The Geotools object.
Throws:
java.rmi.RemoteException - if an operation failed while querying the OpenGIS object.


Copyright © GeoTools. All Rights Reserved.