Package net.opengis.gml311
Interface AngleChoiceType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AngleChoiceTypeImpl
public interface AngleChoiceType extends EObject
A representation of the model object 'Angle Choice Type'. Value of an angle quantity provided in either degree-minute-second format or single value format.The following features are supported:
- See Also:
Gml311Package.getAngleChoiceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasureType
getAngle()
Returns the value of the 'Angle' containment reference.DMSAngleType
getDmsAngle()
Returns the value of the 'Dms Angle' containment reference.void
setAngle(MeasureType value)
Sets the value of the 'Angle
' containment reference.void
setDmsAngle(DMSAngleType value)
Sets the value of the 'Dms Angle
' containment reference.
-
-
-
Method Detail
-
getAngle
MeasureType getAngle()
Returns the value of the 'Angle' containment reference.If the meaning of the 'Angle' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Angle' containment reference.
- See Also:
setAngle(MeasureType)
,Gml311Package.getAngleChoiceType_Angle()
-
setAngle
void setAngle(MeasureType value)
Sets the value of the 'Angle
' containment reference.- Parameters:
value
- the new value of the 'Angle' containment reference.- See Also:
getAngle()
-
getDmsAngle
DMSAngleType getDmsAngle()
Returns the value of the 'Dms Angle' containment reference.If the meaning of the 'Dms Angle' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dms Angle' containment reference.
- See Also:
setDmsAngle(DMSAngleType)
,Gml311Package.getAngleChoiceType_DmsAngle()
-
setDmsAngle
void setDmsAngle(DMSAngleType value)
Sets the value of the 'Dms Angle
' containment reference.- Parameters:
value
- the new value of the 'Dms Angle' containment reference.- See Also:
getDmsAngle()
-
-