程序包 | 说明 |
---|---|
com.supermap.analyst.networkanalyst |
限定符和类型 | 方法和说明 |
---|---|
double[][] |
TransportationAnalyst.computeWeightMatrix(TransportationAnalystParameter parameter)
计算给定点的耗费矩阵。
|
TransportationAnalystResult |
TransportationAnalyst.findClosestFacility(TransportationAnalystParameter parameter,
int eventID,
int facilityCount,
boolean isFromEvent,
double maxWeight)
根据指定的参数进行最近设施查找分析,事件点为结点 ID。
|
TransportationAnalystResult |
TransportationAnalyst.findClosestFacility(TransportationAnalystParameter parameter,
Point2D eventPoint,
int facilityCount,
boolean isFromEvent,
double maxWeight)
根据指定的参数进行最近设施查找分析,事件点为坐标点。
|
TransportationAnalystResult |
TransportationAnalyst.findMTSPPath(TransportationAnalystParameter parameter,
int[] centerNodes,
boolean hasLeastTotalCost)
多旅行商(物流配送)分析,配送中心为结点 ID 数组。
|
TransportationAnalystResult |
TransportationAnalyst.findMTSPPath(TransportationAnalystParameter parameter,
Point2Ds centerPoints,
boolean hasLeastTotalCost)
多旅行商(物流配送)分析,配送中心为点坐标串。
|
TransportationAnalystResult |
TransportationAnalyst.findPath(TransportationAnalystParameter parameter,
boolean hasLeastEdgeCount)
最佳路径分析。
|
ServiceAreaResult |
TransportationAnalyst.findServiceArea(TransportationAnalystParameter parameter,
double[] weights,
boolean isFromCenter,
boolean isCenterMutuallyExclusive)
服务区分析。
|
TransportationAnalystResult |
TransportationAnalyst.findTSPPath(TransportationAnalystParameter parameter,
boolean isEndNodeAssigned)
旅行商分析。
|
构造器和说明 |
---|
TransportationAnalystParameter(TransportationAnalystParameter transportationAnalystParameter)
根据给定的 TransportationAnalystParameter 对象构造一个与其完全相同的新对象。
|
Copyright © 2021–2024 SuperMap. All rights reserved.