|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INASolverSettings2
COM Interface 'INASolverSettings2'. Generated 7/9/2008 10:23:59 AM from 'C:\ArcGIS\Java\JavaEngine\buildoutput\olb\esriNetworkAnalyst.olb'
Generated using ArcGIS Proxy Generator
Description: 'Provides access to settings common to all solvers.' 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 |
IIDd3696546_2831_4aa5_a879_acd66e50a938
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings |
---|
IID5a8dc105_0e57_45c8_a01d_0188ce7f7b52 |
Method Summary | |
---|---|
java.lang.Object |
getAttributeParameterValue(java.lang.String attributeName,
java.lang.String paramName)
The value to use for an attribute parameter within the network dataset. |
boolean |
isResetHierarchyRangesOnBind()
Indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound. |
void |
setAttributeParameterValue(java.lang.String attributeName,
java.lang.String paramName,
java.lang.Object value)
The value to use for an attribute parameter within the network dataset. |
void |
setResetHierarchyRangesOnBind(boolean value)
Indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound. |
Field Detail |
---|
static final int IIDd3696546_2831_4aa5_a879_acd66e50a938
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isResetHierarchyRangesOnBind() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResetHierarchyRangesOnBind(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.java.lang.Object getAttributeParameterValue(java.lang.String attributeName, java.lang.String paramName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)paramName
- The paramName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttributeParameterValue(java.lang.String attributeName, java.lang.String paramName, java.lang.Object value) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)paramName
- The paramName (in)value
- A Variant (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 |