Package-level declarations

Types

Link copied to clipboard

Functor called by the client to signal it has stopped using the map.

Link copied to clipboard

A failure that occurs when the required NDS map is not available or inaccessible for some reason.

Link copied to clipboard

NDS map context consisting of an NdsStore and, optionally, an associated NdsMapUpdater to enable map updates. Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard

Interface for updating NDS map data.

Link copied to clipboard

Implementation of a DataStore which is based on an NDS map.

Link copied to clipboard
abstract class NdsStoreAccessPermit

An abstract class defining the permit required for accessing the onboard NDS store. This class cannot be directly instantiated and requires a specific type of permit. Example:

Link copied to clipboard

Synchronizes access to an onboard NDS map.

Link copied to clipboard
class NdsStoreConfiguration(val ndsStorePath: File, val keystorePath: File? = null, val accessPermit: NdsStoreAccessPermit? = null, val geopoliticalView: String? = null)

Configuration parameters for an NdsStore.

Link copied to clipboard
open class NdsStoreFailure

A failure inside the NDS data store.

Link copied to clipboard

Interface for components that rely on the onboard map. It is used to synchronise access/unavailability states for map files.