Information about a selected source in the engine.

Hierarchy

Properties

catalogLayer: CatalogLayerInfo

Information about the layer containing the source. Details depend on whether this is a spreadsheet/tabular layer (in which case it is SpreadSheetLayerInfo or a HiPS progressive catalog layer (in which case it is ImagesetInfo).

lat: number

The latitude of the source, in radians.

layerData: {
    [field: string]: string | undefined;
}

All associated data for the source, as a key-value map. The contents here will depend on the contens of the catalog from which this source originated.

Type declaration

  • [field: string]: string | undefined
lng: number

The longitude of the source, in radians.

name: string

A user-facing name for the source

type: "earth" | "planet" | "sky" | "panorama" | "solarSystem" | "sandbox"

The reference frame that the source is associated with

zoomDeg?: number

If present, defines the FOV setting (in degrees) that WWT will use when moving to the source.

Generated using TypeDoc