|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.pt.Adapters
Provide methods for interoperability
with org.opengis.pt
package.
All methods accept null argument.
Field Summary | |
private static Adapters |
DEFAULT
Default adapters. |
Constructor Summary | |
protected |
Adapters()
Default constructor. |
Method Summary | |
PT_CoordinatePoint |
export(CoordinatePoint point)
Returns an OpenGIS structure for a coordinate point. |
PT_Envelope |
export(Envelope envelope)
Returns an OpenGIS structure for an envelope. |
PT_Matrix |
export(Matrix matrix)
Returns an OpenGIS structure for a matrix. |
static Adapters |
getDefault()
Returns the default adapters. |
CoordinatePoint |
wrap(PT_CoordinatePoint point)
Returns a coordinate point from an OpenGIS's structure. |
Envelope |
wrap(PT_Envelope envelope)
Returns an envelope from an OpenGIS's structure. |
Matrix |
wrap(PT_Matrix matrix)
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 |
Field Detail |
private static Adapters DEFAULT
Constructor Detail |
protected Adapters()
Method Detail |
public static Adapters getDefault()
public PT_CoordinatePoint export(CoordinatePoint point)
public PT_Envelope export(Envelope envelope)
public PT_Matrix export(Matrix matrix)
public CoordinatePoint wrap(PT_CoordinatePoint point)
public Envelope wrap(PT_Envelope envelope)
public Matrix wrap(PT_Matrix matrix)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |