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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to themultiplicity
element.static final TLcdDataProperty
Data property that maps to thevalue
element.static final TLcdDataProperty
Data property that maps to theweight
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the value of the property that maps to themultiplicity
element.double
getValue()
Returns the value of the property that maps to thevalue
element.double
Returns the value of the property that maps to theweight
element.void
setMultiplicity
(long aValue) Sets the value of the property that maps to themultiplicity
element.void
setValue
(double aValue) Sets the value of the property that maps to thevalue
element.void
setWeight
(double aValue) Sets the value of the property that maps to theweight
element.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to thevalue
element. The possible values for this property are instances ofdouble
. -
MULTIPLICITY_PROPERTY
Data property that maps to themultiplicity
element. The possible values for this property are instances oflong
. -
WEIGHT_PROPERTY
Data property that maps to theweight
element. 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 thevalue
element.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValue
public void setValue(double aValue) Sets the value of the property that maps to thevalue
element.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getMultiplicity
public long getMultiplicity()Returns the value of the property that maps to themultiplicity
element.- Returns:
- the value of the
MULTIPLICITY_PROPERTY
property.
-
setMultiplicity
public void setMultiplicity(long aValue) Sets the value of the property that maps to themultiplicity
element.- Parameters:
aValue
- the value to set for theMULTIPLICITY_PROPERTY
property.
-
getWeight
public double getWeight()Returns the value of the property that maps to theweight
element.- Returns:
- the value of the
WEIGHT_PROPERTY
property.
-
setWeight
public void setWeight(double aValue) Sets the value of the property that maps to theweight
element.- Parameters:
aValue
- the value to set for theWEIGHT_PROPERTY
property.
-