|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SurfaceInterpolation | |
---|---|
org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into other primitives. |
Uses of SurfaceInterpolation in org.opengis.geometry.primitive |
---|
Fields in org.opengis.geometry.primitive declared as SurfaceInterpolation | |
---|---|
static SurfaceInterpolation |
SurfaceInterpolation.CONIC
The surface is a section of a conic surface. |
static SurfaceInterpolation |
SurfaceInterpolation.ELLIPTICAL
The surface is a section of a elliptical surface. |
static SurfaceInterpolation |
SurfaceInterpolation.NONE
The interior of the surface is not specified. |
static SurfaceInterpolation |
SurfaceInterpolation.PARAMETRIC_CURVE
The control points are organized into a 2-dimensional grid and each cell within the grid is spanned by a surface which shall be defined by a family of curves. |
static SurfaceInterpolation |
SurfaceInterpolation.PLANAR
The interpolation method shall return points on a single plane. |
static SurfaceInterpolation |
SurfaceInterpolation.POLYNOMIAL_SPLINE
The control points are organized into an irregular 2-dimensional grid and each cell within this grid is spanned by a polynomial spline function. |
static SurfaceInterpolation |
SurfaceInterpolation.RATIONAL_SPLINE
The control points are organized into an irregular 2-dimensional grid and each cell within this grid is spanned by a rational (quotient of polynomials) spline function. |
static SurfaceInterpolation |
SurfaceInterpolation.SPHERICAL
The surface is a section of a spherical surface. |
static SurfaceInterpolation |
SurfaceInterpolation.TIN
The control points are organized into adjoining triangles, which form small planar segments. |
static SurfaceInterpolation |
SurfaceInterpolation.TRIANGULATED_SPLINE
The control points are organized into adjoining triangles, each of which is spanned by a polynomial spline function. |
Methods in org.opengis.geometry.primitive that return SurfaceInterpolation | |
---|---|
SurfaceInterpolation |
SurfacePatch.getInterpolation()
Determines the surface interpolation mechanism used for this SurfacePatch . |
static SurfaceInterpolation |
SurfaceInterpolation.valueOf(String code)
Returns the SurfaceInterpolation that matches the given string, or returns a new one if none match it. |
static SurfaceInterpolation[] |
SurfaceInterpolation.values()
Returns the list of SurfaceInterpolation s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |