Package gaiasky.util.ucd
Class UCDParser
java.lang.Object
gaiasky.util.ucd.UCDParser
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.utils.Array<UCD>
static String[]
static String[]
static String[]
com.badlogic.gdx.utils.Array<UCD>
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
com.badlogic.gdx.utils.Array<UCD>
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
static String[]
static String[]
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
com.badlogic.gdx.utils.Array<UCD>
com.badlogic.gdx.utils.Array<UCD>
com.badlogic.gdx.utils.Array<UCD>
static String[]
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
com.badlogic.gdx.utils.Array<UCD>
static String[]
Map<UCD.UCDType,
com.badlogic.gdx.utils.Array<UCD>> com.badlogic.gdx.utils.Array<UCD>
com.badlogic.gdx.utils.Array<UCD>
com.badlogic.gdx.utils.Array<UCD>
static String[]
static String[]
static String[]
static String[]
static String[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetByColumName
(String columName) getPositionType
(UCD pos1, UCD pos2, UCD pos3) boolean
boolean
static boolean
static boolean
static boolean
static boolean
isGVariMags
(String colName) static boolean
isGVariTimes
(String colName) static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
void
parse
(uk.ac.starlink.table.StarTable table) Parses the given table and puts the UCD info into the ucdmap.
-
Field Details
-
idColNames
-
nameColNames
-
raColNames
-
xColNames
-
deColNames
-
yColNames
-
distColNames
-
zColNames
-
parallaxColNames
-
magColNames
-
colorColNames
-
tEffColNames
-
pmRaColNames
-
pmDecColNames
-
radVelColNames
-
radiusColNames
-
sizeColNames
-
nStarsColNames
-
variMagsColNames
-
variTimesColNames
-
periodColNames
-
ucdmap
-
hasId
public boolean hasId -
ID
-
hasName
public boolean hasName -
NAME
-
hasPos
public boolean hasPos -
POS1
-
POS2
-
POS3
-
hasPm
public boolean hasPm -
PMRA
-
PMDEC
-
RADVEL
-
hasMag
public boolean hasMag -
MAG
-
hasColor
public boolean hasColor -
COL
-
hasSize
public boolean hasSize -
SIZE
-
hasTEff
public boolean hasTEff -
TEFF
-
hasVariability
public boolean hasVariability -
hasPeriod
public boolean hasPeriod -
VARI_TIMES
-
VARI_MAGS
-
VARI_PERIOD
-
extra
-
-
Constructor Details
-
UCDParser
public UCDParser()
-
-
Method Details
-
isName
-
isId
-
isRa
-
isX
-
isDec
-
isY
-
isDist
-
isZ
-
isPllx
-
isMag
-
isColor
-
isTeff
-
isPmra
-
isPmde
-
isRadvel
-
isSize
-
isRadius
-
isNstars
-
isGVariMags
-
isGVariTimes
-
isPeriod
-
parse
public void parse(uk.ac.starlink.table.StarTable table) Parses the given table and puts the UCD info into the ucdmap. The map and all the indices are overwritten.- Parameters:
table
- TheStarTable
to parse
-
has
-
has
-
getPositionType
-
getByColumName
-