com.esri.arcgis.geometry
Interface IPolygon5

All Superinterfaces:
Serializable
All Known Implementing Classes:
Polygon

public interface IPolygon5
extends Serializable

Provides additional operations on polygons. Note that IPolygon5 does not inherit from IPolygon4.

Product Availability

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


Method Summary
 boolean isEnvelope()
          Returns true if the shape of this polygon is equivalent to the polygon's bounding envelope.
 

Method Detail

isEnvelope

boolean isEnvelope()
                   throws IOException,
                          AutomationException
Returns true if the shape of this polygon is equivalent to the polygon's bounding envelope.

Product Availability

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

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