org.stellarium.telescope 
 Class Telescope.TelescopeDummy
java.lang.Object
   org.stellarium.StelObject
org.stellarium.StelObject
       org.stellarium.StelObjectBase
org.stellarium.StelObjectBase
           org.stellarium.telescope.Telescope
org.stellarium.telescope.Telescope
               org.stellarium.telescope.Telescope.TelescopeDummy
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:
      
- isConnectedin class- Telescope
 
- 
    
     
  hasKnownPosition
public boolean hasKnownPosition()
  - 
    
      - Specified by:
      
- hasKnownPositionin 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:
      
- getObsJ2000Posin class- StelObjectBase
 
- 
    
     
  handleSelectFds
public void handleSelectFds()
  - 
    
      - Specified by:
      
- handleSelectFdsin class- Telescope
 
- 
    
     
  prepareSelectFds
public void prepareSelectFds()
  - 
    
      - Specified by:
      
- prepareSelectFdsin class- Telescope
 
- 
    
     
  telescopeGoto
public void telescopeGoto(javax.vecmath.Point3d j2000Pos)
  - 
    
      - Overrides:
      
- telescopeGotoin class- Telescope
 
-