com.supermap.analyst.networkanalyst3d

Class FacilityAnalystCheckResult3D

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


  • public class FacilityAnalystCheckResult3D
    extends java.lang.Object
    The data check result class of the 3D facility network analysis. The FacilityAnalystCheckResult3D 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

      • FacilityAnalystCheckResult3D

        public FacilityAnalystCheckResult3D()
    • 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 method of the FacilityAnalyst3D 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 FacilityAnalyst3D class.
        Returns:
        The edge error information.