@UML(identifier="GM_Knot", specification=ISO_19107) public interface Knot
Knot
.Modifier and Type | Method and Description |
---|---|
int |
getMultiplicity()
The multiplicity of this knot used in the definition of the spline (with the same weight).
|
double |
getValue()
The value of the parameter at the knot of the spline.
|
double |
getWeight()
The value of the averaging weight used for this knot of the spline.
|
@UML(identifier="value", obligation=MANDATORY, specification=ISO_19107) double getValue()
@UML(identifier="multiplicity", obligation=MANDATORY, specification=ISO_19107) int getMultiplicity()
@UML(identifier="weight", obligation=MANDATORY, specification=ISO_19107) double getWeight()
Copyright © 1996–2019 Geotools. All rights reserved.