org.geotools.ct
Class Adapters

java.lang.Object
  extended byorg.geotools.pt.Adapters
      extended byorg.geotools.cs.Adapters
          extended byorg.geotools.ct.Adapters

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

public class Adapters
extends Adapters

Provide methods for interoperability with OpenGIS CT package. All methods accept null argument. All OpenGIS objects are suitable for RMI use.

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

Field Summary
 
Fields inherited from class org.geotools.cs.Adapters
csFactory
 
Constructor Summary
protected Adapters()
          Deprecated. Construct an adapter with default factories.
 
Method Summary
 org.opengis.ct.CT_CoordinateTransformation export(CoordinateTransformation transform)
          Deprecated. Returns an OpenGIS interface for a math transform.
 org.opengis.ct.CT_CoordinateTransformationFactory export(CoordinateTransformationFactory factory)
          Deprecated. Returns an OpenGIS interface for a coordinate transformation factory.
 org.opengis.ct.CT_DomainFlags export(DomainFlags flags)
          Deprecated. Construct an OpenGIS enum from a domain flag.
 org.opengis.ct.CT_MathTransform export(MathTransform transform)
          Deprecated. Returns an OpenGIS interface for a math transform.
 org.opengis.ct.CT_MathTransformFactory export(MathTransformFactory factory)
          Deprecated. Returns an OpenGIS interface for a math transform factory.
 org.opengis.ct.CT_Parameter[] export(javax.media.jai.ParameterList parameters)
          Deprecated. Construct an array of OpenGIS structure from a parameter list.
 org.opengis.ct.CT_TransformType export(TransformType type)
          Deprecated. Construct an OpenGIS enum from a transform type.
static Adapters getDefault()
          Deprecated. Gets the default adapters.
 CoordinateTransformation wrap(org.opengis.ct.CT_CoordinateTransformation transform)
          Deprecated. Returns a coordinate transform for an OpenGIS interface.
 DomainFlags wrap(org.opengis.ct.CT_DomainFlags flags)
          Deprecated. Construct a domain flag from an OpenGIS enum.
 MathTransform wrap(org.opengis.ct.CT_MathTransform transform)
          Deprecated. Returns a math transform for an OpenGIS interface.
 javax.media.jai.ParameterList wrap(org.opengis.ct.CT_Parameter[] parameters)
          Deprecated. Returns a parameter list for an array of OpenGIS structure.
 TransformType wrap(org.opengis.ct.CT_TransformType type)
          Deprecated. Construct a transform type from an OpenGIS enum.
 
Methods inherited from class org.geotools.cs.Adapters
export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap
 
Methods inherited from class org.geotools.pt.Adapters
export, export, export, 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()
Deprecated. 
Construct an adapter with default factories.

Method Detail

getDefault

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


export

public org.opengis.ct.CT_MathTransform export(MathTransform transform)
                                       throws java.rmi.RemoteException
Deprecated. 
Returns an OpenGIS interface for a math transform.

Throws:
java.rmi.RemoteException - if the object can't be exported.

export

public org.opengis.ct.CT_CoordinateTransformation export(CoordinateTransformation transform)
                                                  throws java.rmi.RemoteException
Deprecated. 
Returns an OpenGIS interface for a math transform.

Throws:
java.rmi.RemoteException - if the object can't be exported.

export

public org.opengis.ct.CT_MathTransformFactory export(MathTransformFactory factory)
                                              throws java.rmi.RemoteException
Deprecated. 
Returns an OpenGIS interface for a math transform factory.

Throws:
java.rmi.RemoteException - if the object can't be exported.

export

public org.opengis.ct.CT_CoordinateTransformationFactory export(CoordinateTransformationFactory factory)
                                                         throws java.rmi.RemoteException
Deprecated. 
Returns an OpenGIS interface for a coordinate transformation factory.

Throws:
java.rmi.RemoteException - if the object can't be exported.

export

public org.opengis.ct.CT_Parameter[] export(javax.media.jai.ParameterList parameters)
Deprecated. 
Construct an array of OpenGIS structure from a parameter list.


export

public org.opengis.ct.CT_TransformType export(TransformType type)
Deprecated. 
Construct an OpenGIS enum from a transform type.


export

public org.opengis.ct.CT_DomainFlags export(DomainFlags flags)
Deprecated. 
Construct an OpenGIS enum from a domain flag.


wrap

public MathTransform wrap(org.opengis.ct.CT_MathTransform transform)
                   throws java.rmi.RemoteException
Deprecated. 
Returns a math transform for an OpenGIS interface.

Throws:
java.rmi.RemoteException - if a remote call failed.

wrap

public CoordinateTransformation wrap(org.opengis.ct.CT_CoordinateTransformation transform)
                              throws java.rmi.RemoteException
Deprecated. 
Returns a coordinate transform for an OpenGIS interface.

Throws:
java.rmi.RemoteException - if a remote call failed.

wrap

public javax.media.jai.ParameterList wrap(org.opengis.ct.CT_Parameter[] parameters)
Deprecated. 
Returns a parameter list for an array of OpenGIS structure.


wrap

public TransformType wrap(org.opengis.ct.CT_TransformType type)
Deprecated. 
Construct a transform type from an OpenGIS enum.


wrap

public DomainFlags wrap(org.opengis.ct.CT_DomainFlags flags)
Deprecated. 
Construct a domain flag from an OpenGIS enum.



Copyright © GeoTools. All Rights Reserved.