public interface IUNNearestNeighbor
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID82ed4213_6204_477e_a174_db1438d2b681 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID82ed4213_6204_477e_a174_db1438d2b681
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCostNetworkAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCostNetworkAttributeName(java.lang.String costNetworkAttributeName) throws java.io.IOException, AutomationException
costNetworkAttributeName
- The costNetworkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getNearestCategories() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNearestCategoriesByRef(IStringArray nearestCategories) throws java.io.IOException, AutomationException
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.IArray getNearestAssets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNearestAssetsByRef(IArray nearestAssets) throws java.io.IOException, AutomationException
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.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSchemaGeneration(int generation) throws java.io.IOException, AutomationException
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.