|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.pt.Adapters
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.
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 |
protected Adapters()
Method Detail |
public org.opengis.pt.PT_CoordinatePoint export(CoordinatePoint point)
public org.opengis.pt.PT_Envelope export(Envelope envelope)
public org.opengis.pt.PT_Matrix export(Matrix matrix)
public CoordinatePoint wrap(org.opengis.pt.PT_CoordinatePoint point)
public Envelope wrap(org.opengis.pt.PT_Envelope envelope)
public Matrix wrap(org.opengis.pt.PT_Matrix matrix)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |