Package | Description |
---|---|
org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SurfaceInterpolation[] |
SurfaceInterpolation.family()
Returns the list of enumerations of the same kind than this enum.
|
SurfaceInterpolation |
SurfacePatch.getInterpolation()
Determines the surface interpolation mechanism used for this
SurfacePatch . |
static SurfaceInterpolation |
SurfaceInterpolation.valueOf(String code)
Returns the surface interpolation that matches the given string, or returns a new one if none
match it.
|
static SurfaceInterpolation[] |
SurfaceInterpolation.values()
Returns the list of
SurfaceInterpolation s. |
Copyright © 1996–2019 Geotools. All rights reserved.