Package com.luciad.format.gml31.model
Class TLcdGML31Row
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Row
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theposListandposandpointPropertyelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theposListandposandpointPropertyelements.voidsetPosGroup(Object aValue) Sets the value of the property that maps to the choice between theposListandposandpointPropertyelements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
POS_GROUP_PROPERTY
Data property that maps to the choice between theposListandposandpointPropertyelements. The possible values for this property are instances ofTLcdGML31DirectPositionListList<TLcdGML31DirectPosition>List<TLcdGML31PointProperty>
-
-
Constructor Details
-
TLcdGML31Row
public TLcdGML31Row() -
TLcdGML31Row
-
-
Method Details
-
getPosGroup
Returns the value of the property that maps to the choice between theposListandposandpointPropertyelements.The possible values for this property are instances of
TLcdGML31DirectPositionListList<TLcdGML31DirectPosition>List<TLcdGML31PointProperty>
- Returns:
- the value of the
POS_GROUP_PROPERTYproperty.
-
setPosGroup
Sets the value of the property that maps to the choice between theposListandposandpointPropertyelements.The possible values for this property are instances of
TLcdGML31DirectPositionListList<TLcdGML31DirectPosition>List<TLcdGML31PointProperty>
- Parameters:
aValue- the value to set for thePOS_GROUP_PROPERTYproperty.
-