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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theangle
anddmsAngle
elements. -
Constructor Summary
-
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
-
ANGLE_PROPERTY
Data property that maps to the choice between theangle
anddmsAngle
elements. 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 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.
-