类的使用
com.supermap.analyst.networkanalyst.TransportationAnalystParameter
-
使用TransportationAnalystParameter的程序包 程序包 说明 com.supermap.analyst.networkanalyst -
-
com.supermap.analyst.networkanalyst中TransportationAnalystParameter的使用
参数类型为TransportationAnalystParameter的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的com.supermap.analyst.networkanalyst中的构造器 构造器和说明 TransportationAnalystParameter(TransportationAnalystParameter transportationAnalystParameter)
根据给定的 TransportationAnalystParameter 对象构造一个与其完全相同的新对象。
-
Copyright © 2021–2024 SuperMap. All rights reserved.