Package net.opengis.gml311
Interface DMSAngleType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DMSAngleTypeImpl
 
 public interface DMSAngleType extends EObjectA 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:
- Gml311Package.getDMSAngleType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetDecimalMinutes()Returns the value of the 'Decimal Minutes' attribute.DegreesTypegetDegrees()Returns the value of the 'Degrees' containment reference.BigIntegergetMinutes()Returns the value of the 'Minutes' attribute.BigDecimalgetSeconds()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.
 
- 
- 
- 
Method Detail- 
getDegreesDegreesType 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(DegreesType),- Gml311Package.getDMSAngleType_Degrees()
 
 - 
setDegreesvoid setDegrees(DegreesType value) Sets the value of the 'Degrees' containment reference.- Parameters:
- value- the new value of the 'Degrees' containment reference.
- See Also:
- getDegrees()
 
 - 
getDecimalMinutesBigDecimal 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(BigDecimal),- Gml311Package.getDMSAngleType_DecimalMinutes()
 
 - 
setDecimalMinutesvoid setDecimalMinutes(BigDecimal value) Sets the value of the 'Decimal Minutes' attribute.- Parameters:
- value- the new value of the 'Decimal Minutes' attribute.
- See Also:
- getDecimalMinutes()
 
 - 
getMinutesBigInteger 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(BigInteger),- Gml311Package.getDMSAngleType_Minutes()
 
 - 
setMinutesvoid setMinutes(BigInteger value) Sets the value of the 'Minutes' attribute.- Parameters:
- value- the new value of the 'Minutes' attribute.
- See Also:
- getMinutes()
 
 - 
getSecondsBigDecimal 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(BigDecimal),- Gml311Package.getDMSAngleType_Seconds()
 
 - 
setSecondsvoid setSeconds(BigDecimal value) Sets the value of the 'Seconds' attribute.- Parameters:
- value- the new value of the 'Seconds' attribute.
- See Also:
- getSeconds()
 
 
- 
 
-