org.stellarium.telescope
Class Telescope.TelescopeDummy

java.lang.Object
  extended by org.stellarium.StelObject
      extended by org.stellarium.StelObjectBase
          extended by org.stellarium.telescope.Telescope
              extended by org.stellarium.telescope.Telescope.TelescopeDummy
Enclosing class:
Telescope

static class Telescope.TelescopeDummy
extends Telescope


Nested Class Summary
 
Nested classes/interfaces inherited from class org.stellarium.telescope.Telescope
Telescope.PrintRADec, Telescope.TelescopeDummy
 
Nested classes/interfaces inherited from class org.stellarium.StelObject
StelObject.TYPE
 
Field Summary
(package private)  javax.vecmath.Vector3d desired_pos
           
(package private)  javax.vecmath.Point3d XYZ
           
 
Fields inherited from class org.stellarium.telescope.Telescope
name, nameI18n
 
Fields inherited from class org.stellarium.StelObjectBase
DEFAULT_COLOR
 
Constructor Summary
Telescope.TelescopeDummy(java.lang.String name, java.lang.String params)
           
 
Method Summary
 javax.vecmath.Point3d getObsJ2000Pos(NavigatorIfc nav)
          observer centered J2000 coordinates TODO: Fred Should be abstract method no?
 void handleSelectFds()
           
 boolean hasKnownPosition()
           
 boolean isConnected()
           
 void prepareSelectFds()
           
 void telescopeGoto(javax.vecmath.Point3d j2000Pos)
           
 
Methods inherited from class org.stellarium.telescope.Telescope
close, create, getEarthEquPos, getEnglishName, getInfoString, getMag, getNameI18n, getShortInfoString, getType
 
Methods inherited from class org.stellarium.StelObjectBase
deleteTextures, drawPointer, getBrightestStarInConstellation, getCloseFOV, getMag, getOnScreenSize, getParentSatellitesFOV, getRGB, getSatellitesFOV, initTextures, release, retain, update
 
Methods inherited from class org.stellarium.StelObject
getUninitializedObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XYZ

javax.vecmath.Point3d XYZ

desired_pos

javax.vecmath.Vector3d desired_pos
Constructor Detail

Telescope.TelescopeDummy

public Telescope.TelescopeDummy(java.lang.String name,
                                java.lang.String params)
Method Detail

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