|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPointCollection5
Provides access to members that manipulate the vertices as lightweight point+attribute structures (VA - vertex attribute)
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.esri.arcgis.geometry.IPointCollection4 |
|---|
addWKSPointZs, insertWKSPointZs, queryWKSPointZs, setWKSPointZs |
| Methods inherited from interface com.esri.arcgis.geometry.IPointCollection3 |
|---|
getIndexedEnumVertices |
| Methods inherited from interface com.esri.arcgis.geometry.IPointCollection2 |
|---|
getPoints |
| 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 |
| Method Detail |
|---|
void addWKSPointVA(int count,
_WKSPointVA pointStructures)
throws IOException,
AutomationException
count - The count (in)pointStructures - A Structure: com.esri.arcgis.geometry._WKSPointVA (A com.esri.arcgis.geometry._WKSPointVA COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWKSPointVA(int count,
_WKSPointVA pointStructures)
throws IOException,
AutomationException
count - The count (in)pointStructures - A Structure: com.esri.arcgis.geometry._WKSPointVA (A com.esri.arcgis.geometry._WKSPointVA COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryWKSPointVA(int index,
int count,
_WKSPointVA[] pointStructures)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insertWKSPointVA(int index,
int count,
_WKSPointVA newPoints)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||