Uses of Class
com.raben.telescope.comm.TelescopeModel

Uses of TelescopeModel in com.raben.telescope.comm
 

Fields in com.raben.telescope.comm declared as TelescopeModel
static TelescopeModel TelescopeModel.CELESTRON
          Define generic Celestron telescope, software will try to identify model
static TelescopeModel TelescopeModel.CELESTRON_ASC
          Define Celestron Advanced Serices
static TelescopeModel TelescopeModel.CELESTRON_CGE
          Define Celestron CGE
static TelescopeModel TelescopeModel.CELESTRON_NEXSTAR_5I_8I
          Define Nexstar 5i
static TelescopeModel TelescopeModel.CELESTRON_NEXSTAR_5_8
          Define Nexstar 8
static TelescopeModel TelescopeModel.CELESTRON_NEXSTAR_GPS
          Define Nexstar GPS
static TelescopeModel TelescopeModel.CELESTRON_NEXSTAR_GT
          Define Nexstar GT
static TelescopeModel TelescopeModel.CELESTRON_NEXSTAR_OGT
          Define original Nexstar GT
static TelescopeModel TelescopeModel.MEADE
          Define generic Meade telescope, software will try to identify model
static TelescopeModel TelescopeModel.MEADE_AUTOSTAR
          Define Meade Autostar
static TelescopeModel TelescopeModel.MEADE_LX200
          Define Meade LX-200 < 16"
static TelescopeModel TelescopeModel.MEADE_LX200_16
          Define Mead LX200 16"
static TelescopeModel TelescopeModel.MEADE_LX200_GPS
          Define Mead LX200 GPS
 

Methods in com.raben.telescope.comm that return TelescopeModel
static TelescopeModel TelescopeModel.fromString(java.lang.String modelName)
          Get TelescopeModel from model name
 TelescopeModel TelescopeInterface.getTelescopeModel()
          Get telescope model
 TelescopeModel MeadeTelescope.getTelescopeModel()
          Get telescope model
 TelescopeModel MeadeCoordinateConverter.getTelescopeModel()
          Get the Telescope model
 TelescopeModel MeadeCommand.getTelescopeModel()
          Get telescope model
 TelescopeModel CelestronTelescope.getTelescopeModel()
          Get telescope model
 TelescopeModel CelestronCoordinateConverter.getTelescopeModel()
          Get the Telescope model
 TelescopeModel CelestronCommand.getTelescopeModel()
          Get telescope model
 

Methods in com.raben.telescope.comm with parameters of type TelescopeModel
 void TelescopeInterface.setTelescopeModel(TelescopeModel model)
          Set the telescope model
static TelescopeInterface TelescopeFactory.getInstance(TelescopeModel model)
          Get instance of TelescopeInterface for specified telescope model
 void MeadeTelescope.setTelescopeModel(TelescopeModel model)
          Set the telescope model
 void MeadeCoordinateConverter.setTelescopeModel(TelescopeModel telescopeModel)
          Set the Telescope model
 void MeadeCommand.setTelescopeModel(TelescopeModel model)
          Set telescope model
 void CelestronTelescope.setTelescopeModel(TelescopeModel model)
          Set the telescope model
 void CelestronCoordinateConverter.setTelescopeModel(TelescopeModel telescopeModel)
          Set the Telescope model
 void CelestronCommand.setTelescopeModel(TelescopeModel model)
          Set telescope model
 



Copyright © 2003 Raben Systems, Inc.. All Rights Reserved.