Package com.azalient.api.b.network

This package provides interfaces to network objects: ILink, ILane, IWalkway etc.

See:
          Description

Interface Summary
IArea An area is a space in the network that can be used as an origin or a destination for vehicle trips.
ICentre An ICentre object is used to position the centre of one or more circular arcs.
IChannel IChannel is a walkway that does not cross a road.
ICourse A course connects two walkways, where a walkway may be a channel or a crossing.
ICrossing ICrossing is a walkway that crosses a road.
IIntersection A road intersection, which may be signalised or unsignalised.
ILane A lane is the basic surface on which vehicles move.
ILayover A layover defines a service, location and time where transport vehicles may rest up or "lay over" until their schedule dictates it is time to depart.
ILayovers A handle to the object that manages all layovers
ILink A Link is a zero-width line representing one direction of a road.
ILoop A loop detects the presence of a vehicle on a rectangular area in a lane.
INode A Node is a route choice decision point on the road network.
IPhaseCrossing A specialisation of a crossing, with methods relating to phases and groups
IRestrictable A common base interface for parts of a route that may be restricted, such as lanes, turns, walkways and courses
ISector A sector is a collection of Places (Zones or Areas).
ISequence A sequence is the base interface for trails and services.
IService A service defines the route and the stops that are made by a public transport vehicle.
ISign This object represents a variable message sign.
ISignalDisplay This object is used to position the signal displays on an approach
IStand A stand is the location at which public transport vehicles (buses, trains, trams, etc) stop to pick up and set down passengers.
IStream A stream connects two lanes across an intersection
ISurface A surface is the base interface for lanes and intersections - surfaces where vehicles can move
ITrail A trail is a sequence of route branches, wither links or walkways
IWalkway A walkway is a place where people can walk.
IWay The base interface for lanes and walkways
IZone A Zone is a space in the network that can be used as an origin or a destination for vehicle trips.
 

Enum Summary
IStand.Accessibility The status of a stand for each service
IWalkway.WalkwayType The set of all possible walkway types
 

Package com.azalient.api.b.network Description

This package provides interfaces to network objects: ILink, ILane, IWalkway etc.