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 Detail

      • getSupplyResults

        public SupplyResult[] getSupplyResults()
        Gets the array of the SupplyResult objects. For more information, please refer to the SupplyResult 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 the DemandResult class.
        Returns:
        Demand result object array.
        See Also:
        DemandResult
      • dispose

        public void dispose()
        Release the resource occupy by this object.