RailwayStation

Point feature representing the buildings and platforms by a railway line where a train may stop to pick-up or drop-off goods or passengers.

UML class diagram for the RailwayTunnel, RailwayTrack and RailwayStation Feature Types, and the RailwayTrackClassification and RailwayStationClassification Code Lists.

RailwayStation attributes

classification

The classification of the RailwayStation. The valid values are defined in the RailwayStationClassification Code List.

  • Type: RailwayStationClassification

  • Length: 65

  • Multiplicity: [1]

distinctiveName

The name of the station, consistent with the names used by National Rail Enquiries. The suffix ‘Station’ is not added to the name.

  • Type: CharacterString

  • Length: 150

  • Multiplicity: [1]

featureCode

A unique feature code to facilitate styling.

  • Type: Integer

  • Multiplicity: [1]

geometry

Point representing the position of the railway station.

  • Type: GM_Point

  • Multiplicity: [1]

Last updated

Was this helpful?