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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therangeParameters
element.static final TLcdDataProperty
Data property that maps to the choice between thetupleList
anddoubleOrNilReasonTupleList
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to therangeParameters
element.Returns the value of the property that maps to the choice between thetupleList
anddoubleOrNilReasonTupleList
elements.void
Sets the value of the property that maps to therangeParameters
element.void
Sets the value of the property that maps to the choice between thetupleList
anddoubleOrNilReasonTupleList
elements.
-
Field Details
-
RANGE_PARAMETERS_PROPERTY
Data property that maps to therangeParameters
element. The possible values for this property are instances ofTLcdGML32AssociationRole
. -
TUPLES_PROPERTY
Data property that maps to the choice between thetupleList
anddoubleOrNilReasonTupleList
elements. The possible values for this property are instances ofTLcdGML32Coordinates
List<Object>
-
-
Constructor Details
-
TLcdGML32DataBlock
public TLcdGML32DataBlock() -
TLcdGML32DataBlock
-
-
Method Details
-
getRangeParameters
Returns the value of the property that maps to therangeParameters
element.- Returns:
- the value of the
RANGE_PARAMETERS_PROPERTY
property.
-
setRangeParameters
Sets the value of the property that maps to therangeParameters
element.- Parameters:
aValue
- the value to set for theRANGE_PARAMETERS_PROPERTY
property.
-
getTuples
Returns the value of the property that maps to the choice between thetupleList
anddoubleOrNilReasonTupleList
elements.The possible values for this property are instances of
TLcdGML32Coordinates
List<Object>
- Returns:
- the value of the
TUPLES_PROPERTY
property.
-
setTuples
Sets the value of the property that maps to the choice between thetupleList
anddoubleOrNilReasonTupleList
elements.The possible values for this property are instances of
TLcdGML32Coordinates
List<Object>
- Parameters:
aValue
- the value to set for theTUPLES_PROPERTY
property.
-