public interface IPointCollection3 extends IPointCollection2, 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 |
IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf643a012_c208_48db_b2d6_565f52b55c8e
IIDde08a214_4fc2_11d1_834e_0000f8775be9
Modifier and Type | Method and Description |
---|---|
IEnumVertex |
getIndexedEnumVertices(IGeometry queryGeometry)
An indexed vertex enumerator for this point collection.
|
getPoints
addPoint, addPointCollection, addPoints, getEnumVertices, getPoint, getPointCount, insertPointCollection, insertPoints, queryPoint, queryPoints, removePoints, replacePointCollection, replacePoints, setPointCollection, setPoints, updatePoint
static final int IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed
static final int xxDummy
static final java.lang.String IID
IEnumVertex getIndexedEnumVertices(IGeometry queryGeometry) throws java.io.IOException, AutomationException
queryGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.