Package com.luciad.format.gml32.model
Class TLcdGML32Knot
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Knot
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to themultiplicityelement.static final TLcdDataPropertyData property that maps to thevalueelement.static final TLcdDataPropertyData property that maps to theweightelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the value of the property that maps to themultiplicityelement.doublegetValue()Returns the value of the property that maps to thevalueelement.doubleReturns the value of the property that maps to theweightelement.voidsetMultiplicity(long aValue) Sets the value of the property that maps to themultiplicityelement.voidsetValue(double aValue) Sets the value of the property that maps to thevalueelement.voidsetWeight(double aValue) Sets the value of the property that maps to theweightelement.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to thevalueelement. The possible values for this property are instances ofdouble. -
MULTIPLICITY_PROPERTY
Data property that maps to themultiplicityelement. The possible values for this property are instances oflong. -
WEIGHT_PROPERTY
Data property that maps to theweightelement. The possible values for this property are instances ofdouble.
-
-
Constructor Details
-
TLcdGML32Knot
public TLcdGML32Knot() -
TLcdGML32Knot
-
-
Method Details
-
getValue
public double getValue()Returns the value of the property that maps to thevalueelement.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValue
public void setValue(double aValue) Sets the value of the property that maps to thevalueelement.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getMultiplicity
public long getMultiplicity()Returns the value of the property that maps to themultiplicityelement.- Returns:
- the value of the
MULTIPLICITY_PROPERTYproperty.
-
setMultiplicity
public void setMultiplicity(long aValue) Sets the value of the property that maps to themultiplicityelement.- Parameters:
aValue- the value to set for theMULTIPLICITY_PROPERTYproperty.
-
getWeight
public double getWeight()Returns the value of the property that maps to theweightelement.- Returns:
- the value of the
WEIGHT_PROPERTYproperty.
-
setWeight
public void setWeight(double aValue) Sets the value of the property that maps to theweightelement.- Parameters:
aValue- the value to set for theWEIGHT_PROPERTYproperty.
-