Class RouteShape

java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<Integer>
org.onebusaway.gtfs.model.RouteShape
All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • RouteShape

      public RouteShape()
  • Method Details

    • 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)
    • getId

      public Integer getId()
      Specified by:
      getId in class IdentityBean<Integer>
    • setId

      public void setId(Integer id)
      Specified by:
      setId in class IdentityBean<Integer>