Package com.luciad.format.gml31.model
Class TLcdGML31Tin.ControlPoint
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Tin.ControlPoint
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Enclosing class:
TLcdGML31Tin
- Since:
- 10.0
- See Also:
-
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.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 theposList
andpos
andpointProperty
elements. The possible values for this property are instances ofTLcdGML31DirectPositionList
List<TLcdGML31DirectPosition>
List<TLcdGML31PointProperty>
-
-
Constructor Details
-
ControlPoint
public ControlPoint() -
ControlPoint
-
-
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
TLcdGML31DirectPositionList
List<TLcdGML31DirectPosition>
List<TLcdGML31PointProperty>
- 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
TLcdGML31DirectPositionList
List<TLcdGML31DirectPosition>
List<TLcdGML31PointProperty>
- Parameters:
aValue
- the value to set for thePOS_GROUP_PROPERTY
property.
-