org.geotools.pt
Class Adapters

java.lang.Object
  extended byorg.geotools.pt.Adapters
Direct Known Subclasses:
Adapters

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

public class Adapters
extends java.lang.Object

Provide methods for interoperability with OpenGIS PT package. All methods accept null argument. All OpenGIS objects are suitable for RMI use. A default instance of the Adapters classes is provided in the org.geotools.ct package.

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

Constructor Summary
protected Adapters()
          Deprecated. Default constructor.
 
Method Summary
 org.opengis.pt.PT_CoordinatePoint export(CoordinatePoint point)
          Deprecated. Returns an OpenGIS structure for a coordinate point.
 org.opengis.pt.PT_Envelope export(Envelope envelope)
          Deprecated. Returns an OpenGIS structure for an envelope.
 org.opengis.pt.PT_Matrix export(Matrix matrix)
          Deprecated. Returns an OpenGIS structure for a matrix.
 CoordinatePoint wrap(org.opengis.pt.PT_CoordinatePoint point)
          Deprecated. Returns a coordinate point from an OpenGIS's structure.
 Envelope wrap(org.opengis.pt.PT_Envelope envelope)
          Deprecated. Returns an envelope from an OpenGIS's structure.
 Matrix wrap(org.opengis.pt.PT_Matrix matrix)
          Deprecated. Returns a matrix from an OpenGIS's structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adapters

protected Adapters()
Deprecated. 
Default constructor.

Method Detail

export

public org.opengis.pt.PT_CoordinatePoint export(CoordinatePoint point)
Deprecated. 
Returns an OpenGIS structure for a coordinate point. Changes to the returned structure will not affect the original point.


export

public org.opengis.pt.PT_Envelope export(Envelope envelope)
Deprecated. 
Returns an OpenGIS structure for an envelope. Changes to the returned structure will not affect the original envelope.


export

public org.opengis.pt.PT_Matrix export(Matrix matrix)
Deprecated. 
Returns an OpenGIS structure for a matrix. Changes to the returned structure will not affect the original matrix.


wrap

public CoordinatePoint wrap(org.opengis.pt.PT_CoordinatePoint point)
Deprecated. 
Returns a coordinate point from an OpenGIS's structure. Changes to the returned point will not affect the original structure.


wrap

public Envelope wrap(org.opengis.pt.PT_Envelope envelope)
Deprecated. 
Returns an envelope from an OpenGIS's structure. Changes to the returned envelope will not affect the original structure.


wrap

public Matrix wrap(org.opengis.pt.PT_Matrix matrix)
Deprecated. 
Returns a matrix from an OpenGIS's structure. Changes to the returned matrix will not affect the original structure.



Copyright © GeoTools. All Rights Reserved.