public class MaplyStarModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
MILLIS_IN_DAY |
static int |
SECONDS_IN_DAY |
Constructor and Description |
---|
MaplyStarModel(java.lang.String fileName,
java.lang.String imageName,
android.app.Activity activity) |
Modifier and Type | Method and Description |
---|---|
void |
addToViewc(GlobeController inViewC,
RenderControllerInterface.ThreadMode mode) |
static double |
getFraction(int i,
double f) |
static int |
getInteger(int i,
double f) |
static double |
getJulianDateDouble(long millis) |
static double |
Greenwich_Mean_Sidereal_Deg(double mjd) |
void |
removeFromView() |
public static final int SECONDS_IN_DAY
public static final long MILLIS_IN_DAY
public MaplyStarModel(java.lang.String fileName, java.lang.String imageName, android.app.Activity activity) throws java.io.IOException
java.io.IOException
public void addToViewc(GlobeController inViewC, RenderControllerInterface.ThreadMode mode)
public void removeFromView()
public static double Greenwich_Mean_Sidereal_Deg(double mjd)
public static double getJulianDateDouble(long millis)
public static int getInteger(int i, double f)
public static double getFraction(int i, double f)