Package com.luciad.format.gml31.model
Class TLcdGML31DataBlock
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31DataBlock
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Since:
- 2018.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to therangeParameterselement.static final TLcdDataPropertyData property that maps to the choice between thetupleListanddoubleOrNullTupleListelements. -
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 thetupleListanddoubleOrNullTupleListelements.voidSets the value of the property that maps to therangeParameterselement.voidSets the value of the property that maps to the choice between thetupleListanddoubleOrNullTupleListelements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RANGE_PARAMETERS_PROPERTY
Data property that maps to therangeParameterselement. The possible values for this property are instances ofTLcdGML31RangeParameters. -
TUPLES_PROPERTY
Data property that maps to the choice between thetupleListanddoubleOrNullTupleListelements. The possible values for this property are instances ofTLcdGML31CoordinatesList<Object>
-
-
Constructor Details
-
TLcdGML31DataBlock
public TLcdGML31DataBlock() -
TLcdGML31DataBlock
-
-
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 thetupleListanddoubleOrNullTupleListelements.The possible values for this property are instances of
TLcdGML31CoordinatesList<Object>
- Returns:
- the value of the
TUPLES_PROPERTYproperty.
-
setTuples
Sets the value of the property that maps to the choice between thetupleListanddoubleOrNullTupleListelements.The possible values for this property are instances of
TLcdGML31CoordinatesList<Object>
- Parameters:
aValue- the value to set for theTUPLES_PROPERTYproperty.
-