public class IUNNearestNeighborProxy extends com.esri.arcgis.interop.Dispatch implements IUNNearestNeighbor, java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace nearest neighbor.' 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID82ed4213_6204_477e_a174_db1438d2b681| Modifier | Constructor and Description |
|---|---|
|
IUNNearestNeighborProxy()
For internal use only
|
|
IUNNearestNeighborProxy(java.lang.Object obj) |
protected |
IUNNearestNeighborProxy(java.lang.Object obj,
java.lang.String iid) |
|
IUNNearestNeighborProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IUNNearestNeighborProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getCostNetworkAttributeName()
Returns the cost network attribute name.
|
int |
getCount()
Returns the count.
|
IArray |
getNearestAssets()
Returns nearest assets.
|
IStringArray |
getNearestCategories()
Returns nearest categories.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setCostNetworkAttributeName(java.lang.String costNetworkAttributeName)
Returns the cost network attribute name.
|
void |
setCount(int count)
Returns the count.
|
void |
setNearestAssetsByRef(IArray nearestAssets)
Returns nearest assets.
|
void |
setNearestCategoriesByRef(IStringArray nearestCategories)
Returns nearest categories.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IUNNearestNeighborProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IUNNearestNeighborProxy()
public IUNNearestNeighborProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IUNNearestNeighborProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IUNNearestNeighborProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IUNNearestNeighborjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCount(int count)
throws java.io.IOException,
AutomationException
setCount in interface IUNNearestNeighborcount - The count (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCostNetworkAttributeName()
throws java.io.IOException,
AutomationException
getCostNetworkAttributeName in interface IUNNearestNeighborjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCostNetworkAttributeName(java.lang.String costNetworkAttributeName)
throws java.io.IOException,
AutomationException
setCostNetworkAttributeName in interface IUNNearestNeighborcostNetworkAttributeName - The costNetworkAttributeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getNearestCategories() throws java.io.IOException, AutomationException
getNearestCategories in interface IUNNearestNeighborjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNearestCategoriesByRef(IStringArray nearestCategories) throws java.io.IOException, AutomationException
setNearestCategoriesByRef in interface IUNNearestNeighbornearestCategories - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getNearestAssets() throws java.io.IOException, AutomationException
getNearestAssets in interface IUNNearestNeighborjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNearestAssetsByRef(IArray nearestAssets) throws java.io.IOException, AutomationException
setNearestAssetsByRef in interface IUNNearestNeighbornearestAssets - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSchemaGeneration()
throws java.io.IOException,
AutomationException
getSchemaGeneration in interface IUNNearestNeighborjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSchemaGeneration(int generation)
throws java.io.IOException,
AutomationException
setSchemaGeneration in interface IUNNearestNeighborgeneration - The generation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.