com.esri.arcgis.networkanalyst
Interface INAServerRecordSet

All Superinterfaces:
INAServerLocations, java.io.Serializable
All Known Implementing Classes:
INAServerRecordSetProxy, NAServerRecordSet

public interface INAServerRecordSet
extends INAServerLocations, java.io.Serializable

COM Interface 'INAServerRecordSet'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Deprecated as of 10.0. Provides access to a RecordSet containing network locations.' 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 IID9e481048_3173_43a0_9a7b_0d63480038ba
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerLocations
IID3e1cb0a9_9917_42d7_af13_78d2494b4714
 
Method Summary
 IRecordSet getRecordSet()
          The recordset containing the records to load into the analysis.
 void setRecordSetByRef(IRecordSet ppValue)
          The recordset containing the records to load into the analysis.
 

Field Detail

IID9e481048_3173_43a0_9a7b_0d63480038ba

static final int IID9e481048_3173_43a0_9a7b_0d63480038ba
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRecordSet

IRecordSet getRecordSet()
                        throws java.io.IOException,
                               AutomationException
The recordset containing the records to load into the analysis.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRecordSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecordSetByRef

void setRecordSetByRef(IRecordSet ppValue)
                       throws java.io.IOException,
                              AutomationException
The recordset containing the records to load into the analysis.

Parameters:
ppValue - A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.