|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAClosestFacilitySolver
COM Interface 'INAClosestFacilitySolver'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to the closest facility solver.' 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 |
IIDfee6b9ed_1a0d_4d30_868d_b24f6cfc8feb
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.Object |
getDefaultCutoff()
The default cutoff value to stop traversing. |
int |
getDefaultTargetFacilityCount()
The default number of facilities to find. |
int |
getOutputLines()
Indicates how lines are generated. |
int |
getTravelDirection()
The direction of the traversal. |
boolean |
isCreateTraversalResult()
Indicates if a traversal result is created. |
void |
setCreateTraversalResult(boolean value)
Indicates if a traversal result is created. |
void |
setDefaultCutoff(java.lang.Object value)
The default cutoff value to stop traversing. |
void |
setDefaultTargetFacilityCount(int value)
The default number of facilities to find. |
void |
setOutputLines(int value)
Indicates how lines are generated. |
void |
setTravelDirection(int value)
The direction of the traversal. |
Field Detail |
---|
static final int IIDfee6b9ed_1a0d_4d30_868d_b24f6cfc8feb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getDefaultTargetFacilityCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultTargetFacilityCount(int value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDefaultCutoff() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultCutoff(java.lang.Object value) throws java.io.IOException, AutomationException
value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTravelDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTravelDirection(int value) throws java.io.IOException, AutomationException
value
- A com.esri.arcgis.networkanalyst.esriNATravelDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCreateTraversalResult() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreateTraversalResult(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOutputLines() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputLines(int value) throws java.io.IOException, AutomationException
value
- A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant (in)
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 |