Package com.luciad.format.gml32.model
Class TLcdGML32DataBlock
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32DataBlock
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to therangeParameterselement.static final TLcdDataPropertyData property that maps to the choice between thetupleListanddoubleOrNilReasonTupleListelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to therangeParameterselement.Returns the value of the property that maps to the choice between thetupleListanddoubleOrNilReasonTupleListelements.voidSets the value of the property that maps to therangeParameterselement.voidSets the value of the property that maps to the choice between thetupleListanddoubleOrNilReasonTupleListelements.
-
Field Details
-
RANGE_PARAMETERS_PROPERTY
Data property that maps to therangeParameterselement. The possible values for this property are instances ofTLcdGML32AssociationRole. -
TUPLES_PROPERTY
Data property that maps to the choice between thetupleListanddoubleOrNilReasonTupleListelements. The possible values for this property are instances ofTLcdGML32CoordinatesList<Object>
-
-
Constructor Details
-
TLcdGML32DataBlock
public TLcdGML32DataBlock() -
TLcdGML32DataBlock
-
-
Method Details
-
getRangeParameters
Returns the value of the property that maps to therangeParameterselement.- Returns:
- the value of the
RANGE_PARAMETERS_PROPERTYproperty.
-
setRangeParameters
Sets the value of the property that maps to therangeParameterselement.- Parameters:
aValue- the value to set for theRANGE_PARAMETERS_PROPERTYproperty.
-
getTuples
Returns the value of the property that maps to the choice between thetupleListanddoubleOrNilReasonTupleListelements.The possible values for this property are instances of
TLcdGML32CoordinatesList<Object>
- Returns:
- the value of the
TUPLES_PROPERTYproperty.
-
setTuples
Sets the value of the property that maps to the choice between thetupleListanddoubleOrNilReasonTupleListelements.The possible values for this property are instances of
TLcdGML32CoordinatesList<Object>
- Parameters:
aValue- the value to set for theTUPLES_PROPERTYproperty.
-