public interface IPointCollection2 extends IPointCollection, java.io.Serializable
Description: 'Provides access to members that manipulate the points of a Multipoint.' 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 |
IIDf643a012_c208_48db_b2d6_565f52b55c8e |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDde08a214_4fc2_11d1_834e_0000f8775be9
Modifier and Type | Method and Description |
---|---|
void |
getPoints(int index,
int count,
IPoint[] points)
Populates an array with references to points in the Multipoint.
|
addPoint, addPointCollection, addPoints, getEnumVertices, getPoint, getPointCount, insertPointCollection, insertPoints, queryPoint, queryPoints, removePoints, replacePointCollection, replacePoints, setPointCollection, setPoints, updatePoint
static final int IIDf643a012_c208_48db_b2d6_565f52b55c8e
static final int xxDummy
static final java.lang.String IID
void getPoints(int index, int count, IPoint[] points) throws java.io.IOException, AutomationException
index
- The index (in)count
- The count (in)points
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.