com.esri.arcgis.networkanalyst
Interface INAClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAClassProxy, NAClass

public interface INAClass
extends java.io.Serializable

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

Description: 'Provides access to properties/methods common to all network analysis classes.' 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 IIDa66efa8f_d508_4ae0_b17f_696bd4550123
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void deleteAllRows()
          Remove all items added to the class (for example, stops or incidents).
 INAClassDefinition getClassDefinition()
          The network analyst class definition.
 boolean isSaveRowsOnPersist()
          Indicates if rows are stored with the map document.
 void setSaveRowsOnPersist(boolean pFlag)
          Indicates if rows are stored with the map document.
 

Field Detail

IIDa66efa8f_d508_4ae0_b17f_696bd4550123

static final int IIDa66efa8f_d508_4ae0_b17f_696bd4550123
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

getClassDefinition

INAClassDefinition getClassDefinition()
                                      throws java.io.IOException,
                                             AutomationException
The network analyst class definition.

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

deleteAllRows

void deleteAllRows()
                   throws java.io.IOException,
                          AutomationException
Remove all items added to the class (for example, stops or incidents).

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSaveRowsOnPersist

void setSaveRowsOnPersist(boolean pFlag)
                          throws java.io.IOException,
                                 AutomationException
Indicates if rows are stored with the map document.

Parameters:
pFlag - The pFlag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSaveRowsOnPersist

boolean isSaveRowsOnPersist()
                            throws java.io.IOException,
                                   AutomationException
Indicates if rows are stored with the map document.

Returns:
The pFlag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.