com.supermap.services.providers

Class TransportationCheckUtil.NetworkCheckResult

  • java.lang.Object
    • com.supermap.services.providers.TransportationCheckUtil.NetworkCheckResult
  • Enclosing class:
    TransportationCheckUtil


    protected static class TransportationCheckUtil.NetworkCheckResult
    extends java.lang.Object
    

    Network data set data legality check results class

    Since:
    7.1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.Map<java.lang.Integer,java.lang.Integer> arcErrorInfos
      Arcs error message.
      java.util.Map<java.lang.Integer,java.lang.Integer> nodeErrorInfos
      Node error message.
      java.util.Map<java.lang.Integer,java.lang.Integer> turnErrorInfos
      Steering table error message.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TransportationCheckUtil.NetworkCheckResult(java.util.Map<java.lang.Integer,java.lang.Integer> nodeErrorInfos, java.util.Map<java.lang.Integer,java.lang.Integer> arcErrorInfos, java.util.Map<java.lang.Integer,java.lang.Integer> turnErrorInfos) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nodeErrorInfos

        public java.util.Map<java.lang.Integer,java.lang.Integer> nodeErrorInfos
        
        Node error message. The key is the wrong address of the SMID, the value is the type of error
      • arcErrorInfos

        public java.util.Map<java.lang.Integer,java.lang.Integer> arcErrorInfos
        
        Arcs error message. Key is for the wrong arc of the SMID, the value is for the error type
      • turnErrorInfos

        public java.util.Map<java.lang.Integer,java.lang.Integer> turnErrorInfos
        
        Steering table error message. Key for the steering table in the wrong direction of the SMID, the value is the wrong type; only in the traffic network analysis is meaningful
    • Constructor Detail

      • TransportationCheckUtil.NetworkCheckResult

        public TransportationCheckUtil.NetworkCheckResult(java.util.Map<java.lang.Integer,java.lang.Integer> nodeErrorInfos,
                                                  java.util.Map<java.lang.Integer,java.lang.Integer> arcErrorInfos,
                                                  java.util.Map<java.lang.Integer,java.lang.Integer> turnErrorInfos)