public interface IPointCollection5 extends IPointCollection4, java.io.Serializable
Description: 'Provides access to members that manipulate the vertices as lightweight point+attribute structures (VA - vertex attribute)' 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 |
IID87c8de06_d8b5_4f5d_bcd5_a27c3a994b07 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID773f7279_aefb_11d5_8112_00c04fa0adf8
IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed
IIDf643a012_c208_48db_b2d6_565f52b55c8e
IIDde08a214_4fc2_11d1_834e_0000f8775be9
Modifier and Type | Method and Description |
---|---|
void |
addWKSPointVA(int count,
_WKSPointVA pointStructures)
Adds vertices/points.
|
void |
insertWKSPointVA(int index,
int count,
_WKSPointVA newPoints)
Inserts new vertices/points.
|
void |
queryWKSPointVA(int index,
int count,
_WKSPointVA[] pointStructures)
Copies vertices/points coordinates to the array of point structures.
|
void |
setWKSPointVA(int count,
_WKSPointVA pointStructures)
Replaces all vertices/points.
|
addWKSPointZs, insertWKSPointZs, queryWKSPointZs, setWKSPointZs
getIndexedEnumVertices
getPoints
addPoint, addPointCollection, addPoints, getEnumVertices, getPoint, getPointCount, insertPointCollection, insertPoints, queryPoint, queryPoints, removePoints, replacePointCollection, replacePoints, setPointCollection, setPoints, updatePoint
static final int IID87c8de06_d8b5_4f5d_bcd5_a27c3a994b07
static final int xxDummy
static final java.lang.String IID
void addWKSPointVA(int count, _WKSPointVA pointStructures) throws java.io.IOException, AutomationException
count
- The count (in)pointStructures
- A Structure: com.esri.arcgis.geometry._WKSPointVA (A com.esri.arcgis.geometry._WKSPointVA COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWKSPointVA(int count, _WKSPointVA pointStructures) throws java.io.IOException, AutomationException
count
- The count (in)pointStructures
- A Structure: com.esri.arcgis.geometry._WKSPointVA (A com.esri.arcgis.geometry._WKSPointVA COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryWKSPointVA(int index, int count, _WKSPointVA[] pointStructures) throws java.io.IOException, AutomationException
index
- The index (in)count
- The count (in)pointStructures
- A Structure: com.esri.arcgis.geometry._WKSPointVA (A com.esri.arcgis.geometry._WKSPointVA COM typedef) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insertWKSPointVA(int index, int count, _WKSPointVA newPoints) throws java.io.IOException, AutomationException
index
- The index (in)count
- The count (in)newPoints
- A Structure: com.esri.arcgis.geometry._WKSPointVA (A com.esri.arcgis.geometry._WKSPointVA COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.