com.supermap.analyst.networkanalyst
Class ServiceAreaResult
- java.lang.Object
-
- com.supermap.analyst.networkanalyst.TransportationAnalystResult
-
- com.supermap.analyst.networkanalyst.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description GeoRegion[]
getServiceRegions()
Gets the set of the service region objects.int[]
getServiceRouteCounts()
Returns the route count array of each service region in the ServiceAreaResult class.-
Methods inherited from class com.supermap.analyst.networkanalyst.TransportationAnalystResult
dispose, getEdges, getNodes, getPathGuides, getRoutes, getStopIndexes, getStopWeights, getWeights
-
-
-
-
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.
-
-