Class TLcdGML32DataBlock

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

public class TLcdGML32DataBlock extends TLcdDataObject
gml:DataBlock describes the Range as a block of text encoded values similar to a Common Separated Value (CSV) representation. The range set parameterization is described by the property gml:rangeParameters.
Since:
2017.0
  • Field Details

    • RANGE_PARAMETERS_PROPERTY

      public static final TLcdDataProperty RANGE_PARAMETERS_PROPERTY
      Data property that maps to the rangeParameters element. The possible values for this property are instances of TLcdGML32AssociationRole.
    • TUPLES_PROPERTY

      public static final TLcdDataProperty TUPLES_PROPERTY
      Data property that maps to the choice between the tupleList and doubleOrNilReasonTupleList elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32DataBlock

      public TLcdGML32DataBlock()
    • TLcdGML32DataBlock

      public TLcdGML32DataBlock(TLcdDataType aType)
  • Method Details

    • getRangeParameters

      public TLcdGML32AssociationRole getRangeParameters()
      Returns the value of the property that maps to the rangeParameters element.
      Returns:
      the value of the RANGE_PARAMETERS_PROPERTY property.
    • setRangeParameters

      public void setRangeParameters(TLcdGML32AssociationRole aValue)
      Sets the value of the property that maps to the rangeParameters element.
      Parameters:
      aValue - the value to set for the RANGE_PARAMETERS_PROPERTY property.
    • getTuples

      public Object getTuples()
      Returns the value of the property that maps to the choice between the tupleList and doubleOrNilReasonTupleList elements.

      The possible values for this property are instances of

      Returns:
      the value of the TUPLES_PROPERTY property.
    • setTuples

      public void setTuples(Object aValue)
      Sets the value of the property that maps to the choice between the tupleList and doubleOrNilReasonTupleList elements.

      The possible values for this property are instances of

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