com.esri.arcgis.networkanalyst
Interface INALocationAllocationSolver2

All Superinterfaces:
INALocationAllocationSolver, Serializable
All Known Implementing Classes:
NALocationAllocationSolver

public interface INALocationAllocationSolver2
extends INALocationAllocationSolver, Serializable

Provides access to the location-allocation solver.

Remarks

The INALocationAllocationSolver2 interface is used by the NALocationAllocationSolver object to access the properties of the Location-Allocation solver.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

getDefaultCapacity

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

Remarks

The default capacity value associated with every facility while solving Location-Allocation problem of type esriNALAPTMaximizeCapacitatedCoverage.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDefaultCapacity

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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