@UML(identifier="GM_KnotType", specification=ISO_19107) public class KnotType extends CodeList<KnotType>
Modifier and Type | Field and Description |
---|---|
static KnotType |
PIECEWISE_BEZIER
The form of knots is appropriate for a piecewise Bezier curve.
|
static KnotType |
QUASI_UNIFORM
The form of knots is appropriate for a quasi-uniform B-spline.
|
static KnotType |
UNIFORM
The form of knots is appropriate for a uniform B-spline.
|
Modifier and Type | Method and Description |
---|---|
KnotType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static KnotType |
valueOf(String code)
Returns the KnotType that matches the given string, or returns a new one if none match it.
|
static KnotType[] |
values()
Returns the list of
KnotType s. |
@UML(identifier="uniform", obligation=CONDITIONAL, specification=ISO_19107) public static final KnotType UNIFORM
@UML(identifier="quasiUniform", obligation=CONDITIONAL, specification=ISO_19107) public static final KnotType QUASI_UNIFORM
@UML(identifier="piecewiseBezier", obligation=CONDITIONAL, specification=ISO_19107) public static final KnotType PIECEWISE_BEZIER
Copyright © 1996–2023 Geotools. All rights reserved.