com.esri.arcgis.networkanalyst
Interface INAClassDefinition

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAClassDefinition2
All Known Implementing Classes:
INAClassDefinition2Proxy, INAClassDefinitionProxy, NAClassDefinition

public interface INAClassDefinition
extends java.io.Serializable

COM Interface 'INAClassDefinition'. 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 IID33bd1554_f6af_408f_bee9_cb8226dfd4ad
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getCandidateFieldNames(java.lang.String fieldName)
          The field names that will be used by default for the network analyst class.
 IUID getClassCLSID()
          The COM class id for the network analyst class.
 IFields getFields()
          The fields for the network analyst class.
 int getFieldType(java.lang.String fieldName)
          The field type for a network analyst class field.
 int getLowerBound()
          The minimum number of objects required in the class by the solver to perform analysis.
 java.lang.String getName()
          The name of the class.
 int getUpperBound()
          The maximum number of objects allowed in the class by the solver to perform analysis.
 boolean isHasLocationFields()
          Indicates if the class has location fields.
 boolean isInput()
          Indicates if the class is used as an input to analysis.
 boolean isOutput()
          Indicates if the class is used as an output from analysis.
 

Field Detail

IID33bd1554_f6af_408f_bee9_cb8226dfd4ad

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the class.

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

getClassCLSID

IUID getClassCLSID()
                   throws java.io.IOException,
                          AutomationException
The COM class id for the network analyst class.

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

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
The fields for the network analyst class.

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

getFieldType

int getFieldType(java.lang.String fieldName)
                 throws java.io.IOException,
                        AutomationException
The field type for a network analyst class field.

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

getCandidateFieldNames

IStringArray getCandidateFieldNames(java.lang.String fieldName)
                                    throws java.io.IOException,
                                           AutomationException
The field names that will be used by default for the network analyst class.

Parameters:
fieldName - The fieldName (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasLocationFields

boolean isHasLocationFields()
                            throws java.io.IOException,
                                   AutomationException
Indicates if the class has location fields.

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

getLowerBound

int getLowerBound()
                  throws java.io.IOException,
                         AutomationException
The minimum number of objects required in the class by the solver to perform analysis.

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

getUpperBound

int getUpperBound()
                  throws java.io.IOException,
                         AutomationException
The maximum number of objects allowed in the class by the solver to perform analysis.

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

isInput

boolean isInput()
                throws java.io.IOException,
                       AutomationException
Indicates if the class is used as an input to analysis.

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

isOutput

boolean isOutput()
                 throws java.io.IOException,
                        AutomationException
Indicates if the class is used as an output from analysis.

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