HipsQueryStore
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Returns HipsQueryStore
Properties
center
The center coordinates of the output image.
coordsys
The coordinate system of the output image.
fov
The field of view of the output image.
hipsSurvey
The HiPS survey to be used.
isLoading
Whether the query is in progress.
object
The object name on which the output image will be centered.
projection
The projection type of the output image.
rotationAngle
The rotation angle of the output image.
size
The width and height of the output image.
surveyList
A list of available HiPS surveys.
staticreadonlyProjectionOptionMap
HiPS projection types and their descriptions.
Accessors
isValid
Whether the current state is valid for a HiPS data query.
Returns boolean
staticInstance
Returns HipsQueryStore
Methods
clear
Resets the input parameters.
Returns void
queryByCenter
Sends a HiPS data query by the center coordinates.
Returns Promise<void>
queryByObject
Sends a HiPS data query by the object name.
Returns Promise<void>
setCenterX
Sets the center x coordinate of the output image.
Parameters
x: number
The center x coordinate to set.
Returns void
setCenterY
Sets the center y coordinate of the output image.
Parameters
y: number
The center y coordinate to set.
Returns void
setCoordsys
Sets the coordinate system of the output image.
Parameters
coordsys: HipsCoord
The coordinate system to set.
Returns void
setFov
Sets the field of view of the output image.
Parameters
fov: number
The field of view to set.
Returns void
setHeight
Sets the height of the output image.
Parameters
height: number
The height to set.
Returns void
setHipsSurvey
Sets the HiPS survey to be used.
Parameters
hipsSurvey: string
The HiPS survey to set.
Returns void
setIsLoading
Updates the query state.
Parameters
isLoading: boolean
Whether the query is in progress.
Returns void
setObject
Sets the object name on which the output image will be centered.
Parameters
object: string
The object name to set.
Returns void
setProjection
Sets the projection type of the output image.
Parameters
projection: HipsProjection
The projection type to set.
Returns void
setRotationAngle
Sets the rotation angle of the output image.
Parameters
rotationAngle: number
The rotation angle to set.
Returns void
setWidth
Sets the width of the output image.
Parameters
width: number
The width to set.
Returns void
Management of HiPS data queries.