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 =
public class IPointCollection5Proxy extends IPointCollection4Proxy implements IPointCollection5, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID87c8de06_d8b5_4f5d_bcd5_a27c3a994b07
IID773f7279_aefb_11d5_8112_00c04fa0adf8
IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed
IIDf643a012_c208_48db_b2d6_565f52b55c8e
IIDde08a214_4fc2_11d1_834e_0000f8775be9
Modifier | Constructor and Description |
---|---|
|
IPointCollection5Proxy()
Deprecated.
For internal use only
|
|
IPointCollection5Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IPointCollection5Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IPointCollection5Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IPointCollection5Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addWKSPointVA(int count,
_WKSPointVA pointStructures)
Deprecated.
Adds vertices/points.
|
void |
insertWKSPointVA(int index,
int count,
_WKSPointVA newPoints)
Deprecated.
Inserts new vertices/points.
|
void |
queryWKSPointVA(int index,
int count,
_WKSPointVA[] pointStructures)
Deprecated.
Copies vertices/points coordinates to the array of point structures.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setWKSPointVA(int count,
_WKSPointVA pointStructures)
Deprecated.
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
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addWKSPointZs, insertWKSPointZs, queryWKSPointZs, setWKSPointZs
getIndexedEnumVertices
getPoints
addPoint, addPointCollection, addPoints, getEnumVertices, getPoint, getPointCount, insertPointCollection, insertPoints, queryPoint, queryPoints, removePoints, replacePointCollection, replacePoints, setPointCollection, setPoints, updatePoint
public static final java.lang.Class targetClass
public boolean noncastable
public IPointCollection5Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IPointCollection5Proxy()
public IPointCollection5Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPointCollection5Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPointCollection5Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IPointCollection4Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IPointCollection4Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void addWKSPointVA(int count, _WKSPointVA pointStructures) throws java.io.IOException, AutomationException
addWKSPointVA
in interface IPointCollection5
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.public void setWKSPointVA(int count, _WKSPointVA pointStructures) throws java.io.IOException, AutomationException
setWKSPointVA
in interface IPointCollection5
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.public void queryWKSPointVA(int index, int count, _WKSPointVA[] pointStructures) throws java.io.IOException, AutomationException
queryWKSPointVA
in interface IPointCollection5
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.public void insertWKSPointVA(int index, int count, _WKSPointVA newPoints) throws java.io.IOException, AutomationException
insertWKSPointVA
in interface IPointCollection5
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.