Package com.luciad.format.gml32.model
Class TLcdGML32Formula
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Formula
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
gml:formula Formula(s) or procedure used by an operation method. The use of the codespace attribite has been deprecated. The property value shall be a character string.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaelement.static final TLcdDataPropertyData property that maps to thebelement.static final TLcdDataPropertyData property that maps to thecelement.static final TLcdDataPropertyData property that maps to thedelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetA()Returns the value of the property that maps to theaelement.doublegetB()Returns the value of the property that maps to thebelement.doublegetC()Returns the value of the property that maps to thecelement.getD()Returns the value of the property that maps to thedelement.voidSets the value of the property that maps to theaelement.voidsetB(double aValue) Sets the value of the property that maps to thebelement.voidsetC(double aValue) Sets the value of the property that maps to thecelement.voidSets the value of the property that maps to thedelement.
-
Field Details
-
A_PROPERTY
Data property that maps to theaelement. The possible values for this property are instances ofDouble. -
B_PROPERTY
Data property that maps to thebelement. The possible values for this property are instances ofdouble. -
C_PROPERTY
Data property that maps to thecelement. The possible values for this property are instances ofdouble. -
D_PROPERTY
Data property that maps to thedelement. The possible values for this property are instances ofDouble.
-
-
Constructor Details
-
TLcdGML32Formula
public TLcdGML32Formula() -
TLcdGML32Formula
-
-
Method Details
-
getA
Returns the value of the property that maps to theaelement.- Returns:
- the value of the
A_PROPERTYproperty.
-
setA
Sets the value of the property that maps to theaelement.- Parameters:
aValue- the value to set for theA_PROPERTYproperty.
-
getB
public double getB()Returns the value of the property that maps to thebelement.- Returns:
- the value of the
B_PROPERTYproperty.
-
setB
public void setB(double aValue) Sets the value of the property that maps to thebelement.- Parameters:
aValue- the value to set for theB_PROPERTYproperty.
-
getC
public double getC()Returns the value of the property that maps to thecelement.- Returns:
- the value of the
C_PROPERTYproperty.
-
setC
public void setC(double aValue) Sets the value of the property that maps to thecelement.- Parameters:
aValue- the value to set for theC_PROPERTYproperty.
-
getD
Returns the value of the property that maps to thedelement.- Returns:
- the value of the
D_PROPERTYproperty.
-
setD
Sets the value of the property that maps to thedelement.- Parameters:
aValue- the value to set for theD_PROPERTYproperty.
-