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 TLcdDataProperty
Data property that maps to the choice between theangle
anddmsAngle
elements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAngle()
Returns the value of the property that maps to the choice between theangle
anddmsAngle
elements.void
setAngle
(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theangle
anddmsAngle
elements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
Constructor Details
-
Method Details
-
getAngle
Returns the value of the property that maps to the choice between theangle
anddmsAngle
elements.The possible values for this property are instances of
- Returns:
- the value of the
ANGLE_PROPERTY
property.
-
setAngle
Sets the value of the property that maps to the choice between theangle
anddmsAngle
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theANGLE_PROPERTY
property.
-