|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAClassDefinition
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 |
---|
static final int IID33bd1554_f6af_408f_bee9_cb8226dfd4ad
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getClassCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldType(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getCandidateFieldNames(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasLocationFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLowerBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpperBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInput() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOutput() throws java.io.IOException, AutomationException
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 |