CatalogStore
Index
Properties
Accessors
Methods
- addCatalog
- clearCatalogPlotsByComponentId
- clearCatalogPlotsByFileId
- clearCatalogPlotsByWidgetId
- clearImageCoordsData
- closeAssociatedCatalog
- convertToImageCoordinate
- getAssociatedIdByWidgetId
- getCatalogDisplayStore
- getCatalogFileNames
- getFrameIdByCatalogId
- getFrameMinMaxPoints
- getImageIdByCatalog
- getOrCreateCatalogDisplayStore
- removeCatalog
- removeCatalogDisplayStore
- resetActiveCatalogFile
- setCatalogPlots
- updateCatalogProfiles
- updateImageAssociatedCatalogId
Properties
catalogCounts
catalogDisplayStores
catalogPlots
catalogProfiles
catalogProfileStores
imageAssociatedCatalogId
Accessors
activeCatalogFiles
Returns number[]
catalogGLData
Returns Map<number, CatalogOverlayCoords>
visibleCatalogFiles
Returns Map<FrameStore, number[]>
publicstaticInstance
Returns CatalogStore
Methods
addCatalog
Parameters
fileId: number
size: number
Returns void
clearCatalogPlotsByComponentId
Parameters
componentId: string
Returns void
clearCatalogPlotsByFileId
Parameters
fileId: number
Returns void
clearCatalogPlotsByWidgetId
Parameters
widgetId: string
Returns void
clearImageCoordsData
Parameters
fileId: number
Returns void
closeAssociatedCatalog
Parameters
imageFileId: number
Returns void
convertToImageCoordinate
Parameters
fileId: number
xData: number[]
yData: number[]
wcsInfo: FrameSet
xUnit: string
yUnit: string
catalogFrame: CatalogSystemType
subsetEndIndex: number
subsetDataSize: number
Returns void
getAssociatedIdByWidgetId
Parameters
catalogPlotWidgetId: string
Returns { catalogFileId: number; catalogPlotComponentId: string }
catalogFileId: number
catalogPlotComponentId: string
getCatalogDisplayStore
Parameters
fileId: number
Returns CatalogDisplayStore | undefined
getCatalogFileNames
Parameters
fileIds: number[]
Returns Map<number, string>
getFrameIdByCatalogId
Parameters
catalogId: number
Returns number
getFrameMinMaxPoints
Parameters
frameId: number
Returns { maxX: number; maxY: number; minX: number; minY: number }
maxX: number
maxY: number
minX: number
minY: number
getImageIdByCatalog
Parameters
catalogFileId: number
Returns number | undefined
getOrCreateCatalogDisplayStore
As getCatalogDisplayStore, but creates the display store when the catalog has none.
Parameters
fileId: number
Returns CatalogDisplayStore
removeCatalog
Parameters
fileId: number
optionalcatalogComponentId: string
Returns void
removeCatalogDisplayStore
Releases the display store of a catalog that is being closed.
Parameters
fileId: number
Returns void
resetActiveCatalogFile
Parameters
imageFileId: number
Returns void
setCatalogPlots
Parameters
componentId: string
fileId: number
widgetId: string
Returns void
updateCatalogProfiles
Parameters
catalogFileId: number
Returns void
updateImageAssociatedCatalogId
Parameters
activeFrameIndex: number
associatedCatalogFiles: number[]
Returns void
The display store of a catalog, or undefined when the catalog has none.