Package net.opengis.gml311
Interface DMSAngleType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DMSAngleTypeImpl
public interface DMSAngleType
extends EObject
A representation of the model object 'DMS Angle Type'.
Angle value provided in degree-minute-second or degree-minute format.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Decimal Minutes' attribute.Returns the value of the 'Degrees' containment reference.Returns the value of the 'Minutes' attribute.Returns the value of the 'Seconds' attribute.voidsetDecimalMinutes(BigDecimal value) Sets the value of the 'Decimal Minutes' attribute.voidsetDegrees(DegreesType value) Sets the value of the 'Degrees' containment reference.voidsetMinutes(BigInteger value) Sets the value of the 'Minutes' attribute.voidsetSeconds(BigDecimal value) Sets the value of the 'Seconds' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDegrees
DegreesType getDegrees()Returns the value of the 'Degrees' containment reference.If the meaning of the 'Degrees' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Degrees' containment reference.
- See Also:
-
setDegrees
Sets the value of the 'Degrees' containment reference.- Parameters:
value- the new value of the 'Degrees' containment reference.- See Also:
-
getDecimalMinutes
BigDecimal getDecimalMinutes()Returns the value of the 'Decimal Minutes' attribute.If the meaning of the 'Decimal Minutes' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Decimal Minutes' attribute.
- See Also:
-
setDecimalMinutes
Sets the value of the 'Decimal Minutes' attribute.- Parameters:
value- the new value of the 'Decimal Minutes' attribute.- See Also:
-
getMinutes
BigInteger getMinutes()Returns the value of the 'Minutes' attribute.If the meaning of the 'Minutes' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Minutes' attribute.
- See Also:
-
setMinutes
Sets the value of the 'Minutes' attribute.- Parameters:
value- the new value of the 'Minutes' attribute.- See Also:
-
getSeconds
BigDecimal getSeconds()Returns the value of the 'Seconds' attribute.If the meaning of the 'Seconds' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seconds' attribute.
- See Also:
-
setSeconds
Sets the value of the 'Seconds' attribute.- Parameters:
value- the new value of the 'Seconds' attribute.- See Also:
-