Package org.onebusaway.gtfs.model
Interface StopLocation
-
- All Known Implementing Classes:
Location,LocationGroup,Stop,StopArea
public interface StopLocationA StopLocation describes a place where a vehicle can be boarded or alighted, which is not necessarily a marked stop, but can be of other shapes, such as a service area for flexible transit. StopLocations are referred to in stop times, in stop column.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgencyAndIdgetId()StringgetName()voidsetId(AgencyAndId id)voidsetName(String name)
-
-
-
Method Detail
-
getId
AgencyAndId getId()
-
setId
void setId(AgencyAndId id)
-
getName
String getName()
-
setName
void setName(String name)
-
-