public class UNNearestNeighbor extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNNearestNeighbor
Description 'UN 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 =
IID, IID82ed4213_6204_477e_a174_db1438d2b681, xxDummy
Constructor and Description |
---|
UNNearestNeighbor()
Constructs a UNNearestNeighbor using ArcGIS Engine.
|
UNNearestNeighbor(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNNearestNeighbor theUNNearestNeighbor = (UNNearestNeighbor) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getCostNetworkAttributeName()
Returns the cost network attribute name.
|
int |
getCount()
Returns the count.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IArray |
getNearestAssets()
Returns nearest assets.
|
IStringArray |
getNearestCategories()
Returns nearest categories.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
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.
|
public UNNearestNeighbor() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic UNNearestNeighbor(java.lang.Object obj) throws java.io.IOException
UNNearestNeighbor theUNNearestNeighbor = (UNNearestNeighbor) obj;
obj
to UNNearestNeighbor
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IUNNearestNeighbor
java.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 IUNNearestNeighbor
count
- 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 IUNNearestNeighbor
java.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 IUNNearestNeighbor
costNetworkAttributeName
- 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 IUNNearestNeighbor
java.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 IUNNearestNeighbor
nearestCategories
- 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 IUNNearestNeighbor
java.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 IUNNearestNeighbor
nearestAssets
- 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 IUNNearestNeighbor
java.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 IUNNearestNeighbor
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.