org.opengis.cs
Interface CS_AngularUnit

All Superinterfaces:
CS_Info, CS_Unit, java.rmi.Remote
All Known Implementing Classes:
Info.AngularUnit

public interface CS_AngularUnit
extends CS_Unit

Definition of angular units.

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 double getRadiansPerUnit()
          Returns the number of radians per AngularUnit.
 
Methods inherited from interface org.opengis.cs.CS_Info
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML
 

Method Detail

getRadiansPerUnit

public double getRadiansPerUnit()
                         throws java.rmi.RemoteException
Returns the number of radians per AngularUnit.

Throws:
java.rmi.RemoteException - if a remote method call failed.