Package org.onebusaway.gtfs.model
Class RouteShape
- All Implemented Interfaces:
Serializable,HasExtensions
experimental support for canonical/idealized route shapes such
as a map's representation of service
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getType()voidsetDirectionId(String directionId) voidsetEncodedShape(String encodedShape) voidvoidsetRouteId(String routeId) voidMethods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
RouteShape
public RouteShape()
-
-
Method Details
-
getRouteId
-
setRouteId
-
getDirectionId
-
setDirectionId
-
getType
-
setType
-
getEncodedShape
-
setEncodedShape
-
getId
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
- Specified by:
setIdin classIdentityBean<Integer>
-