com.esri.arcgis.geometry
Interface IPolygon5

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPolygon5Proxy, Polygon

public interface IPolygon5
extends java.io.Serializable

COM Interface 'IPolygon5'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides additional operations on polygons. Note that IPolygon5 does not inherit from IPolygon4.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9c4a7438_f213_411c_9a24_1465c61838f4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isEnvelope()
          Returns true if the shape of this polygon is equivalent to the polygon's bounding envelope.
 

Field Detail

IID9c4a7438_f213_411c_9a24_1465c61838f4

static final int IID9c4a7438_f213_411c_9a24_1465c61838f4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isEnvelope

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

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