Class AbstractNWBRoadElement

    • Constructor Detail

      • AbstractNWBRoadElement

        public AbstractNWBRoadElement​(org.locationtech.jts.geom.Geometry myGeom,
                                      OTSNode startNode,
                                      OTSNode endNode,
                                      java.lang.String roadId,
                                      java.lang.Double beginDistance,
                                      java.lang.Double endDistance)
        Parameters:
        myGeom - Geometry;
        startNode - OTSNode;
        endNode - OTSNode;
        roadId - String;
        beginDistance - Double;
        endDistance - Double;
    • Method Detail

      • getMyGeom

        public org.locationtech.jts.geom.Geometry getMyGeom()
      • getStartNode

        public OTSNode getStartNode()
      • getEndNode

        public OTSNode getEndNode()
      • getRoadId

        public java.lang.String getRoadId()
      • getBeginDistance

        public java.lang.Double getBeginDistance()
      • getEndDistance

        public java.lang.Double getEndDistance()