public interface IPolygon2 extends IPolygon, java.io.Serializable
Description: 'Provides access to members that extend the IPolygon interface.' 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 |
IIDcc1f0567_2846_49e1_b4e2_74156b4d8bb8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa4c490b8_9441_11d0_82f7_0000f8034032IID4aff82e0_f984_11d1_bca7_0000f875bcceIID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
void |
getConnectedComponents(int numComponentsRequested,
IPolygon[] components)
Populates an array with polygons that represent connected components of the original.
|
void |
getConnectedComponents2(IPolygon[][] components)
Populates an array with polygons that represent connected components of the original.
|
void |
getOutermostComponents(int numComponentsRequested,
int[] numComponentsReturned,
IPolygon[] components,
boolean[] moreComponentsExist)
Populates an array with polygons that represent outermost components of the original and all components within (islands within lakes).
|
void |
getOutermostComponents2(IPolygon[][] components,
boolean[] moreComponentsExist)
Populates an array with polygons that represent outermost components of the original and all components within (islands within lakes).
|
void |
queryExteriorRingsEx(int numExteriorRingsRequested,
IRing[] exteriorRings)
Returns an array of references to exterior rings, up to a maximum of the number requested.
|
void |
queryExteriorRingsEx2(IRing[][] exteriorRings)
Returns an array of references to exterior rings.
|
void |
queryInteriorRingsEx(IRing exteriorRing,
int numInteriorRingsRequested,
IRing[] interiorRings)
Returns an array of references to rings that are interior to the specified exterior ring, up to a maximum of the number requested.
|
void |
queryInteriorRingsEx2(int exteriorRingIndex,
IRing[][] interiorRings)
Returns an array of references to rings that are interior to the specified exterior ring, up to a maximum of the number requested.
|
close, findExteriorRing, getExteriorRingCount, getInteriorRingCount, queryExteriorRings, queryInteriorRings, simplifyPreserveFromTodensify, generalize, smooth, splitAtDistance, splitAtPoint, weedgetFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPointgeoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencestatic final int IIDcc1f0567_2846_49e1_b4e2_74156b4d8bb8
static final int xxDummy
static final java.lang.String IID
void queryExteriorRingsEx(int numExteriorRingsRequested,
IRing[] exteriorRings)
throws java.io.IOException,
AutomationException
numExteriorRingsRequested - The numExteriorRingsRequested (in)exteriorRings - A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryInteriorRingsEx(IRing exteriorRing, int numInteriorRingsRequested, IRing[] interiorRings) throws java.io.IOException, AutomationException
exteriorRing - A reference to a com.esri.arcgis.geometry.IRing (in)numInteriorRingsRequested - The numInteriorRingsRequested (in)interiorRings - A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getConnectedComponents(int numComponentsRequested,
IPolygon[] components)
throws java.io.IOException,
AutomationException
numComponentsRequested - The numComponentsRequested (in)components - A reference to a com.esri.arcgis.geometry.IPolygon (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getOutermostComponents(int numComponentsRequested,
int[] numComponentsReturned,
IPolygon[] components,
boolean[] moreComponentsExist)
throws java.io.IOException,
AutomationException
numComponentsRequested - The numComponentsRequested (in)numComponentsReturned - The numComponentsReturned (out: use single element array)components - A reference to a com.esri.arcgis.geometry.IPolygon (out: use single element array)moreComponentsExist - The moreComponentsExist (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryExteriorRingsEx2(IRing[][] exteriorRings) throws java.io.IOException, AutomationException
exteriorRings - A reference to a com.esri.arcgis.geometry.IRing array (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryInteriorRingsEx2(int exteriorRingIndex,
IRing[][] interiorRings)
throws java.io.IOException,
AutomationException
exteriorRingIndex - The exteriorRingIndex (in)interiorRings - A reference to a com.esri.arcgis.geometry.IRing array (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getConnectedComponents2(IPolygon[][] components) throws java.io.IOException, AutomationException
components - A reference to a com.esri.arcgis.geometry.IPolygon array (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getOutermostComponents2(IPolygon[][] components, boolean[] moreComponentsExist) throws java.io.IOException, AutomationException
components - A reference to a com.esri.arcgis.geometry.IPolygon array (out: use single element array)moreComponentsExist - The moreComponentsExist (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.