|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geometry.IGeometryCollectionProxy
Description: 'Provides access to members that can be used for accessing, adding and removing individual geometries of a multi-part geometry (Multipoint, Polyline, Polygon, MultiPatch, and GeometryBag).' 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 IGeometryCollectionProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.geometry.IGeometryCollection |
|---|
IID, IIDc801565e_99ca_11d0_82f7_0000f8034032 |
| Constructor Summary | |
|---|---|
|
IGeometryCollectionProxy()
Deprecated. For internal use only |
|
IGeometryCollectionProxy(java.lang.Object obj)
Deprecated. |
protected |
IGeometryCollectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGeometryCollectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGeometryCollectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addGeometries(int count,
IGeometry newGeometries)
Deprecated. Adds references to the specified geometries. |
void |
addGeometry(IGeometry inGeometry,
java.lang.Object before,
java.lang.Object after)
Deprecated. Adds a reference to the input geometry either at the end, or before, or after the specified index. |
void |
addGeometryCollection(IGeometryCollection newGeometries)
Deprecated. Adds references to geometries in the input collection. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
geometriesChanged()
Deprecated. Tells this geometry collection that some of its geometries have been altered. |
IGeometry |
getGeometry(int index)
Deprecated. A reference to the ith geometry. |
int |
getGeometryCount()
Deprecated. The number of geometries in this collection. |
void |
insertGeometries(int index,
int count,
IGeometry newGeometries)
Deprecated. Inserts at the specified index references to some number of geometries in the input array. |
void |
insertGeometryCollection(int index,
IGeometryCollection newGeometries)
Deprecated. Inserts at the specified index references to all if the geometries in the input collection. |
void |
queryGeometries(int index,
int count,
IGeometry[] geometries)
Deprecated. Populates the array with references to a sub-sequence of geometries. |
void |
removeGeometries(int index,
int count)
Deprecated. Removes references to some geometries from this collection. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setGeometries(int count,
IGeometry newGeometries)
Deprecated. Replaces all geometries in the collection with the specified number of references to those in the input array. |
void |
setGeometryCollection(IGeometryCollection newParts)
Deprecated. Replaces all geometries in the collection with references to geometries from the input collection. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGeometryCollectionProxy(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.IOExceptionpublic IGeometryCollectionProxy()
public IGeometryCollectionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGeometryCollectionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGeometryCollectionProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getGeometryCount()
throws java.io.IOException,
AutomationException
getGeometryCount in interface IGeometryCollectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getGeometry(int index)
throws java.io.IOException,
AutomationException
getGeometry in interface IGeometryCollectionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addGeometry(IGeometry inGeometry,
java.lang.Object before,
java.lang.Object after)
throws java.io.IOException,
AutomationException
addGeometry in interface IGeometryCollectioninGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)before - A Variant (in, optional, pass null if not required)after - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryGeometries(int index,
int count,
IGeometry[] geometries)
throws java.io.IOException,
AutomationException
queryGeometries in interface IGeometryCollectionindex - The index (in)count - The count (in)geometries - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addGeometries(int count,
IGeometry newGeometries)
throws java.io.IOException,
AutomationException
addGeometries in interface IGeometryCollectioncount - The count (in)newGeometries - 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.
public void addGeometryCollection(IGeometryCollection newGeometries)
throws java.io.IOException,
AutomationException
addGeometryCollection in interface IGeometryCollectionnewGeometries - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insertGeometries(int index,
int count,
IGeometry newGeometries)
throws java.io.IOException,
AutomationException
insertGeometries in interface IGeometryCollectionindex - The index (in)count - The count (in)newGeometries - 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.
public void insertGeometryCollection(int index,
IGeometryCollection newGeometries)
throws java.io.IOException,
AutomationException
insertGeometryCollection in interface IGeometryCollectionindex - The index (in)newGeometries - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometries(int count,
IGeometry newGeometries)
throws java.io.IOException,
AutomationException
setGeometries in interface IGeometryCollectioncount - The count (in)newGeometries - 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.
public void setGeometryCollection(IGeometryCollection newParts)
throws java.io.IOException,
AutomationException
setGeometryCollection in interface IGeometryCollectionnewParts - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeGeometries(int index,
int count)
throws java.io.IOException,
AutomationException
removeGeometries in interface IGeometryCollectionindex - The index (in)count - The count (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void geometriesChanged()
throws java.io.IOException,
AutomationException
geometriesChanged in interface IGeometryCollectionjava.io.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 | ||||||||