Package com.solibri.smc.api.model
Interface GeographicCoordinate.Angle
- Enclosing interface:
- GeographicCoordinate
public static interface GeographicCoordinate.Angle
Internal Angle interface that defines degrees, minutes, and seconds.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the degrees of the angle.intReturns the micro seconds (millionth seconds) of the angle.intReturns the minutes of the angle.intReturns the seconds of the angle.
- 
Method Details- 
getDegreesint getDegrees()Returns the degrees of the angle.- Returns:
- the degrees of the angle
- Since:
- 9.10.3
 
- 
getMinutesint getMinutes()Returns the minutes of the angle.- Returns:
- the minutes of the angle
- Since:
- 9.10.3
 
- 
getSecondsint getSeconds()Returns the seconds of the angle.- Returns:
- the seconds of the angle
- Since:
- 9.10.3
 
- 
getMicroSecondsint getMicroSeconds()Returns the micro seconds (millionth seconds) of the angle.- Returns:
- the micro seconds (millionth seconds) of the angle
- Since:
- 9.10.3
 
 
-