com.esri.arcgis.geometry
Interface IAreaGeodetic

All Superinterfaces:
Serializable
All Known Implementing Classes:
Polygon

public interface IAreaGeodetic
extends Serializable

Provides access to members that calculate ellipsoidal area of polygons using various perimeter densification methods.

Product Availability

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


Method Summary
 double getAreaGeodetic(int lineType, ILinearUnit pAreaUnit)
          The area.
 

Method Detail

getAreaGeodetic

double getAreaGeodetic(int lineType,
                       ILinearUnit pAreaUnit)
                       throws IOException,
                              AutomationException
The area.

Product Availability

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

Parameters:
lineType - A com.esri.arcgis.geometry.esriGeodeticType constant (in)
pAreaUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
Returns:
The area
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.