|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.geometry.OracleAdapter
| Constructor Summary | |
OracleAdapter()
|
|
| Method Summary | |
static Geometry |
export(GM_Object geom)
|
static GM_Object |
wrap(Geometry geometry,
CS_CoordinateSystem crs)
creates a deegree geometry object from an oracle sdo geometry |
static GM_Curve |
wrapCurve(LineString lineString,
CS_CoordinateSystem crs)
creates a GM_Curve from an oracle sdo LineString |
static GM_MultiCurve |
wrapMultiCurve(MultiLineString multiLineString,
CS_CoordinateSystem crs)
creates a GM_MultiCurve from an oracle sdo MultiPoint. |
static GM_MultiPoint |
wrapMultiPoint(MultiPoint multiPoint,
CS_CoordinateSystem crs)
creates a GM_MultiPoint from an oracle sdo MultiPoint. |
static GM_MultiSurface |
wrapMultiSurface(MultiPolygon multiPolygon,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
creates a GM_MultiSurface from an oracle sdo MultiPolygon. |
static GM_Point |
wrapPoint(Point point,
CS_CoordinateSystem srs)
creates a GM_Point from a oracle sdo point. |
static GM_Surface |
wrapSurface(Polygon polygon,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
creates a GM_Surface from an oracle sdo Polygon |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OracleAdapter()
| Method Detail |
public static Geometry export(GM_Object geom)
public static GM_Object wrap(Geometry geometry,
CS_CoordinateSystem crs)
throws GM_Exception
GM_Exception
public static GM_Point wrapPoint(Point point,
CS_CoordinateSystem srs)
throws GM_Exception
GM_Exception
public static GM_Curve wrapCurve(LineString lineString,
CS_CoordinateSystem crs)
throws GM_Exception
lineString - oracle sdo LineStringcrs - coordinate reference system of the curve
GM_Exception
public static GM_Surface wrapSurface(Polygon polygon,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
throws GM_Exception
polygon - oracle sdo Polygoncrs - spatial reference system of the curvesi - GM_SurfaceInterpolation
GM_Exception
public static GM_MultiPoint wrapMultiPoint(MultiPoint multiPoint,
CS_CoordinateSystem crs)
throws GM_Exception
multiPoint - oracle sdo MultiPointcrs - spatial reference system of the curve
GM_Exception
public static GM_MultiCurve wrapMultiCurve(MultiLineString multiLineString,
CS_CoordinateSystem crs)
throws GM_Exception
multiLineString - oracle sdo MultiLineStringcrs - spatial reference system of the multi curve
GM_Exception
public static GM_MultiSurface wrapMultiSurface(MultiPolygon multiPolygon,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
throws GM_Exception
multiPolygon - oracle sdo MultiPolygoncrs - spatial reference system of the multi surface
GM_Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||