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.
    • 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FacilityAnalystResult3D

        public FacilityAnalystResult3D()
    • 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.