DotNet.Astronomy.Record.DecodedSystemAddress - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / DecodedSystemAddress

Record: DecodedSystemAddress

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/SystemAddress.cs:23

The parts one system address holds.

Constructors

new DecodedSystemAddress()

new DecodedSystemAddress(SizeClass, SectorGridPosition, BoxelCode, Sequence, AbsoluteBoxel)

Parameters

SizeClass

int

The size class, zero through seven.

SectorGridPosition

SectorGridPosition

The sector's place on the galaxy grid.

BoxelCode

int

The boxel's base-26 code inside that sector.

Sequence

long

The system's own number inside the boxel.

AbsoluteBoxel

AbsoluteBoxel

The boxel's place on the grid of boxels of its size.

Properties

AbsoluteBoxel

AbsoluteBoxel: AbsoluteBoxel

The boxel's place on the grid of boxels of its size.

BoxelCode

BoxelCode: int

The boxel's base-26 code inside that sector.

SectorGridPosition

SectorGridPosition: SectorGridPosition

The sector's place on the galaxy grid.

Sequence

Sequence: long

The system's own number inside the boxel.

SizeClass

SizeClass: int

The size class, zero through seven.

⚠️ **GitHub.com Fallback** ⚠️