Class FinkHBaseColumnsProcessor
java.lang.Object
com.Lomikel.WebService.HBaseColumnsProcessor
com.astrolabsoftware.FinkBrowser.WebService.FinkHBaseColumnsProcessor
FinkHBaseColumnsProcessor
extracts X-axes from rows for graphs- Author:
- J.Hrivnac
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondec()
Give thedec
polar coordinate in degrees.Give the date (from Julian date) corresponding to one table row.getTimestamp
(Map<String, String> entry) Give the value of the X-axes (=Julian date) corresponding to one table row.ra()
Give thera
polar coordinate in degrees.
-
Field Details
-
log
Logging .
-
-
Constructor Details
-
FinkHBaseColumnsProcessor
public FinkHBaseColumnsProcessor()
-
-
Method Details
-
getTimestamp
Give the value of the X-axes (=Julian date) corresponding to one table row.- Overrides:
getTimestamp
in classHBaseColumnsProcessor
- Parameters:
entry
- One row of the table.- Returns:
- The derived value of x-axes.
-
getDate
Give the date (from Julian date) corresponding to one table row.- Overrides:
getDate
in classHBaseColumnsProcessor
- Parameters:
entry
- One row of the table.- Returns:
- The date (may not correspond to the row timestamp).
-
ra
Description copied from class:HBaseColumnsProcessor
Give thera
polar coordinate in degrees.- Overrides:
ra
in classHBaseColumnsProcessor
- Returns:
- The
ra
polar coordinate in degrees. The default is 0.
-
dec
Description copied from class:HBaseColumnsProcessor
Give thedec
polar coordinate in degrees.- Overrides:
dec
in classHBaseColumnsProcessor
- Returns:
- The
dec
polar coordinate in degrees. The default is 0.
-