|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GM_SurfaceInterpolation | |
| org.deegree_impl.model.geometry | |
| org.deegree.model.geometry | |
| Uses of GM_SurfaceInterpolation in org.deegree_impl.model.geometry |
| Classes in org.deegree_impl.model.geometry that implement GM_SurfaceInterpolation | |
class |
GM_SurfaceInterpolation_Impl
default implementation of the GM_SurfaceInterpolation interface from the package jago.model |
| Fields in org.deegree_impl.model.geometry declared as GM_SurfaceInterpolation | |
protected GM_SurfaceInterpolation |
GM_SurfacePatch_Impl.interpolation
|
| Methods in org.deegree_impl.model.geometry that return GM_SurfaceInterpolation | |
GM_SurfaceInterpolation |
GM_SurfacePatch_Impl.getInterpolation()
The interpolation determines the surface interpolation mechanism used for this GM_SurfacePatch. |
| Methods in org.deegree_impl.model.geometry with parameters of type GM_SurfaceInterpolation | |
static GM_Surface |
OracleAdapter.wrapSurface(Polygon polygon,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
creates a GM_Surface from an oracle sdo Polygon |
static GM_MultiSurface |
OracleAdapter.wrapMultiSurface(MultiPolygon multiPolygon,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
creates a GM_MultiSurface from an oracle sdo MultiPolygon. |
static GM_SurfacePatch |
GeometryFactory.createGM_SurfacePatch(GM_Position[] exteriorRing,
GM_Position[][] interiorRings,
GM_SurfaceInterpolation si,
CS_CoordinateSystem crs)
creates a GM_SurfacePatch from array(s) of GM_Position |
static GM_Surface |
GeometryFactory.createGM_Surface(GM_Position[] exteriorRing,
GM_Position[][] interiorRings,
GM_SurfaceInterpolation si,
CS_CoordinateSystem crs)
creates a GM_Surface composed of one GM_SurfacePatch from array(s) of GM_Position |
static GM_Surface |
GeometryFactory.createGM_Surface(byte[] wkb,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
creates a GM_Surface from a wkb. |
static GM_MultiSurface |
GeometryFactory.createGM_MultiSurface(byte[] wkb,
CS_CoordinateSystem crs,
GM_SurfaceInterpolation si)
creates a GM_MultiSurface from a wkb |
| Constructors in org.deegree_impl.model.geometry with parameters of type GM_SurfaceInterpolation | |
GM_SurfacePatch_Impl(GM_SurfaceInterpolation interpolation,
GM_Position[] exteriorRing,
GM_Position[][] interiorRings,
CS_CoordinateSystem crs)
Creates a new GM_SurfacePatch_Impl object. |
|
GM_Polygon_Impl(GM_SurfaceInterpolation interpolation,
GM_Position[] exteriorRing,
GM_Position[][] interiorRings,
CS_CoordinateSystem crs)
Creates a new GM_Polygon_Impl object. |
|
| Uses of GM_SurfaceInterpolation in org.deegree.model.geometry |
| Methods in org.deegree.model.geometry that return GM_SurfaceInterpolation | |
GM_SurfaceInterpolation |
GM_SurfacePatch.getInterpolation()
The interpolation determines the surface interpolation mechanism used for this GM_SurfacePatch. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||