com.supermap.analyst.networkanalyst3d
Class FacilityAnalystResult3D
- java.lang.Object
-
- com.supermap.analyst.networkanalyst3d.FacilityAnalystResult3D
-
public class FacilityAnalystResult3D extends java.lang.Object
The result class of the 3D facility network analysis. The 3D facility network analyst class. This class is used to return the analysis results of finding source and sink, tracing upstream and downstream, crucial facility nodes, including edge ID array, result node ID array and the cost.
-
-
Constructor Summary
Constructors Constructor and Description FacilityAnalystResult3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
getCost()
Returns the ID array of edges passed by the result path.int[]
getEdges()
Returns the ID array of edges passed by the result path.int[]
getNodes()
Returns the ID array of nodes passed by the result path.
-
-
-
Method Detail
-
getNodes
public int[] getNodes()
Returns the ID array of nodes passed by the result path.- Returns:
- The ID array of nodes passed by the result path.
-
getEdges
public int[] getEdges()
Returns the ID array of edges passed by the result path.- Returns:
- The ID array of edges passed by the result path.
-
getCost
public double getCost()
Returns the ID array of edges passed by the result path.- Returns:
- The ID array of edges passed by the result path.
-
-