com.esri.arcgis.geometry
Interface IAngularUnit

All Superinterfaces:
ISpatialReferenceInfo, IUnit, Serializable
All Known Implementing Classes:
AngularUnit

public interface IAngularUnit
extends IUnit, Serializable

Provides access to members that control the properties of angular unit.

Description

Represents the angular unit of measure for a geographic coordinate system. The angular unit conversion factor is always defined as radians per unit.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getRadiansPerUnit()
          The radians per angular unit.
 
Methods inherited from interface com.esri.arcgis.geometry.IUnit
getConversionFactor
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
 

Method Detail

getRadiansPerUnit

double getRadiansPerUnit()
                         throws IOException,
                                AutomationException
The radians per angular unit.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The radiansPerUnit
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.