Jeospace API

org.jeospace.measure.angle
Interface AngleUnit

All Known Implementing Classes:
DecimalAngleUnit, SexagesimalAngleUnit

public interface AngleUnit

Requirements for defining an AngleUnit class

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 double getDegrees()
          Return the double value of the unit in degrees.
 long getMicros()
          Return the long value of the unit in microseconds of degree.
 

Method Detail

getDegrees

public double getDegrees()
Return the double value of the unit in degrees.

Returns:
the double value of the unit in degrees.

getMicros

public long getMicros()
Return the long value of the unit in microseconds of degree.

Returns:
the long value of the unit in microseconds of degree.

Jeospace API

Copyright © 2006 - jeospace.org