|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<KnotType>
KnotType
@UML(identifier="GM_KnotType",
specification=ISO_19107)
public class KnotTypeThe type of a B-spline. A B-spline is uniform if and only if all knots are of multiplicity 1 and they differ by a positive constant from the preceding knot. A B-spline is quasi-uniform if and only if the knots are of multiplicity (degree+1) at the ends, of multiplicity 1 elsewhere, and they differ by a positive constant from the preceding knot. This code list is used to describe the distribution of knots in the parameter space of various splines.
| Field Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
KnotType(String name)
Constructs an enum with the given name. |
|
| Method Summary | |
|---|---|
KnotType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static KnotType[] |
values()
Returns the list of KnotTypes. |
| Methods inherited from class CodeList |
|---|
compareTo, name, ordinal, readResolve, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final KnotType UNIFORM
public static final KnotType QUASI_UNIFORM
public static final KnotType PIECEWISE_BEZIER
| Constructor Detail |
|---|
public KnotType(String name)
values().
name - The enum name. This name must not be in use by an other enum of this type.| Method Detail |
|---|
public static KnotType[] values()
KnotTypes.
public KnotType[] family()
family in class CodeList<KnotType>
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |