Class TLcdGML32SecondDefiningParameter

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32SecondDefiningParameter
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32SecondDefiningParameter extends TLcdDataObject
Since:
2026.0
  • Field Details

    • SECOND_PARAMETER_VALUE_PROPERTY

      public static final TLcdDataProperty SECOND_PARAMETER_VALUE_PROPERTY
      Data property that maps to the choice between the inverseFlattening and semiMinorAxis and isSphere elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32SecondDefiningParameter

      public TLcdGML32SecondDefiningParameter()
    • TLcdGML32SecondDefiningParameter

      public TLcdGML32SecondDefiningParameter(TLcdDataType aType)
  • Method Details

    • getSecondParameterValue

      public Object getSecondParameterValue()
      Returns the value of the property that maps to the choice between the inverseFlattening and semiMinorAxis and isSphere elements.

      The possible values for this property are instances of

      Returns:
      the value of the SECOND_PARAMETER_VALUE_PROPERTY property.
    • setSecondParameterValue

      public void setSecondParameterValue(Object aValue)
      Sets the value of the property that maps to the choice between the inverseFlattening and semiMinorAxis and isSphere elements.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the SECOND_PARAMETER_VALUE_PROPERTY property.