public interface IPolygon extends IPolycurve, java.io.Serializable
Description: 'Provides access to members that identify a polygon and permit controlled access to its inner and outer rings.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa4c490b8_9441_11d0_82f7_0000f8034032 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4aff82e0_f984_11d1_bca7_0000f875bcce
IID1b077916_38c5_11d0_92d2_00805f7c28b0
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes all rings in this polygon.
|
IRing |
findExteriorRing(IRing interiorRing)
Returns the exterior ring containing the specified interior ring.
|
int |
getExteriorRingCount()
The number of exterior rings.
|
int |
getInteriorRingCount(IRing exteriorRing)
The number of rings interior to the specified exterior ring.
|
void |
queryExteriorRings(IRing exteriorRings)
Populates an array with references to all exterior rings.
|
void |
queryInteriorRings(IRing exteriorRing,
IRing interiorRings)
Populates an array with references to rings that are interior to the specified exterior ring.
|
void |
simplifyPreserveFromTo()
Simplifies the polygon and maintains the index location of the from/to point of each ring.
|
densify, generalize, smooth, splitAtDistance, splitAtPoint, weed
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IIDa4c490b8_9441_11d0_82f7_0000f8034032
static final int xxDummy
static final java.lang.String IID
IRing findExteriorRing(IRing interiorRing) throws java.io.IOException, AutomationException
interiorRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getExteriorRingCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryExteriorRings(IRing exteriorRings) throws java.io.IOException, AutomationException
exteriorRings
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInteriorRingCount(IRing exteriorRing) throws java.io.IOException, AutomationException
exteriorRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryInteriorRings(IRing exteriorRing, IRing interiorRings) throws java.io.IOException, AutomationException
exteriorRing
- A reference to a com.esri.arcgis.geometry.IRing (in)interiorRings
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void close() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void simplifyPreserveFromTo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.