new AbstractHipsLayer(hipsMetadata, options)
Parameters:
| Name | Type | Description |
|---|---|---|
hipsMetadata |
HipsMetadata | |
options |
AbstractHipsLayer.configuration | AbstractHipsLayer configuration |
- See:
Extends
Methods
-
getGlobe()
-
- Inherited From:
- Implements:
-
getID()
-
- Inherited From:
- Implements:
-
getName()
-
- Inherited From:
- Implements:
-
getAttribution()
-
- Inherited From:
- Implements:
-
getCopyrightUrl()
-
- Inherited From:
- Implements:
-
getAck()
-
- Inherited From:
- Implements:
-
getIcon()
-
- Inherited From:
- Implements:
-
getDescription()
-
- Inherited From:
- Implements:
-
isVisible()
-
- Inherited From:
- Implements:
-
setVisible()
-
- Inherited From:
- Implements:
-
getOpacity()
-
- Inherited From:
- Implements:
-
setOpacity()
-
- Inherited From:
- Implements:
-
getProperties()
-
- Inherited From:
- Implements:
-
getType()
-
- Inherited From:
- Implements:
-
isPickable()
-
- Inherited From:
- Implements:
-
isType()
-
- Inherited From:
- Implements:
-
getServices()
-
- Inherited From:
- Implements:
-
getCoordinateSystem()
-
- Inherited From:
- Implements:
-
_detach()
-
- Inherited From:
- Implements:
-
getBaseURl()
-
- Inherited From:
- Implements:
-
getDataType()
-
- Inherited From:
- Implements:
-
getFormat()
-
- Inherited From:
- Implements:
-
isDeletable()
-
- Inherited From:
- Implements:
-
getColor()
-
- Inherited From:
- Implements:
-
getStyle()
-
- Inherited From:
- Implements:
-
getAvailableServices()
-
- Inherited From:
- Implements:
Type Definitions
-
configuration
-
AbstractHipsLayer configuration
Type:
Properties:
Name Type Argument Default Description coordinateSystemCrs <optional>
CoordinateSystemFactory.create({geoideName: Constants.MappingCrsHips2Mizar[this.hipsMetadata.hips_frame]}) Coordinate reference system tilePixelSizeint <optional>
hipsMetadata['hips_tile_width' Tiles width in pixels baseLevelint <optional>
2 min HiPS order tilingHEALPixTiling <optional>
new HEALPixTiling(options.baseLevel, {coordinateSystem: options.coordinateSystem}) Tiling numberOfLevelsint <optional>
hipsMetadata['hips_order'] Deepest order min namestring <optional>
hipsMetadata['obs_title'] Data set title attributionstring <optional>
<a href=\"" + this.hipsMetadata['obs_copyright_url'] + "\" target=\"_blank\">" + this.hipsMetadata['obs_copyright'] + "</a>" URL to a copyright mention ackstring <optional>
hipsMetadata['obs_ack'] Acknowledgment mention iconstring <optional>
"" icon used as metadata representation on the map descriptionstring <optional>
hipsMetadata['obs_description'] Data set description visibleboolean <optional>
false visibility by default on the map propertiesObject other metadata Properties
Name Type Argument Description initialRafloat <optional>
Initial RA initialDecfloat <optional>
Initial DEC initialFovfloat <optional>
Initial field of view mocCoveragefloat <optional>
Sky fraction coverage pickableboolean <optional>
false Pickable layer availableServicesArray <optional>
{} List of services related to the layer formatArray <optional>
hipsMetadata['hips_tile_format'] List of available tile formats baseUrlstring <optional>
hipsMetadata['hips_service_url'] Endpoint service categorystring <optional>
Image Default category backgroundboolean Tell if the layer is set as background -
hipsFits_configuration
-
HipsFits configuration
Type:
Properties:
Name Type Description onreadyfunction Callback function -
graphic_configuration
-
HipsFits configuration
Type:
Properties:
Name Type Description onreadyfunction Callback function
Documentation