Class NWBRoadElement

    • Constructor Detail

      • NWBRoadElement

        public NWBRoadElement​(org.locationtech.jts.geom.Geometry myGeom,
                              OTSNode startNode,
                              OTSNode endNode,
                              String roadId,
                              Double beginDistance,
                              Double endDistance,
                              String junctionIdBegin,
                              String junctionIdEnd,
                              String adminDirection,
                              String drivingDirection,
                              Double beginKM,
                              Double endKM)
        A road element from the Dutch NDW road map.
        Parameters:
        myGeom - Geometry;
        startNode - OTSNode;
        endNode - OTSNode;
        roadId - String;
        beginDistance - Double;
        endDistance - Double;
        junctionIdBegin - String;
        junctionIdEnd - String;
        adminDirection - String;
        drivingDirection - String;
        beginKM - Double;
        endKM - Double;
    • Method Detail

      • getJunctionIdBegin

        public String getJunctionIdBegin()
      • getJunctionIdEnd

        public String getJunctionIdEnd()
      • getAdminDirection

        public String getAdminDirection()
      • getDrivingDirection

        public String getDrivingDirection()
      • getBeginKM

        public Double getBeginKM()
      • getEndKM

        public Double getEndKM()