@UML(identifier="GM_BSplineSurfaceForm", specification=ISO_19107) public class BSplineSurfaceForm extends CodeList<BSplineSurfaceForm>
BSplineSurface.| Modifier and Type | Field and Description |
|---|---|
static BSplineSurfaceForm |
CONICAL
A bounded portion of the surface of a right circular cone represented by a B-spline surface.
|
static BSplineSurfaceForm |
CYLINDRICAL
A bounded portion of a cylindrical surface represented by a B-spline surface.
|
static BSplineSurfaceForm |
PLANAR
A bounded portion of a plane represented by a B-spline surface of degree 1 in each parameter.
|
static BSplineSurfaceForm |
SPHERICAL
A bounded portion of a sphere, or a complete sphere represented by a B-spline surface.
|
static BSplineSurfaceForm |
TOROIDAL
A torus or a portion of a torus represented by a B-spline surface.
|
static BSplineSurfaceForm |
UNSPECIFIED
No particular surface is specified..
|
| Modifier and Type | Method and Description |
|---|---|
BSplineSurfaceForm[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static 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[] |
values()
Returns the list of
BSplineSurfaceForms. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf@UML(identifier="planar", obligation=CONDITIONAL, specification=ISO_19107) public static final BSplineSurfaceForm PLANAR
@UML(identifier="cylindrical", obligation=CONDITIONAL, specification=ISO_19107) public static final BSplineSurfaceForm CYLINDRICAL
@UML(identifier="conical", obligation=CONDITIONAL, specification=ISO_19107) public static final BSplineSurfaceForm CONICAL
@UML(identifier="spherical", obligation=CONDITIONAL, specification=ISO_19107) public static final BSplineSurfaceForm SPHERICAL
@UML(identifier="toroidal", obligation=CONDITIONAL, specification=ISO_19107) public static final BSplineSurfaceForm TOROIDAL
@UML(identifier="unspecified", obligation=CONDITIONAL, specification=ISO_19107) public static final BSplineSurfaceForm UNSPECIFIED
public static BSplineSurfaceForm[] values()
BSplineSurfaceForms.public BSplineSurfaceForm[] family()
family in class CodeList<BSplineSurfaceForm>public static BSplineSurfaceForm valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.