Sidereon.Terrain.MmapTerrain.DtedTileListEntry (Sidereon v2.0.0)

Copy Markdown View Source

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

Types

t()

One explicit DTED tile-list input.

Functions

Build an explicit tile-list entry from integer tile indices.

Build an explicit tile-list entry.

Types

t()

@type t() :: %Sidereon.Terrain.MmapTerrain.DtedTileListEntry{
  path: String.t(),
  tile_id: Sidereon.Terrain.MmapTerrain.TerrainTileId.t()
}

One explicit DTED tile-list input.

Functions

from_indices(lat_index, lon_index, path)

@spec from_indices(integer(), integer(), String.t()) :: t()

Build an explicit tile-list entry from integer tile indices.

new(tile_id, path)

Build an explicit tile-list entry.