|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditEvaluators
COM Interface 'IEditEvaluators'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Generated using ArcGIS Proxy Generator
Description: 'Provides access to the edit evaluators.' 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 |
IIDc6da44ea_100a_4912_8445_67fe8b586ada
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IAttributesEditContext |
getAttributesEditContext()
The network dataset context. |
int |
getCount()
The total number of evaluators. |
INetworkEvaluator |
getEditEvaluator(int index)
The ith edit evaluator. |
IEvaluatedNetworkAttribute |
getEvaluatedAttribute()
The evaluated network attribute. |
int |
getSelectedCount()
The number of selected evaluators. |
int |
getSelectedIndex(int selPosition)
The index of the selPostion selected evaluator. |
void |
initialize(IAttributesEditContext context,
IEvaluatedNetworkAttribute attribute,
boolean defaultMode)
Intitialize the network attribute edit context. |
boolean |
isDefault()
Indicates if is default evaluators mode. |
boolean |
isSelected(int index)
Indicates if the evaluator is selected. |
Field Detail |
---|
static final int IIDc6da44ea_100a_4912_8445_67fe8b586ada
static final int xxDummy
static final String IID
Method Detail |
---|
void initialize(IAttributesEditContext context, IEvaluatedNetworkAttribute attribute, boolean defaultMode) throws IOException, AutomationException
context
- A reference to a com.esri.arcgis.catalogUI.IAttributesEditContext (in)attribute
- A reference to a com.esri.arcgis.geodatabase.IEvaluatedNetworkAttribute (in)defaultMode
- The defaultMode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAttributesEditContext getAttributesEditContext() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEvaluatedNetworkAttribute getEvaluatedAttribute() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDefault() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkEvaluator getEditEvaluator(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelected(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedIndex(int selPosition) throws IOException, AutomationException
selPosition
- The selPosition (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 |