Package com.luciad.format.gml31.model
Class TLcdGML31AngleChoice
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AngleChoice
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Value of an angle quantity provided in either degree-minute-second format or single value format.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theangleanddmsAngleelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAngle()Returns the value of the property that maps to the choice between theangleanddmsAngleelements.voidsetAngle(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theangleanddmsAngleelements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
ANGLE_PROPERTY
Data property that maps to the choice between theangleanddmsAngleelements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML31AngleChoice
public TLcdGML31AngleChoice() -
TLcdGML31AngleChoice
-
-
Method Details
-
getAngle
Returns the value of the property that maps to the choice between theangleanddmsAngleelements.The possible values for this property are instances of
- Returns:
- the value of the
ANGLE_PROPERTYproperty.
-
setAngle
Sets the value of the property that maps to the choice between theangleanddmsAngleelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theANGLE_PROPERTYproperty.
-