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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thea
element.static final TLcdDataProperty
Data property that maps to theb
element.static final TLcdDataProperty
Data property that maps to thec
element.static final TLcdDataProperty
Data property that maps to thed
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetA()
Returns the value of the property that maps to thea
element.double
getB()
Returns the value of the property that maps to theb
element.double
getC()
Returns the value of the property that maps to thec
element.getD()
Returns the value of the property that maps to thed
element.void
Sets the value of the property that maps to thea
element.void
setB
(double aValue) Sets the value of the property that maps to theb
element.void
setC
(double aValue) Sets the value of the property that maps to thec
element.void
Sets the value of the property that maps to thed
element.
-
Field Details
-
A_PROPERTY
Data property that maps to thea
element. The possible values for this property are instances ofDouble
. -
B_PROPERTY
Data property that maps to theb
element. The possible values for this property are instances ofdouble
. -
C_PROPERTY
Data property that maps to thec
element. The possible values for this property are instances ofdouble
. -
D_PROPERTY
Data property that maps to thed
element. 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 thea
element.- Returns:
- the value of the
A_PROPERTY
property.
-
setA
Sets the value of the property that maps to thea
element.- Parameters:
aValue
- the value to set for theA_PROPERTY
property.
-
getB
public double getB()Returns the value of the property that maps to theb
element.- Returns:
- the value of the
B_PROPERTY
property.
-
setB
public void setB(double aValue) Sets the value of the property that maps to theb
element.- Parameters:
aValue
- the value to set for theB_PROPERTY
property.
-
getC
public double getC()Returns the value of the property that maps to thec
element.- Returns:
- the value of the
C_PROPERTY
property.
-
setC
public void setC(double aValue) Sets the value of the property that maps to thec
element.- Parameters:
aValue
- the value to set for theC_PROPERTY
property.
-
getD
Returns the value of the property that maps to thed
element.- Returns:
- the value of the
D_PROPERTY
property.
-
setD
Sets the value of the property that maps to thed
element.- Parameters:
aValue
- the value to set for theD_PROPERTY
property.
-