|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.geometry.SDEAdapter
Adapter class for exporting deegree geometries to WKT and to wrap WKT code geometries to deegree geometries.
| Constructor Summary | |
SDEAdapter()
|
|
| Method Summary | |
private static SeShape |
export(GM_Curve cur,
SeCoordinateReference crs)
|
private static SeShape |
export(GM_MultiCurve mc,
SeCoordinateReference crs)
|
private static SeShape |
export(GM_MultiPoint mp,
SeCoordinateReference crs)
|
private static SeShape |
export(GM_MultiSurface ms,
SeCoordinateReference crs)
|
static SeShape |
export(GM_Object geom,
SeCoordinateReference crs)
|
private static SeShape |
export(GM_Point point,
SeCoordinateReference crs)
|
private static SeShape |
export(GM_Surface sur,
SeCoordinateReference crs)
|
static GM_Object |
wrap(SeShape shape)
|
private static GM_Curve |
wrapCurve(SeShape shape)
creates a GM_Curve from a SeShape |
private static GM_MultiCurve |
wrapMultiCurve(SeShape shape)
creates a GM_MultiCurve from a WKT |
private static GM_MultiPoint |
wrapMultiPoint(SeShape shape)
creates a GM_MultiPoint from a WKT |
private static GM_MultiSurface |
wrapMultiSurface(SeShape shape)
creates a GM_MultiSurface from a WKT |
private static GM_Point |
wrapPoint(SeShape shape)
creates a GM_Point from a SeShape |
private static GM_Surface |
wrapSurface(SeShape shape)
creates a GM_Surface |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SDEAdapter()
| Method Detail |
public static GM_Object wrap(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception - if type unsupported or conversion failed
SeException
public static SeShape export(GM_Object geom,
SeCoordinateReference crs)
throws GM_Exception,
SeException
geom - geometry
GM_Exception
SeException
private static SeShape export(GM_Point point,
SeCoordinateReference crs)
throws SeException
point - point geometry
SeException
private static SeShape export(GM_Curve cur,
SeCoordinateReference crs)
throws GM_Exception,
SeException
cur - curve geometry
GM_Exception
SeException
private static SeShape export(GM_Surface sur,
SeCoordinateReference crs)
throws SeException
sur -
SeException
private static SeShape export(GM_MultiPoint mp,
SeCoordinateReference crs)
throws SeException
mp - crs -
SeException
private static SeShape export(GM_MultiCurve mc,
SeCoordinateReference crs)
throws GM_Exception,
SeException
mc -
GM_Exception
SeException
private static SeShape export(GM_MultiSurface ms,
SeCoordinateReference crs)
throws SeException
ms -
SeException
private static GM_Point wrapPoint(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception
SeException
private static GM_Curve wrapCurve(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception
SeException
private static GM_Surface wrapSurface(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception
SeException
private static GM_MultiPoint wrapMultiPoint(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception
SeException
private static GM_MultiCurve wrapMultiCurve(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception
SeException
private static GM_MultiSurface wrapMultiSurface(SeShape shape)
throws GM_Exception,
SeException
shape -
GM_Exception
SeException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||