|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkAttributeConfiguration
COM Interface 'INetworkAttributeConfiguration'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Generated using ArcGIS Proxy Generator
Description: 'Provides access to the network attribute configuration.' 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 =
Field Summary | |
---|---|
static String |
IID
Deprecated. Internal use only |
static int |
IID2b089c6b_7a8e_4410_9594_1ef8771cca68
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
findMatchingTemplateAttribute(INetworkAttribute attribute)
Find the index of a matching template attribute. |
int |
findTemplateAttributeByName(String name)
Find the index of a template attribute by name. |
IStringArray |
getAgainstPrefixes()
The directional prefixes against the digitized direction. |
IStringArray |
getAlongPrefixes()
The directional prefixes along the digitized direction. |
IEvaluatedNetworkAttribute |
getTemplateAttribute(int index)
The ith template attribute. |
int |
getTemplateAttributeCount()
The number of template attributes in the network configuration. |
boolean |
queryEvaluator(int index,
IEditEvaluatorContext context,
INetworkEvaluator evaluator)
Query for the best evaluator match if any. |
Field Detail |
---|
static final int IID2b089c6b_7a8e_4410_9594_1ef8771cca68
static final int xxDummy
static final String IID
Method Detail |
---|
IStringArray getAlongPrefixes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAgainstPrefixes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTemplateAttributeCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEvaluatedNetworkAttribute getTemplateAttribute(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findTemplateAttributeByName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findMatchingTemplateAttribute(INetworkAttribute attribute) throws IOException, AutomationException
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean queryEvaluator(int index, IEditEvaluatorContext context, INetworkEvaluator evaluator) throws IOException, AutomationException
index
- The index (in)context
- A reference to a com.esri.arcgis.catalogUI.IEditEvaluatorContext (in)evaluator
- A reference to a com.esri.arcgis.geodatabase.INetworkEvaluator (in)
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 |