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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therangeParameters
element.static final TLcdDataProperty
Data property that maps to the choice between thetupleList
anddoubleOrNullTupleList
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
anddoubleOrNullTupleList
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
anddoubleOrNullTupleList
elements.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 therangeParameters
element. The possible values for this property are instances ofTLcdGML31RangeParameters
. -
TUPLES_PROPERTY
Data property that maps to the choice between thetupleList
anddoubleOrNullTupleList
elements. The possible values for this property are instances ofTLcdGML31Coordinates
List<Object>
-
-
Constructor Details
-
TLcdGML31DataBlock
public TLcdGML31DataBlock() -
TLcdGML31DataBlock
-
-
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
anddoubleOrNullTupleList
elements.The possible values for this property are instances of
TLcdGML31Coordinates
List<Object>
- Returns:
- the value of the
TUPLES_PROPERTY
property.
-
setTuples
Sets the value of the property that maps to the choice between thetupleList
anddoubleOrNullTupleList
elements.The possible values for this property are instances of
TLcdGML31Coordinates
List<Object>
- Parameters:
aValue
- the value to set for theTUPLES_PROPERTY
property.
-