Package com.luciad.format.gml32.model
Class TLcdGML32Rows.Row
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Rows.Row
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Enclosing class:
TLcdGML32Rows
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theposList
andpos
andpointProperty
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theposList
andpos
andpointProperty
elements.void
setPosGroup
(Object aValue) Sets the value of the property that maps to the choice between theposList
andpos
andpointProperty
elements.
-
Field Details
-
POS_GROUP_PROPERTY
Data property that maps to the choice between theposList
andpos
andpointProperty
elements. The possible values for this property are instances ofTLcdGML32DirectPositionList
List<TLcdGML32DirectPosition>
List<TLcdGML32PointProperty>
-
-
Constructor Details
-
Row
public Row() -
Row
-
-
Method Details
-
getPosGroup
Returns the value of the property that maps to the choice between theposList
andpos
andpointProperty
elements.The possible values for this property are instances of
TLcdGML32DirectPositionList
List<TLcdGML32DirectPosition>
List<TLcdGML32PointProperty>
- Returns:
- the value of the
POS_GROUP_PROPERTY
property.
-
setPosGroup
Sets the value of the property that maps to the choice between theposList
andpos
andpointProperty
elements.The possible values for this property are instances of
TLcdGML32DirectPositionList
List<TLcdGML32DirectPosition>
List<TLcdGML32PointProperty>
- Parameters:
aValue
- the value to set for thePOS_GROUP_PROPERTY
property.
-