API instance to use
Type of layer. For example "sensor"
Methods to convert between layer objects (implements MergableObject) and their DTO's (data transferable object). DTO's are what is actually stored in the layers (think of it as serialized layer objects).
Get a layer for a specified change
Change to get layer for.
Either the Layer or a LayerFailure. Use isFailure to check if the return value is a fLayerFailure or a Layer.
Unloads layer of type layerFormat from specified change
Change to unload layer for.
true if layer was unloaded. false if layer did not exist in LayerApi.
Manages a set of layers (Layer) of a specified format. Layers can be added and unloaded.