Package com.luciad.format.gml32.model
Class TLcdGML32SecondDefiningParameter
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32SecondDefiningParameter
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theinverseFlatteningandsemiMinorAxisandisSphereelements. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theinverseFlatteningandsemiMinorAxisandisSphereelements.voidsetSecondParameterValue(Object aValue) Sets the value of the property that maps to the choice between theinverseFlatteningandsemiMinorAxisandisSphereelements.
-
Field Details
-
SECOND_PARAMETER_VALUE_PROPERTY
Data property that maps to the choice between theinverseFlatteningandsemiMinorAxisandisSphereelements. The possible values for this property are instances ofTLcdGML32MeasureTLcdGML32LengthBoolean
-
-
Constructor Details
-
TLcdGML32SecondDefiningParameter
public TLcdGML32SecondDefiningParameter() -
TLcdGML32SecondDefiningParameter
-
-
Method Details
-
getSecondParameterValue
Returns the value of the property that maps to the choice between theinverseFlatteningandsemiMinorAxisandisSphereelements.The possible values for this property are instances of
TLcdGML32MeasureTLcdGML32LengthBoolean
- Returns:
- the value of the
SECOND_PARAMETER_VALUE_PROPERTYproperty.
-
setSecondParameterValue
Sets the value of the property that maps to the choice between theinverseFlatteningandsemiMinorAxisandisSphereelements.The possible values for this property are instances of
TLcdGML32MeasureTLcdGML32LengthBoolean
- Parameters:
aValue- the value to set for theSECOND_PARAMETER_VALUE_PROPERTYproperty.
-