Skip to content

DotNet.Astronomy.Record.DecodedSystemAddress

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

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.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally