com.esri.arcgis.geometry
Interface IPointCollection3
- All Superinterfaces:
- IPointCollection, IPointCollection2, java.io.Serializable
- All Known Subinterfaces:
- IPointCollection4, IPointCollection5
- All Known Implementing Classes:
- IPointCollection3Proxy, IPointCollection4Proxy, IPointCollection5Proxy, MultiPatch, Multipoint, Path, Polygon, Polyline, Ring, TriangleFan, Triangles, TriangleStrip
public interface IPointCollection3
- extends IPointCollection2, java.io.Serializable
COM Interface 'IPointCollection3'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Methods inherited from interface com.esri.arcgis.geometry.IPointCollection |
addPoint, addPointCollection, addPoints, getEnumVertices, getPoint, getPointCount, insertPointCollection, insertPoints, queryPoint, queryPoints, removePoints, replacePointCollection, replacePoints, setPointCollection, setPoints, updatePoint |
IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed
static final int IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed
- 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
getIndexedEnumVertices
IEnumVertex getIndexedEnumVertices(IGeometry queryGeometry)
throws java.io.IOException,
AutomationException
- An indexed vertex enumerator for this point collection.
- Parameters:
queryGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
- Returns:
- A reference to a com.esri.arcgis.geometry.IEnumVertex
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.