Caller-supplied DTED tile identity and source path for list-based stores.
The tile identifier is sent to the core alongside the path, allowing the core to validate the caller's identity against the DTED file origin before producing canonical store bytes.
Summary
Functions
Build an explicit tile-list entry from integer tile indices.
Build an explicit tile-list entry.
Types
@type t() :: %Sidereon.Terrain.MmapTerrain.DtedTileListEntry{ path: String.t(), tile_id: Sidereon.Terrain.MmapTerrain.TerrainTileId.t() }
One explicit DTED tile-list input.
Functions
Build an explicit tile-list entry from integer tile indices.
@spec new( Sidereon.Terrain.MmapTerrain.TerrainTileId.t() | {integer(), integer()}, String.t() ) :: t()
Build an explicit tile-list entry.