com.supermap.analyst.networkanalyst
Class LocationAnalystResult
- java.lang.Object
-
- com.supermap.analyst.networkanalyst.LocationAnalystResult
-
public class LocationAnalystResult extends java.lang.ObjectThe 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 voiddispose()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 theSupplyResultclass.- 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 theDemandResultclass.- Returns:
- Demand result object array.
- See Also:
DemandResult
-
dispose
public void dispose()
Release the resource occupy by this object.
-
-