Package | Description |
---|---|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Field and Description |
---|---|
static BSplineSurfaceForm |
BSplineSurfaceForm.CONICAL
A bounded portion of the surface of a right circular cone represented by a B-spline surface.
|
static BSplineSurfaceForm |
BSplineSurfaceForm.CYLINDRICAL
A bounded portion of a cylindrical surface represented by a B-spline surface.
|
static BSplineSurfaceForm |
BSplineSurfaceForm.PLANAR
A bounded portion of a plane represented by a B-spline surface of degree 1 in each parameter.
|
static BSplineSurfaceForm |
BSplineSurfaceForm.SPHERICAL
A bounded portion of a sphere, or a complete sphere represented by a B-spline surface.
|
static BSplineSurfaceForm |
BSplineSurfaceForm.TOROIDAL
A torus or a portion of a torus represented by a B-spline surface.
|
static BSplineSurfaceForm |
BSplineSurfaceForm.UNSPECIFIED
No particular surface is specified..
|
Modifier and Type | Method and Description |
---|---|
BSplineSurfaceForm[] |
BSplineSurfaceForm.family()
Returns the list of enumerations of the same kind than this enum.
|
BSplineSurfaceForm |
BSplineSurface.getSurfaceForm()
Identifies particular types of surface which this spline is being used to approximate.
|
static BSplineSurfaceForm |
BSplineSurfaceForm.valueOf(String code)
Returns the B-spline surface form that matches the given string, or returns a new one if none
match it.
|
static BSplineSurfaceForm[] |
BSplineSurfaceForm.values()
Returns the list of
BSplineSurfaceForm s. |
Copyright © 1996–2019 Geotools. All rights reserved.