com.esri.arcgis.networkanalyst
Interface INALocationAllocationSolver2

All Superinterfaces:
INALocationAllocationSolver, java.io.Serializable
All Known Implementing Classes:
INALocationAllocationSolver2Proxy, NALocationAllocationSolver

public interface INALocationAllocationSolver2
extends INALocationAllocationSolver, java.io.Serializable

COM Interface 'INALocationAllocationSolver2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to the location-allocation 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 IID954e8e9a_60a3_4f20_b052_9e39e7a77347
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INALocationAllocationSolver
IID51b22eed_7a65_4037_b2b9_8bcfe354e4c5
 
Method Summary
 double getDefaultCapacity()
          Applies to the maximize capacitated coverage problem, the default capacity for each facility.
 void setDefaultCapacity(double value)
          Applies to the maximize capacitated coverage problem, the default capacity for each facility.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INALocationAllocationSolver
getDefaultCutoff, getImpedanceTransformation, getNumberFacilitiesToLocate, getOutputLines, getProblemType, getTargetMarketSharePercentage, getTransformationParameter, getTravelDirection, setDefaultCutoff, setImpedanceTransformation, setNumberFacilitiesToLocate, setOutputLines, setProblemType, setTargetMarketSharePercentage, setTransformationParameter, setTravelDirection
 

Field Detail

IID954e8e9a_60a3_4f20_b052_9e39e7a77347

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

getDefaultCapacity

double getDefaultCapacity()
                          throws java.io.IOException,
                                 AutomationException
Applies to the maximize capacitated coverage problem, the default capacity for each facility.

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

setDefaultCapacity

void setDefaultCapacity(double value)
                        throws java.io.IOException,
                               AutomationException
Applies to the maximize capacitated coverage problem, the default capacity for each facility.

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