Package org.onebusaway.gtfs.model
Class Location
- All Implemented Interfaces:
Serializable,HasExtensions,StopLocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.geojson.GeoJsonObjectgetId()getName()getUrl()voidsetDescription(String description) voidsetGeometry(org.geojson.GeoJsonObject geometry) voidsetId(AgencyAndId id) voidvoidvoidMethods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
Location
public Location()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceStopLocation- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
- Specified by:
setIdin interfaceStopLocation- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getName
- Specified by:
getNamein interfaceStopLocation
-
setName
- Specified by:
setNamein interfaceStopLocation
-
getGeometry
public org.geojson.GeoJsonObject getGeometry() -
setGeometry
public void setGeometry(org.geojson.GeoJsonObject geometry) -
getZoneId
-
setZoneId
-
getUrl
-
setUrl
-
getDescription
-
setDescription
-