org.dps.core.database.map
Interface IMapCelestialStatistics


public interface IMapCelestialStatistics


Method Summary
 double getAge()
           
 int getCelestialID()
           
 IMapDenormalize getCelestialIDObject()
           
 double getDensity()
           
 double getEccentricity()
           
 double getEscapeVelocity()
           
 double getLife()
           
 double getLuminosity()
           
 double getMass()
           
 double getMassDust()
           
 double getMassGas()
           
 double getOrbitPeriod()
           
 double getOrbitRadius()
           
 double getPressure()
           
 double getRadius()
           
 double getRotationRate()
           
 java.lang.String getSpectralClass()
           
 double getSurfaceGravity()
           
 double getTemperature()
           
 boolean isFragmented()
           
 boolean isLocked()
           
 

Method Detail

getCelestialID

int getCelestialID()

getTemperature

double getTemperature()

getSpectralClass

java.lang.String getSpectralClass()

getLuminosity

double getLuminosity()

getAge

double getAge()

getLife

double getLife()

getOrbitRadius

double getOrbitRadius()

getEccentricity

double getEccentricity()

getMassDust

double getMassDust()

getMassGas

double getMassGas()

isFragmented

boolean isFragmented()

getDensity

double getDensity()

getSurfaceGravity

double getSurfaceGravity()

getEscapeVelocity

double getEscapeVelocity()

getOrbitPeriod

double getOrbitPeriod()

getRotationRate

double getRotationRate()

isLocked

boolean isLocked()

getPressure

double getPressure()

getRadius

double getRadius()

getMass

double getMass()

getCelestialIDObject

IMapDenormalize getCelestialIDObject()