|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAClassLoader
COM Interface 'INAClassLoader'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to populate network analysis classes in preparation for analysis.' 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 java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDba4f2689_f38a_4cea_aaa1_7511eeed1fa9
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
INAClassFieldMap |
getFieldMap()
The field mapping definition. |
INALocator |
getLocator()
The locator to be used. |
INAClass |
getNAClass()
The network analysis class. |
void |
load(ICursor cursor,
ITrackCancel trackCancel,
int[] rowsInCursor,
int[] rowsLocated)
Populate the network analysis class. |
void |
setFieldMapByRef(INAClassFieldMap fieldMapping)
The field mapping definition. |
void |
setLocatorByRef(INALocator loaderLocator)
The locator to be used. |
void |
setNAClassByRef(INAClass classToLoadInto)
The network analysis class. |
| Field Detail |
|---|
static final int IIDba4f2689_f38a_4cea_aaa1_7511eeed1fa9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setNAClassByRef(INAClass classToLoadInto)
throws java.io.IOException,
AutomationException
classToLoadInto - A reference to a com.esri.arcgis.networkanalyst.INAClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAClass getNAClass()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldMapByRef(INAClassFieldMap fieldMapping)
throws java.io.IOException,
AutomationException
fieldMapping - A reference to a com.esri.arcgis.networkanalyst.INAClassFieldMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAClassFieldMap getFieldMap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocatorByRef(INALocator loaderLocator)
throws java.io.IOException,
AutomationException
loaderLocator - A reference to a com.esri.arcgis.networkanalyst.INALocator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INALocator getLocator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void load(ICursor cursor,
ITrackCancel trackCancel,
int[] rowsInCursor,
int[] rowsLocated)
throws java.io.IOException,
AutomationException
cursor - A reference to a com.esri.arcgis.geodatabase.ICursor (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)rowsInCursor - The rowsInCursor (in/out: use single element array)rowsLocated - The rowsLocated (in/out: use single element array)
java.io.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 | ||||||||