Class RouteShape

  • All Implemented Interfaces:
    Serializable, org.onebusaway.csv_entities.HasExtensions

    public final class RouteShape
    extends IdentityBean<Integer>
    experimental support for canonical/idealized route shapes such as a map's representation of service
    See Also:
    Serialized Form
    • Constructor Detail

      • RouteShape

        public RouteShape()
    • Method Detail

      • getRouteId

        public String getRouteId()
      • setRouteId

        public void setRouteId​(String routeId)
      • getDirectionId

        public String getDirectionId()
      • setDirectionId

        public void setDirectionId​(String directionId)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getEncodedShape

        public String getEncodedShape()
      • setEncodedShape

        public void setEncodedShape​(String encodedShape)