com.esri.arcgis.networkanalyst
Interface INAClassDefinition2

All Superinterfaces:
INAClassDefinition, java.io.Serializable
All Known Implementing Classes:
INAClassDefinition2Proxy, NAClassDefinition

public interface INAClassDefinition2
extends INAClassDefinition, java.io.Serializable

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

Description: 'Provides access to properties common to all network analyst class definitions.' 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 IID9d2e0012_dc44_4458_87a7_2cc46a7dad51
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAClassDefinition
IID33bd1554_f6af_408f_bee9_cb8226dfd4ad
 
Method Summary
 int findLocationRangesField()
          The field index of the Location Ranges BLOB field used to store LocationRanges, or -1 if the referenced NAClass does not support NALocationRanges.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAClassDefinition
getCandidateFieldNames, getClassCLSID, getFields, getFieldType, getLowerBound, getName, getUpperBound, isHasLocationFields, isInput, isOutput
 

Field Detail

IID9d2e0012_dc44_4458_87a7_2cc46a7dad51

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

findLocationRangesField

int findLocationRangesField()
                            throws java.io.IOException,
                                   AutomationException
The field index of the Location Ranges BLOB field used to store LocationRanges, or -1 if the referenced NAClass does not support NALocationRanges.

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