|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INALocationAllocationSolver2
Provides access to the location-allocation solver.
The INALocationAllocationSolver2 interface is used by the NALocationAllocationSolver object to access the properties of the Location-Allocation solver.
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 |
---|
double getDefaultCapacity() throws IOException, AutomationException
The default capacity value associated with every facility while solving Location-Allocation problem of type esriNALAPTMaximizeCapacitatedCoverage.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultCapacity(double value) throws IOException, AutomationException
value
- The value (in)
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 |