com.supermap.analyst.networkanalyst

Class ServiceAreaResult



  • public class ServiceAreaResult
    extends TransportationAnalystResult

    The result of the service area analysis.

    Inherit from TransportationAnalystResult class.

    Note: The properties of PathGuides, StopIndexes and StopWeights have not any meanings in the service area analysis. The results are all empty.

    • Method Detail

      • getServiceRegions

        public GeoRegion[] getServiceRegions()
        Gets the set of the service region objects.
        Returns:
        Gets the set of the service region objects.
      • getServiceRouteCounts

        public int[] getServiceRouteCounts()
        Returns the route count array of each service region in the ServiceAreaResult class. The order of the array element is identical to the specified order of the center points.
        Returns:
        An array for the number of Route for each service area.