com.supermap.analyst.networkanalyst3d

Class TransportationAnalystCheckResult3D

  • java.lang.Object
    • com.supermap.analyst.networkanalyst3d.TransportationAnalystCheckResult3D


  • public class TransportationAnalystCheckResult3D
    extends java.lang.Object
    The data check result class of the 3D transportation network analysis. The TransportationAnalystCheckResult3D class provides the check result of the network dataset of the 3D facility network analysis, including the edge error information and node error information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.HashMap<java.lang.Integer,java.lang.Integer> getArcErrorInfos()
      Returns the edge error information.
      java.util.HashMap<java.lang.Integer,java.lang.Integer> getNodeErrorInfos()
      Returns the node error information.
      • Methods inherited from class java.lang.Object

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

      • TransportationAnalystCheckResult3D

        public TransportationAnalystCheckResult3D()
    • Method Detail

      • getNodeErrorInfos

        public java.util.HashMap<java.lang.Integer,java.lang.Integer> getNodeErrorInfos()
        Returns the node error information. The key is the SMID of the error node, and the value is the error type. For more information about the error type, see the check() method of the TransportationAnalyst3D class.
        Returns:
        The node error information
      • getArcErrorInfos

        public java.util.HashMap<java.lang.Integer,java.lang.Integer> getArcErrorInfos()
        Returns the edge error information. The key is the SMID of the edge node, and the value is the error type. For more information about the error type, see the method of the TransportationAnalyst3D class.
        Returns:
        The edge error information