Package com.luciad.format.gml32.model
Class TLcdGML32KnotProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32KnotProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
gml:KnotPropertyType encapsulates a knot to use it in a geometric type.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theKnotelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKnot()Returns the value of the property that maps to theKnotelement.voidsetKnot(TLcdGML32Knot aValue) Sets the value of the property that maps to theKnotelement.
-
Field Details
-
KNOT_PROPERTY
Data property that maps to theKnotelement. The possible values for this property are instances ofTLcdGML32Knot.
-
-
Constructor Details
-
TLcdGML32KnotProperty
public TLcdGML32KnotProperty() -
TLcdGML32KnotProperty
-
-
Method Details
-
getKnot
Returns the value of the property that maps to theKnotelement.A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.
- Returns:
- the value of the
KNOT_PROPERTYproperty.
-
setKnot
Sets the value of the property that maps to theKnotelement.A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.
- Parameters:
aValue- the value to set for theKNOT_PROPERTYproperty.
-