public interface CelestialBodies
CelestialBodyFactory
Modifier and Type | Method and Description |
---|---|
CelestialBody |
getBody(String name)
获取天体。
|
CelestialBody |
getEarth()
获取地球单体天体。
|
CelestialBody |
getEarthMoonBarycenter()
获取地月重心单体天体对。
|
CelestialBody |
getJupiter()
获取木星单体天体。
|
CelestialBody |
getMars()
获取火星单体天体。
|
CelestialBody |
getMercury()
获取水星单体天体。
|
CelestialBody |
getMoon()
获取月球单体天体。
|
CelestialBody |
getNeptune()
获取海王星单体天体。
|
CelestialBody |
getPluto()
获取冥王星单体天体。
|
CelestialBody |
getSaturn()
获取土星单体天体。
|
CelestialBody |
getSolarSystemBarycenter()
获取太阳系重心聚合天体。
|
CelestialBody |
getSun()
获取太阳单体天体。
|
CelestialBody |
getUranus()
获取天王星单体天体。
|
CelestialBody |
getVenus()
获取金星单体天体。
|
CelestialBody getSolarSystemBarycenter()
CelestialBody getSun()
CelestialBody getMercury()
CelestialBody getVenus()
CelestialBody getEarthMoonBarycenter()
CelestialBody getEarth()
CelestialBody getMoon()
CelestialBody getMars()
CelestialBody getJupiter()
CelestialBody getSaturn()
CelestialBody getUranus()
CelestialBody getNeptune()
CelestialBody getPluto()
CelestialBody getBody(String name)
CelestialBodyFactory
中定义为常量。
name
- 天体的名称
Copyright © 2002-2023 CS GROUP. All rights reserved.