| AircraftJson Class |
Namespace: VirtualRadar.Interface.WebSite
The AircraftJson type exposes the following members.
| Name | Description | |
|---|---|---|
| AircraftJson | Initializes a new instance of the AircraftJson class |
| Name | Description | |
|---|---|---|
| AirPressureInHg |
Gets or sets the aircraft's air pressure setting in inches of mercury.
| |
| Altitude |
Gets or sets the aircraft's pressure altitude in feet.
| |
| AltitudeType |
Gets or sets the type of altitude transmitted by the aircraft.
| |
| BearingFromHere |
Gets or sets the bearing from the browser to the aircraft in degrees from 0° north.
| |
| Callsign |
Gets or sets the aircraft's callsign.
| |
| CallsignIsSuspect |
Gets or sets a value indicating that the Callsign came from an unreliable source.
| |
| ConstructionNumber |
Gets or sets the construction / serial number of the aircraft.
| |
| CountMessagesReceived |
Gets or sets the number of messages received for the aircraft.
| |
| Destination |
Gets or sets the airport that the aircraft is travelling to.
| |
| DistanceFromHere |
Gets or sets the distance from the browser's location to the aircraft in kilometres.
| |
| Emergency |
Gets or sets a flag indicating that the aircraft is transmitting a mayday squawk.
| |
| EnginePlacement |
Gets or sets a value indicating the placement of the engines mounted to the aircraft (see EnginePlacement).
| |
| EngineType |
Gets or sets a value indicating the type of engines that the aircraft uses (see EngineType).
| |
| FirstSeen |
Gets or sets the date and time (UTC) that a transmission from the aircraft was first received by the server.
| |
| FlightsCount |
Gets or sets a value indicating how many flights this aircraft has logged in the BaseStation database.
| |
| FullCoordinates |
Gets or sets a list of coordinates representing the full trail for the aircraft. If ResetTrail
is true then it is the entire trail, otherwise it extends the existing trail.
| |
| GeometricAltitude |
Gets or sets the aircraft's geometric altitude in feet.
| |
| GroundSpeed |
Gets or sets the ground speed of the aircraft in knots.
| |
| HasPicture |
Gets or sets a value indicating that the server can supply a picture of the aircraft.
| |
| HasSignalLevel |
Gets or sets a value indicating whether the receiver emitted a signal level for the aircraft.
| |
| Icao24 |
Gets or sets the 24-bit Mode-S identifier of the aircraft.
| |
| Icao24Country |
Gets or sets the country that the aircraft's Icao24 was allocated to.
| |
| Icao24Invalid |
Gets or sets a value indicating that the Icao24 code is wrong - either it is an unallocated code
or the aircraft is known to be transmitting the wrong code.
| |
| IsInteresting |
Gets or sets a value indicating that the aircraft is flagged as interesting in the BaseStation database.
| |
| IsMilitary |
Gets or sets a value indicating that the aircraft is operated by a country's military.
| |
| IsSatcomFeed |
Gets or sets a value indicating that the aircraft was seen on a SatCom feed.
| |
| IsTisb |
Gets or sets a value indicating that the last message received for this aircraft was from a TIS-B source.
| |
| Latitude |
Gets or sets the latitude of the aircraft.
| |
| Longitude |
Gets or sets the aircraft's longitude.
| |
| Manufacturer |
Gets or sets the manufacturer's name.
| |
| Model |
Gets or sets the English description of the aircraft model. Usually includes the manufacturer.
| |
| NumberOfEngines |
Gets or sets the number of engines that the aircraft has - note that this is a copy of the ICAO8643 engine count which is not
always a number!
| |
| OnGround |
Gets or sets a value indicating that the aircraft is on the ground.
| |
| Operator |
Gets or sets the operator's name.
| |
| OperatorIcao |
Gets or sets the operator's ICAO code.
| |
| Origin |
Gets or sets the airport that the aircraft set out from.
| |
| PictureHeight |
Gets or sets the height of the aircraft picture in pixels.
| |
| PictureWidth |
Gets or sets the width of the aircraft picture in pixels.
| |
| PositionIsMlat | ||
| PositionIsStale |
Gets or sets a value indicating whether the position is older than the display timeout.
| |
| PositionTime | ||
| ReceiverId |
Gets or sets the ID of the receiver that is currently tracking the aircraft.
| |
| Registration |
Gets or sets the aircraft's registration.
| |
| ResetTrail |
Gets or sets a value indicating that the server wants all trails for the aircraft to be reset.
| |
| SecondsTracked |
Gets or sets the number of seconds that the aircraft has been tracked for.
| |
| ShortCoordinates |
Gets or sets a list of coordinates representing the short trail for the aircraft. If ResetTrail
is true then it is the entire trail, otherwise it extends the existing trail.
| |
| SignalLevel |
Gets or sets the signal level of the last message received for the aircraft. Use in conjunction with HasSignalLevel.
| |
| Species |
Gets or sets a value indicating the species of aircraft (see Species).
| |
| SpeedType |
Gets or sets a value indicating the type of speed the aircraft is transmitting.
| |
| Squawk |
Gets or sets the squawk currently transmitted by the aircraft.
| |
| Stopovers |
Gets or sets a list of airports that the aircraft will be stopping at on its way to Destination.
| |
| TargetAltitude |
Gets or sets the altitude set on the autopilot / FMS etc.
| |
| TargetTrack |
Gets or sets the heading on the aircraft's autopilot or FMS.
| |
| Track |
Gets or sets the heading that the aircraft is tracking across the ground in degrees from 0° north.
| |
| TrackIsHeading |
Gets or sets a value indicating that the track is the aircraft's heading, not its ground track.
| |
| TrailType |
Gets or sets the trail type. It is empty for plain trails (just position), 'a' for trails that have altitude
attached and 's' for trails with speeds attached.
| |
| TransponderType |
Gets or sets the transponder type.
| |
| Type |
Gets or sets the ICAO8643 type code of the aircraft.
| |
| UniqueId |
Gets or sets the unique identifier of the aircraft.
| |
| UserTag |
Gets or sets the user tag from the aircraft's database record.
| |
| VerticalRate |
Gets or sets the vertical speed in feet per second.
| |
| VerticalRateType |
Gets or sets the type of altitude reported in VerticalRate.
| |
| WakeTurbulenceCategory |
Gets or sets a value indicating the wake turbulence category of the aircraft (see WakeTurbulenceCategory).
| |
| YearBuilt |
Gets or sets the year the aircraft was manufactured.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |