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.ObjectNetwork 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>arcErrorInfosArcs error message.java.util.Map<java.lang.Integer,java.lang.Integer>nodeErrorInfosNode error message.java.util.Map<java.lang.Integer,java.lang.Integer>turnErrorInfosSteering 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)
-
-
-
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)
-
-