com.supermap.analyst.networkanalyst
Class LocationAnalystResult
- java.lang.Object
-
- com.supermap.analyst.networkanalyst.LocationAnalystResult
-
public class LocationAnalystResult extends java.lang.Object
The LocationAnalystResult class, which is used for the result of the location-allocation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Release the resource occupy by this object.DemandResult[]
getDemandResults()
Gets the array of the DemandResult objects.SupplyResult[]
getSupplyResults()
Gets the array of the SupplyResult objects.
-
-
-
Method Detail
-
getSupplyResults
public SupplyResult[] getSupplyResults()
Gets the array of the SupplyResult objects. For more information, please refer to theSupplyResult
class.- Returns:
- Resource supply result object array.
- See Also:
SupplyResult
-
getDemandResults
public DemandResult[] getDemandResults()
Gets the array of the DemandResult objects. For more information, please refer to theDemandResult
class.- Returns:
- Demand result object array.
- See Also:
DemandResult
-
dispose
public void dispose()
Release the resource occupy by this object.
-
-