|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAResult
COM Interface 'INAResult'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to the results of an analysis.' 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 |
IID9e92a2ad_551e_4be0_bf57_aac552789dae
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
emptyAll()
Clear out all existing rows from any previous analysis. |
INAContext |
getNAContext()
The context for the result. |
java.lang.String |
getName()
The name of the result. |
IPropertySet |
getOutputProperties()
The properties of the output. |
void |
initialize(java.lang.String name,
INAContext nAContext,
boolean isScratch)
Set up for a new analysis. |
boolean |
isHasValidResult()
Indicates if the current result is valid. |
void |
setHasValidResult(boolean pFlag)
Indicates if the current result is valid. |
Field Detail |
---|
static final int IID9e92a2ad_551e_4be0_bf57_aac552789dae
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void initialize(java.lang.String name, INAContext nAContext, boolean isScratch) throws java.io.IOException, AutomationException
name
- The name (in)nAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)isScratch
- The isScratch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getOutputProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasValidResult() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasValidResult(boolean pFlag) throws java.io.IOException, AutomationException
pFlag
- The pFlag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void emptyAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.INAContext getNAContext() 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 |