Package com.luciad.format.gml32.model
Class TLcdGML32Tin.ControlPoint
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Tin.ControlPoint
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Enclosing class:
TLcdGML32Tin
- Since:
- 10.0
-
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.
-
Field Details
-
POS_GROUP_PROPERTY
Data property that maps to the choice between theposListandposandpointPropertyelements. The possible values for this property are instances ofTLcdGML32DirectPositionListList<TLcdGML32DirectPosition>List<TLcdGML32PointProperty>
-
-
Constructor Details
-
ControlPoint
public ControlPoint() -
ControlPoint
-
-
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
TLcdGML32DirectPositionListList<TLcdGML32DirectPosition>List<TLcdGML32PointProperty>
- 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
TLcdGML32DirectPositionListList<TLcdGML32DirectPosition>List<TLcdGML32PointProperty>
- Parameters:
aValue- the value to set for thePOS_GROUP_PROPERTYproperty.
-