Describes key properties of a Layer, including rotation details, name, start/end times, and any restrictions.

Hierarchy

  • LayerAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
effectiveDate?: Date

When the layer becomes active (ISO 8601).

endDate?: Date

When the layer ceases to be active (ISO 8601).

Defines how often the rotation repeats, using a combination of days and optional seconds.

name?: string

The name of this layer.

An optional list of time restrictions for when this layer is in effect.

rotationStart?: Date

The date/time when the rotation starts (ISO 8601).

Generated using TypeDoc