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.
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.