Modifier and Type | Class and Description |
---|---|
static class |
HipsSurvey.ObsRegime
Known obs_regime values.
|
Modifier and Type | Field and Description |
---|---|
static String |
MOC_SERVER |
static String |
MOC_SERVER2 |
Constructor and Description |
---|
HipsSurvey(Map<String,String> map)
Constructs a HipsSurvey object based on a map representing
(some or all of) the HiPS properties.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientCategory()
Value of client_category property.
|
String |
getClientSortKey()
Value of client_sort_key property.
|
String |
getCreatorDid()
Value of creator_did property.
|
String |
getHipsFrame()
Value of the hips_frame property.
|
static Downloader<HipsSurvey[]> |
getImageHipsListDownloader()
Returns a downloader for a list of all the HiPS image surveys.
|
double |
getMocSkyFraction()
Value of the moc_sky_fraction property as a double.
|
String |
getObsRegime()
Value of obs_regime property.
|
HipsSurvey.ObsRegime |
getObsRegimeCategory()
Returns an ObsRegime enum entry describing the obs_regime of this
survey.
|
String |
getObsTitle()
Value of obs_title property.
|
String[] |
getPath()
Returns a hierarchical form of this survey's identifier.
|
String |
getShortName()
Returns an abbreviated name for this hips survey.
|
Set<String> |
getTileFormats()
Value of the hips_tile_formats property as a set of words.
|
boolean |
hasFits()
Indicates whether this survey has FITS data.
|
boolean |
isSky()
Indicates whether this survey apparently contains sky data.
|
static HipsSurvey[] |
readSurveys(String mocServerUrl,
Map<String,String> extraParams,
uk.ac.starlink.util.ContentCoding coding)
Reads a list of HiPS surveys for which hips2fits works from a MocServer.
|
String |
toString() |
public static final String MOC_SERVER
public static final String MOC_SERVER2
public String getCreatorDid()
public String getObsTitle()
public String getObsRegime()
public String getClientCategory()
public String getClientSortKey()
public Set<String> getTileFormats()
public String getHipsFrame()
public double getMocSkyFraction()
public boolean hasFits()
getTileFormats().contains("fits")
public boolean isSky()
public HipsSurvey.ObsRegime getObsRegimeCategory()
public String[] getPath()
public String getShortName()
public static Downloader<HipsSurvey[]> getImageHipsListDownloader()
public static HipsSurvey[] readSurveys(String mocServerUrl, Map<String,String> extraParams, uk.ac.starlink.util.ContentCoding coding) throws IOException
mocServerUrl
- base URL of MocServerextraParams
- name->value map giving custom query parameterscoding
- content-codingIOException
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.