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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theKnot
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKnot()
Returns the value of the property that maps to theKnot
element.void
setKnot
(TLcdGML32Knot aValue) Sets the value of the property that maps to theKnot
element.
-
Field Details
-
KNOT_PROPERTY
Data property that maps to theKnot
element. 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 theKnot
element.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_PROPERTY
property.
-
setKnot
Sets the value of the property that maps to theKnot
element.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_PROPERTY
property.
-