org.stellarium.telescope
Class Telescope.TelescopeDummy
java.lang.Object
org.stellarium.StelObject
org.stellarium.StelObjectBase
org.stellarium.telescope.Telescope
org.stellarium.telescope.Telescope.TelescopeDummy
- Enclosing class:
- Telescope
-
static class Telescope.TelescopeDummy
- extends Telescope
Field Summary |
(package private)
javax.vecmath.Vector3d |
desired_pos
|
(package private)
javax.vecmath.Point3d |
XYZ
|
Methods inherited from class org.stellarium.StelObjectBase |
deleteTextures, drawPointer,
getBrightestStarInConstellation,
getCloseFOV, getMag, getOnScreenSize,
getParentSatellitesFOV,
getRGB, getSatellitesFOV,
initTextures, release, retain, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XYZ
javax.vecmath.Point3d XYZ
desired_pos
javax.vecmath.Vector3d desired_pos
Telescope.TelescopeDummy
public Telescope.TelescopeDummy(java.lang.String name,
java.lang.String params)
isConnected
public boolean isConnected()
-
- Specified by:
isConnected
in class
Telescope
-
hasKnownPosition
public boolean hasKnownPosition()
-
- Specified by:
hasKnownPosition
in class
Telescope
-
getObsJ2000Pos
public javax.vecmath.Point3d getObsJ2000Pos(NavigatorIfc nav)
- Description copied from class:
StelObjectBase
- observer centered J2000 coordinates TODO: Fred Should be abstract method no?
-
- Overrides:
getObsJ2000Pos
in class StelObjectBase
-
handleSelectFds
public void handleSelectFds()
-
- Specified by:
handleSelectFds
in class Telescope
-
prepareSelectFds
public void prepareSelectFds()
-
- Specified by:
prepareSelectFds
in class
Telescope
-
telescopeGoto
public void telescopeGoto(javax.vecmath.Point3d j2000Pos)
-
- Overrides:
telescopeGoto
in class Telescope
-