A B C D E F G H I L M N O P R S T U V

A

ACCEPT_RESPONSE - Static variable in class com.raben.telescope.comm.SolarHazardDialog
Define message to property listener
alignmentComplete() - Method in class com.raben.telescope.comm.MeadeCommand
Get alignment complete command
alignmentComplete() - Method in class com.raben.telescope.comm.CelestronCommand
Get alignment complete command
altitudeMoveCommand(boolean, int) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Move telescope in altitude same action as pressing up/down arrow on hand control
altitudeTrackingRateCommand(int) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get altitude tracking rate command
azimuthMoveCommand(boolean, int) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Move telescope in azimuth (right ascension if on wedge) same action as as pressing left/right arrow key on hand controller
azimuthTrackingRateCommand(int) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get azimuth tracking rate command

B

BAUD - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for telescope baud rate

C

cancelGoTo() - Method in interface com.raben.telescope.comm.TelescopeInterface
Cancel current GoTo command
cancelGoTo() - Method in class com.raben.telescope.comm.MeadeTelescope
Cancel current GoTo command
cancelGoTo() - Method in class com.raben.telescope.comm.MeadeCommand
Get cancel goto command
cancelGoTo() - Method in class com.raben.telescope.comm.CelestronTelescope
Cancel goto command
cancelGoTo() - Method in class com.raben.telescope.comm.CelestronCommand
Get cancel goto command
CELESTRON - Static variable in class com.raben.telescope.comm.TelescopeModel
Define generic Celestron telescope, software will try to identify model
CELESTRON_ASC - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Celestron Advanced Serices
CELESTRON_CGE - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Celestron CGE
CELESTRON_NEXSTAR_5_8 - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Nexstar 8
CELESTRON_NEXSTAR_5I_8I - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Nexstar 5i
CELESTRON_NEXSTAR_GPS - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Nexstar GPS
CELESTRON_NEXSTAR_GT - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Nexstar GT
CELESTRON_NEXSTAR_OGT - Static variable in class com.raben.telescope.comm.TelescopeModel
Define original Nexstar GT
CelestronAuxillaryCommand - class com.raben.telescope.comm.CelestronAuxillaryCommand.
Celestron Auxillary Hand Controller Commands
CelestronAuxillaryCommand() - Constructor for class com.raben.telescope.comm.CelestronAuxillaryCommand
Creates a new instance of CelestronAuxillaryCommand
CelestronCommand - class com.raben.telescope.comm.CelestronCommand.
Facade to generate command string for various Celestron telescope models
CelestronCommand() - Constructor for class com.raben.telescope.comm.CelestronCommand
Creates a new instance of CelestronCommandAdapter
CelestronCoordinateConverter - class com.raben.telescope.comm.CelestronCoordinateConverter.
Facade to encode and decode Celestron coordinate formats
CelestronCoordinateConverter() - Constructor for class com.raben.telescope.comm.CelestronCoordinateConverter
Creates a new instance of CelestronCoordinateAdapater
CelestronTelescope - class com.raben.telescope.comm.CelestronTelescope.
Implementation of the TelescopeInterface for telescopes manufactured by Celestron (tm)
CelestronTelescope() - Constructor for class com.raben.telescope.comm.CelestronTelescope
Creates a new instance of CelestronTelescope
close() - Method in interface com.raben.telescope.comm.TelescopeInterface
Close connection to telescope
close() - Method in class com.raben.telescope.comm.MeadeTelescope
Close connection to telescope
close() - Method in class com.raben.telescope.comm.CelestronTelescope
Close connection to telescope
closeConnection() - Method in class com.raben.telescope.comm.SerialConnection
Close the port and clean up associated elements.
com.raben.telescope.comm - package com.raben.telescope.comm
 
compareTo(Object) - Method in class com.raben.telescope.comm.TelescopeModel
Compare TelescopeModels
ConfigureDialog - class com.raben.telescope.comm.ConfigureDialog.
TelescopeDialog
ConfigureDialog(Frame, boolean) - Constructor for class com.raben.telescope.comm.ConfigureDialog
Creates new form TelescopeDialog
connect() - Method in interface com.raben.telescope.comm.TelescopeInterface
Initialize connection to telescope
connect() - Method in class com.raben.telescope.comm.MeadeTelescope
Initialize connection to telescope
connect() - Method in class com.raben.telescope.comm.CelestronTelescope
Initialize connection to telescope
createAuxillaryHandControllerCommand(char, char[], int) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Create auxillary command for hand controller Packet format is 0x50, msglen, destId, msgId, data1, data2, data3, responseChars
createAuxillaryPcCommand(char, char[], int) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Create auxillary command for pc port Packet format is 0x50, msglen, destId, msgId, data1, data2, data3, responseChars, checksum

D

DATABITS - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for data bits
DEBUG - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for debug mode
declinationTarget(double) - Method in class com.raben.telescope.comm.MeadeCommand
Declination target command string
decodeAltitudeString(String) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Decode altitude or declination string in form of sDD*MM'SS# or sDD*MM
decodeAltitudeString(String) - Method in class com.raben.telescope.comm.MeadeCommand
 
decodeAzimuthString(String) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
 
decodeAzimuthString(String) - Method in class com.raben.telescope.comm.MeadeCommand
 
decodeCoordinatesFromNemaString(String) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Decode coordinates from GPS NEMA string
decodeCoordinatesFromNemaString(String) - Method in class com.raben.telescope.comm.MeadeCommand
 
decodeGpsCoordinate(char[]) - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Decode chars from GPS containing coordinate response string
decodeHexadecimal(String, Point2D) - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Decode hexadecimal string
decodeHexadecimal(String, Point2D) - Method in class com.raben.telescope.comm.CelestronCommand
Decode hexadecimal string to coordinate
decodeRightAscensionString(String) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Decode right ascension string
decodeRightAscensionString(String) - Method in class com.raben.telescope.comm.MeadeCommand
 
decodeTimeFromNemaString(String) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Decode date and time from GPS NEMA string
decodeTimeFromNemaString(String) - Method in class com.raben.telescope.comm.MeadeCommand
 
displayCharArrayAsHexString(char[]) - Static method in class com.raben.telescope.comm.SerialConnection
Convert array of bytes to space separated hex string for debug display
DOWN_ARROW - Static variable in class com.raben.telescope.comm.CelestronAuxillaryCommand
Down arrow

E

encodeAltitudeAsString(double) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
 
encodeAzimuthAsString(double) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
 
encodeDeclinationAsString(double) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
 
encodeHexadecimal(double) - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Encode angle as hexadecimal value
encodeHexadecimal16(double) - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Encode as 16 bit hexadecimal value
encodeHexadecimal24(double) - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Encode as 24 bit hexadecimal value
encodeRightAscensionAsString(double) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
 

F

FLOW_CONTROL - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for flow control
fromString(String) - Static method in class com.raben.telescope.comm.TelescopeModel
Get TelescopeModel from model name

G

getAltitude() - Method in class com.raben.telescope.comm.MeadeCommand
Get altitude command
getAvailablePorts() - Static method in class com.raben.telescope.comm.SerialConnection
Get serial ports
getAzimuth() - Method in class com.raben.telescope.comm.MeadeCommand
Get azimuth command
getAzimuthAltitude() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get current coordinate
getAzimuthAltitude() - Method in class com.raben.telescope.comm.MeadeTelescope
Get current coordinate
getAzimuthAltitude() - Method in class com.raben.telescope.comm.CelestronTelescope
Get azimuth and altitude coordinate
getAzimuthAltitude() - Method in class com.raben.telescope.comm.CelestronCommand
Get azimuth/altitude command
getBaudRate() - Method in class com.raben.telescope.comm.SerialConnection
Get baud rate
getDatabits() - Method in class com.raben.telescope.comm.SerialConnection
Get data bits
getDeclination() - Method in class com.raben.telescope.comm.MeadeCommand
Get declination command
getFlowControl() - Method in class com.raben.telescope.comm.SerialConnection
Get flow control
getGpsCoordinate() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get telescope coordinate from GPS interface
getGpsCoordinate() - Method in class com.raben.telescope.comm.MeadeTelescope
Get telescope coordinate from GPS interface
getGpsCoordinate() - Method in class com.raben.telescope.comm.CelestronTelescope
Get telescope geographic coordinate from GPS interface
getGpsDateTime() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get Calendar date from GPS interface
getGpsDateTime() - Method in class com.raben.telescope.comm.MeadeTelescope
Get Calendar date from GPS interface
getGpsDateTime() - Method in class com.raben.telescope.comm.CelestronTelescope
Get Date and Time from GPS interface
getHandControlVersion() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get controller version
getHandControlVersion() - Method in class com.raben.telescope.comm.MeadeTelescope
Get controller version
getHandControlVersion() - Method in class com.raben.telescope.comm.CelestronTelescope
Get control unit version
getInstance(String) - Static method in class com.raben.telescope.comm.TelescopeFactory
Get instance of TelescopeInterface for specified modelName
getInstance(TelescopeModel) - Static method in class com.raben.telescope.comm.TelescopeFactory
Get instance of TelescopeInterface for specified telescope model
getLicenseStr() - Method in class com.raben.telescope.comm.LicenseDialog
Get license string from text file
getParity() - Method in class com.raben.telescope.comm.SerialConnection
Get current parity setting
getPortName() - Method in class com.raben.telescope.comm.SerialConnection
Get the port name being used by this connection
getPortName() - Method in class com.raben.telescope.comm.MeadeTelescope
Get port being used
getProperties() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get telescope properties
getProperties() - Method in class com.raben.telescope.comm.MeadeTelescope
Get telescope properties
getProperties() - Method in class com.raben.telescope.comm.CelestronTelescope
Get telescope properties
getRightAscension() - Method in class com.raben.telescope.comm.MeadeCommand
Get right ascension command
getRightAscensionDeclination() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get current coordinate
getRightAscensionDeclination() - Method in class com.raben.telescope.comm.MeadeTelescope
Get current equatorial coordinate
getRightAscensionDeclination() - Method in class com.raben.telescope.comm.CelestronTelescope
Get right ascension and declination
getRightAscensionDeclination() - Method in class com.raben.telescope.comm.CelestronCommand
Get right ascension/declination command
getStopbits() - Method in class com.raben.telescope.comm.SerialConnection
Get stop bits
getTelescopeModel() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get telescope model
getTelescopeModel() - Method in class com.raben.telescope.comm.MeadeTelescope
Get telescope model
getTelescopeModel() - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Get the Telescope model
getTelescopeModel() - Method in class com.raben.telescope.comm.MeadeCommand
Get telescope model
getTelescopeModel() - Method in class com.raben.telescope.comm.CelestronTelescope
Get telescope model
getTelescopeModel() - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Get the Telescope model
getTelescopeModel() - Method in class com.raben.telescope.comm.CelestronCommand
Get telescope model
getWarning() - Method in class com.raben.telescope.comm.SolarHazardDialog
Get hazard warning from resource bundle
goToAzimuthAltitude(double, double) - Method in class com.raben.telescope.comm.MeadeCommand
Get goto azimuth and altitude command string
goToAzimuthAltitude(double, double) - Method in class com.raben.telescope.comm.CelestronCommand
Get goto azimuth and altitude command string
goToAzimuthAltitude(Point2D) - Method in interface com.raben.telescope.comm.TelescopeInterface
GoTo the specified coordinate in azimuth and altitude
goToAzimuthAltitude(Point2D) - Method in class com.raben.telescope.comm.MeadeTelescope
GoTo the specified coordinate in azimuth and altitude
goToAzimuthAltitude(Point2D) - Method in class com.raben.telescope.comm.CelestronTelescope
Go to specificied azimuth/altitude coordinate
goToRightAscensionDeclination(double, double) - Method in class com.raben.telescope.comm.CelestronCommand
Get GoTo right ascension declination command string
goToRightAscensionDeclination(Point2D) - Method in interface com.raben.telescope.comm.TelescopeInterface
Go to the specified coordinate in right ascension/declination
goToRightAscensionDeclination(Point2D) - Method in class com.raben.telescope.comm.MeadeTelescope
Go to the specified coordinate in right ascension/declination
goToRightAscensionDeclination(Point2D) - Method in class com.raben.telescope.comm.CelestronTelescope
Go to specified right ascension/declination coordinate
gpsDateCommand() - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get GPS date command
gpsLatitudeCommand() - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get GPS latitude command
gpsLinked() - Method in class com.raben.telescope.comm.MeadeCommand
Turn on GPS and check if it links
gpsLinkedCommand() - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get GPS linked command
gpsLongitudeCommand() - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get GPS longitude command
gpsTimeCommand() - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get GPS time command
gpsYearCommand() - Method in class com.raben.telescope.comm.CelestronAuxillaryCommand
Get GPS year command

H

handControlVersion() - Method in class com.raben.telescope.comm.MeadeCommand
Get hand control version command
handControlVersion() - Method in class com.raben.telescope.comm.CelestronCommand
Get hand control version command

I

isAccepted() - Method in class com.raben.telescope.comm.SolarHazardDialog
Return true if hazard warning is acknowledged
isAccepted() - Method in class com.raben.telescope.comm.LicenseDialog
Check if license is accepted
isAligned() - Method in interface com.raben.telescope.comm.TelescopeInterface
Check if telescope is aligned
isAligned() - Method in class com.raben.telescope.comm.MeadeTelescope
Check if telescope is aligned
isAligned() - Method in class com.raben.telescope.comm.CelestronTelescope
Check whether or not telescope is aligned
isCommunicating() - Method in interface com.raben.telescope.comm.TelescopeInterface
Check if telescope is communitating with serial port
isCommunicating() - Method in class com.raben.telescope.comm.MeadeTelescope
Check if telescope is communitating with serial port
isCommunicating() - Method in class com.raben.telescope.comm.CelestronTelescope
Check if communication with telescope is established
isConnected() - Method in interface com.raben.telescope.comm.TelescopeInterface
Check if telescope is connected
isConnected() - Method in class com.raben.telescope.comm.MeadeTelescope
Check if telescope is connected
isConnected() - Method in class com.raben.telescope.comm.CelestronTelescope
Check if connection is open
isDebug() - Method in interface com.raben.telescope.comm.TelescopeInterface
Get debug flag
isDebug() - Method in class com.raben.telescope.comm.SerialConnection
Check debug flag return true if set
isDebug() - Method in class com.raben.telescope.comm.MeadeTelescope
Get debug flag
isDebug() - Method in class com.raben.telescope.comm.CelestronTelescope
Get debug flag
isGpsLinked() - Method in interface com.raben.telescope.comm.TelescopeInterface
Check if GPS is linked
isGpsLinked() - Method in class com.raben.telescope.comm.MeadeTelescope
Check if GPS is linked
isGpsLinked() - Method in class com.raben.telescope.comm.CelestronTelescope
Check if GPS is linked
isHighPrecision() - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Returns whether precision is high or not
isHighPrecision() - Method in class com.raben.telescope.comm.MeadeCommand
Check if high precision coordinates are set
isHighPrecision() - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Returns whether precision is high or not
isHighPrecision() - Method in class com.raben.telescope.comm.CelestronCommand
Check if high precision coordinates are set
isOpen() - Method in class com.raben.telescope.comm.SerialConnection
Check if the serial port is open
isSlewing() - Method in interface com.raben.telescope.comm.TelescopeInterface
Check if telescope is slewing
isSlewing() - Method in class com.raben.telescope.comm.MeadeTelescope
Check if telescope is slewing
isSlewing() - Method in class com.raben.telescope.comm.CelestronTelescope
Check whether telescope is slewing to new coordinate
isSolarHazardWarningAcknowledged() - Method in class com.raben.telescope.comm.TestApp
Display warning informing user of the hazards of operating telescope outside during the daytime Ask user to acknowledge the warning
isStandalone() - Method in class com.raben.telescope.comm.SolarHazardDialog
Getter for property standalone.
isStandalone() - Method in class com.raben.telescope.comm.PositionDialog
Getter for property standalone.

L

LICENSE_RESPONSE - Static variable in class com.raben.telescope.comm.LicenseDialog
Define License Response key
LicenseDialog - class com.raben.telescope.comm.LicenseDialog.
Display license for user to read and ponder
LicenseDialog(Frame, boolean) - Constructor for class com.raben.telescope.comm.LicenseDialog
Creates new form LicenseDialog
loadProperties() - Static method in class com.raben.telescope.comm.TelescopeFactory
Load properties file if it exists

M

main(String[]) - Static method in class com.raben.telescope.comm.TestApp
 
main(String[]) - Static method in class com.raben.telescope.comm.SolarHazardDialog
 
main(String[]) - Static method in class com.raben.telescope.comm.PositionDialog
Called when PositionDialog run as standalone program
main(String[]) - Static method in class com.raben.telescope.comm.LicenseDialog
Called when LicenseDialog started as a standalone program
main(String[]) - Static method in class com.raben.telescope.comm.ConfigureDialog
Called when user executes dialog as standalone program
MEADE - Static variable in class com.raben.telescope.comm.TelescopeModel
Define generic Meade telescope, software will try to identify model
MEADE_AUTOSTAR - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Meade Autostar
MEADE_LX200 - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Meade LX-200 < 16"
MEADE_LX200_16 - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Mead LX200 16"
MEADE_LX200_GPS - Static variable in class com.raben.telescope.comm.TelescopeModel
Define Mead LX200 GPS
MeadeCommand - class com.raben.telescope.comm.MeadeCommand.
Facade to generate command string for various Celestron telescope models
MeadeCommand() - Constructor for class com.raben.telescope.comm.MeadeCommand
Creates a new instance of CelestronCommandAdapter
MeadeCoordinateConverter - class com.raben.telescope.comm.MeadeCoordinateConverter.
Facade to encode and decode Meade coordinate formats
MeadeCoordinateConverter() - Constructor for class com.raben.telescope.comm.MeadeCoordinateConverter
Creates a new instance of MeadeCoordinateConverter
MeadeTelescope - class com.raben.telescope.comm.MeadeTelescope.
Implementation of the telescope interface for Meade LX200
MeadeTelescope() - Constructor for class com.raben.telescope.comm.MeadeTelescope
Creates a new instance of MeadeLx200
MODEL - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for model of the telescope
moveInAltitude(boolean, int) - Method in interface com.raben.telescope.comm.TelescopeInterface
Move telescope in altitude
moveInAltitude(boolean, int) - Method in class com.raben.telescope.comm.MeadeTelescope
Move telescope in altitude
moveInAltitude(boolean, int) - Method in class com.raben.telescope.comm.CelestronTelescope
 
moveInAzimuth(boolean, int) - Method in interface com.raben.telescope.comm.TelescopeInterface
Move telescope in azimuth
moveInAzimuth(boolean, int) - Method in class com.raben.telescope.comm.MeadeTelescope
Move telescope in azimuth
moveInAzimuth(boolean, int) - Method in class com.raben.telescope.comm.CelestronTelescope
 

N

nema() - Method in class com.raben.telescope.comm.MeadeCommand
Command to get GPS NEMA string
newInstance() - Static method in class com.raben.telescope.comm.TelescopeFactory
Create instance of TelescopeInterface for telescope model that has been stored in a properties file.

O

openConnection() - Method in class com.raben.telescope.comm.SerialConnection
Open a serial connection and IO streams using the current parameters
ownershipChange(int) - Method in class com.raben.telescope.comm.SerialConnection
Handle ownership change event.

P

PARITY - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for parity
PORT - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for telescope port name
PositionDialog - class com.raben.telescope.comm.PositionDialog.
Display telescope position as local horizontal coordinates and equatorial and GPS date/time and geographic coordinate coordinates
PositionDialog(Frame, TelescopeInterface) - Constructor for class com.raben.telescope.comm.PositionDialog
Creates new form TelescopeDialog

R

receiveChars() - Method in class com.raben.telescope.comm.SerialConnection
Receive character array from serial connection
receiveString() - Method in class com.raben.telescope.comm.SerialConnection
Receive String from serial connection
RIGHT_ARROW - Static variable in class com.raben.telescope.comm.CelestronAuxillaryCommand
Right arrow
rightAscensionTarget(double) - Method in class com.raben.telescope.comm.MeadeCommand
Right ascension target command string

S

ScopeKey - class com.raben.telescope.comm.ScopeKey.
Define Telescope property keys for retrieving/setting values
sendChars(char[]) - Method in class com.raben.telescope.comm.SerialConnection
Send an array of chars to the serial connection
sendString(String) - Method in class com.raben.telescope.comm.SerialConnection
Send string to the serial connection
SerialConnection - class com.raben.telescope.comm.SerialConnection.
A class to handle communications with a serial connection
SerialConnection() - Constructor for class com.raben.telescope.comm.SerialConnection
Create a SerialConnection using default settings of 8 bits, 9600 baud, no parity, no flow control, and 1 stop bit on port named COM1 .
serialEvent(SerialPortEvent) - Method in class com.raben.telescope.comm.SerialConnection
Handle Serial Port Events.
setAltitudeTrackingRate(int) - Method in interface com.raben.telescope.comm.TelescopeInterface
Set altitude tracking rate Note - tracking will return to default in approximately 20 seconds unless tracking is turned off @see setTrackingMode
setAltitudeTrackingRate(int) - Method in class com.raben.telescope.comm.MeadeTelescope
Set altitude tracking rate
setAltitudeTrackingRate(int) - Method in class com.raben.telescope.comm.CelestronTelescope
Set altitude tracking rate Note - tracking will return to default in approximately 20 seconds unless tracking is turned off @see setTrackingMode
setAzimuthTrackingRate(int) - Method in interface com.raben.telescope.comm.TelescopeInterface
Set azimuth tracking rate Note - tracking will return to default in approximately 20 seconds unless tracking is turned off @see setTrackingMode
setAzimuthTrackingRate(int) - Method in class com.raben.telescope.comm.MeadeTelescope
Set azimuth tracking rate Note - tracking will return to default in approximately 20 seconds unless tracking is turned off @see setTrackingMode
setAzimuthTrackingRate(int) - Method in class com.raben.telescope.comm.CelestronTelescope
Set azimuth tracking rate Note - tracking will return to default in approximately 20 seconds unless tracking is turned off @see setTrackingMode
setBaudRate(int) - Method in class com.raben.telescope.comm.SerialConnection
Set baud rate.
setDatabits(int) - Method in class com.raben.telescope.comm.SerialConnection
Set new data bits.
setDebug(boolean) - Method in interface com.raben.telescope.comm.TelescopeInterface
Set debug flag
setDebug(boolean) - Method in class com.raben.telescope.comm.SerialConnection
Set debug flag
setDebug(boolean) - Method in class com.raben.telescope.comm.MeadeTelescope
Set debug flag
setDebug(boolean) - Method in class com.raben.telescope.comm.CelestronTelescope
Set debug flag
setEncodingType(int) - Method in class com.raben.telescope.comm.MeadeTelescope
Set type of encoding used
setFlowControl(int) - Method in class com.raben.telescope.comm.SerialConnection
Set flow control Formed by "or-ing" both "in" and "out" flow control settings.
setHighPrecision(boolean) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Set whether encode/decode should be high precision
setHighPrecision(boolean) - Method in class com.raben.telescope.comm.MeadeCommand
Set whether high precision mode should be used
setHighPrecision(boolean) - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Set whether encode/decode should be high precision (24 bit)
setHighPrecision(boolean) - Method in class com.raben.telescope.comm.CelestronCommand
Set whether high precision mode should be used (ISSUE - what if high precision not available)
setParity(int) - Method in class com.raben.telescope.comm.SerialConnection
Set parity
setPortName(String) - Method in class com.raben.telescope.comm.SerialConnection
Set name of port to open
setPortName(String) - Method in class com.raben.telescope.comm.MeadeTelescope
Set port to use for connection
setProperties(Properties) - Method in interface com.raben.telescope.comm.TelescopeInterface
Set telescope properties
setProperties(Properties) - Method in class com.raben.telescope.comm.MeadeTelescope
Set telescope properties
setProperties(Properties) - Method in class com.raben.telescope.comm.CelestronTelescope
Set telescope properties
setStandalone(boolean) - Method in class com.raben.telescope.comm.SolarHazardDialog
Setter for property standalone.
setStandalone(boolean) - Method in class com.raben.telescope.comm.PositionDialog
Setter for property standalone.
setStopbits(int) - Method in class com.raben.telescope.comm.SerialConnection
Set stop bits.
setTelescopeModel(TelescopeModel) - Method in interface com.raben.telescope.comm.TelescopeInterface
Set the telescope model
setTelescopeModel(TelescopeModel) - Method in class com.raben.telescope.comm.MeadeTelescope
Set the telescope model
setTelescopeModel(TelescopeModel) - Method in class com.raben.telescope.comm.MeadeCoordinateConverter
Set the Telescope model
setTelescopeModel(TelescopeModel) - Method in class com.raben.telescope.comm.MeadeCommand
Set telescope model
setTelescopeModel(TelescopeModel) - Method in class com.raben.telescope.comm.CelestronTelescope
Set the telescope model
setTelescopeModel(TelescopeModel) - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Set the Telescope model
setTelescopeModel(TelescopeModel) - Method in class com.raben.telescope.comm.CelestronCommand
Set telescope model
setTrackingMode(int) - Method in interface com.raben.telescope.comm.TelescopeInterface
Set telescope tracking mode
setTrackingMode(int) - Method in class com.raben.telescope.comm.MeadeTelescope
Set telescope tracking mode
setTrackingMode(int) - Method in class com.raben.telescope.comm.CelestronTelescope
Set tracking mode Must be aligned to switch from off to alt-az*
showHelp() - Static method in class com.raben.telescope.comm.TestApp
Show how to start the Test application
slewEast() - Method in class com.raben.telescope.comm.MeadeCommand
 
slewNorth() - Method in class com.raben.telescope.comm.MeadeCommand
 
slewRate(int) - Method in class com.raben.telescope.comm.MeadeCommand
Slew rate command
slewSouth() - Method in class com.raben.telescope.comm.MeadeCommand
 
slewWest() - Method in class com.raben.telescope.comm.MeadeCommand
 
SolarHazardDialog - class com.raben.telescope.comm.SolarHazardDialog.
Dialog to display solar hazard warning
SolarHazardDialog(Frame, boolean) - Constructor for class com.raben.telescope.comm.SolarHazardDialog
Creates new form SolarHazardDialog
STOPBITS - Static variable in class com.raben.telescope.comm.ScopeKey
Define key for stop bits

T

TelescopeFactory - class com.raben.telescope.comm.TelescopeFactory.
Factory for creating instance of a concrete implementation of the TelescopeInterface
TelescopeInterface - interface com.raben.telescope.comm.TelescopeInterface.
Define the telescope interface
TelescopeModel - class com.raben.telescope.comm.TelescopeModel.
Ordinal-based typesafe enum of Telescope Models
TestApp - class com.raben.telescope.comm.TestApp.
Simple test that connects to telescope and checks that it is communicating, checks if it is aligned, if so reads altitude/azimuth, and right ascension and declination.
TestApp() - Constructor for class com.raben.telescope.comm.TestApp
Creates a new instance of TestApp
testLeftRight() - Method in class com.raben.telescope.comm.TestApp
Test moving telescope up and down in altitude
testTelescope(String, String) - Method in class com.raben.telescope.comm.TestApp
Test telescope interface
testUpDown() - Method in class com.raben.telescope.comm.TestApp
Test moving telescope left and right in azimuth
toString() - Method in class com.raben.telescope.comm.TelescopeModel
Return name of TelescopeModel
toString() - Method in class com.raben.telescope.comm.CelestronTelescope
String describing telescope
toString() - Method in class com.raben.telescope.comm.CelestronCoordinateConverter
Return String representation of CelestronCoordinateAdapter
trackingMode(int) - Method in class com.raben.telescope.comm.MeadeCommand
Tracking mode command string
trackingMode(int) - Method in class com.raben.telescope.comm.CelestronCommand
Get tracking mode command string

U

UP_ARROW - Static variable in class com.raben.telescope.comm.CelestronAuxillaryCommand
Up arrow

V

VALUES - Static variable in class com.raben.telescope.comm.TelescopeModel
List of telescope models

A B C D E F G H I L M N O P R S T U V

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