scopeDataTransporter
Class TelescopeDataTransporter

java.lang.Object
  |
  +--scopeDataTransporter.TelescopeDataTransporter
All Implemented Interfaces:
java.io.Serializable

public class TelescopeDataTransporter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  int alignmentMode
           
private  double alt
           
private  double apertureDiameter
           
private  double az
           
private  boolean canFindHome
           
private  boolean canPark
           
private  boolean canSettracking
           
private  boolean canSlew
           
private  boolean canSlewAsync
           
private  boolean canSync
           
private  boolean canUnpark
           
private  boolean connected
           
private  double dec
           
private  double declinationRate
           
private  java.lang.String description
           
private  java.lang.String driverInfo
           
private  double focalLength
           
private  java.util.Vector loggedInUsers
           
private  boolean LogoutStatus
           
private  double lst
           
private  java.util.Vector messages
           
private  java.lang.String name
           
private  boolean parked
           
private  double ra
           
private  double rightAscensionRate
           
private  boolean simAlignMode
           
private  boolean simAltAzCoord
           
private  boolean simAsyncSlewing
           
private  boolean simCoordMatching
           
private  boolean simDateTime
           
private  boolean simEquCoord
           
private  boolean simFocalLenAperture
           
private  boolean simLatLongElev
           
private  boolean simParkUnpark
           
private  boolean simSetTracking
           
private  boolean simSiderial
           
private  boolean simSlewing
           
private  double siteElevation
           
private  double siteLatitude
           
private  double siteLongitude
           
private  boolean slewing
           
private  int slewSettleTime
           
private  double targetDeclination
           
private  double targetRightAscension
           
private  java.lang.String telescopeStatus
           
private  boolean tracking
           
private  boolean useJavaSimulator
           
private  java.lang.String UTCDate
           
 
Constructor Summary
TelescopeDataTransporter()
          ChartDataTransporter constructor comment.
 
Method Summary
 void addMessage(java.lang.String msg)
          Insert the method's description here.
 java.lang.String fetchMessage(int index)
          Insert the method's description here.
 int getAlignmentMode()
          Insert the method's description here.
 double getAlt()
          Insert the method's description here.
 double getApertureDiameter()
          Insert the method's description here.
 double getAz()
          Insert the method's description here.
 double getDec()
          Insert the method's description here.
 double getDeclinationRate()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 java.lang.String getDriverInfo()
          Insert the method's description here.
 double getFocalLength()
          Insert the method's description here.
 java.util.Vector getLoggedInUsers()
          Insert the method's description here.
 double getLst()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 double getRa()
          Insert the method's description here.
 double getRightAscensionRate()
          Insert the method's description here.
 double getSiteElevation()
          Insert the method's description here.
 double getSiteLatitude()
          Insert the method's description here.
 double getSiteLongitude()
          Insert the method's description here.
 int getSlewSettleTime()
          Insert the method's description here.
 double getTargetDeclination()
          Insert the method's description here.
 double getTargetRightAscension()
          Insert the method's description here.
 java.lang.String getTelescopeStatus()
          Insert the method's description here.
protected  java.net.URL getURL(java.lang.String filename)
          Insert the method's description here.
 java.lang.String getUTCDate()
          Insert the method's description here.
 boolean isCanFindHome()
          Insert the method's description here.
 boolean isCanPark()
          Insert the method's description here.
 boolean isCanSettracking()
          Insert the method's description here.
 boolean isCanSlew()
          Insert the method's description here.
 boolean isCanSlewAsync()
          Insert the method's description here.
 boolean isCanSync()
          Insert the method's description here.
 boolean isCanUnpark()
          Insert the method's description here.
 boolean isConnected()
          Insert the method's description here.
 boolean isLogoutStatus()
          Returns the logoutStatus.
 boolean isParked()
          Insert the method's description here.
 boolean isSimAlignMode()
          Insert the method's description here.
 boolean isSimAltAzCoord()
          Insert the method's description here.
 boolean isSimAsyncSlewing()
          Insert the method's description here.
 boolean isSimCoordMatching()
          Insert the method's description here.
 boolean isSimDateTime()
          Insert the method's description here.
 boolean isSimEquCoord()
          Insert the method's description here.
 boolean isSimFocalLenAperture()
          Insert the method's description here.
 boolean isSimLatLongElev()
          Insert the method's description here.
 boolean isSimParkUnpark()
          Insert the method's description here.
 boolean isSimSetTracking()
          Insert the method's description here.
 boolean isSimSiderial()
          Insert the method's description here.
 boolean isSimSlewing()
          Insert the method's description here.
 boolean isSlewing()
          Insert the method's description here.
 boolean isTracking()
          Insert the method's description here.
 boolean isUseJavaSimulator()
          Insert the method's description here.
 void setAlignmentMode(int newAlignmentMode)
          Insert the method's description here.
 void setAlt(double newAlt)
          Insert the method's description here.
 void setApertureDiameter(double newApertureDiameter)
          Insert the method's description here.
 void setAz(double newAz)
          Insert the method's description here.
 void setCanFindHome(boolean newCanFindHome)
          Insert the method's description here.
 void setCanPark(boolean newCanPark)
          Insert the method's description here.
 void setCanSettracking(boolean newCanSettracking)
          Insert the method's description here.
 void setCanSlew(boolean newCanSlew)
          Insert the method's description here.
 void setCanSlewAsync(boolean newCanSlewAsync)
          Insert the method's description here.
 void setCanSync(boolean newCanSync)
          Insert the method's description here.
 void setCanUnpark(boolean newCanUnpark)
          Insert the method's description here.
 void setConnected(boolean newConnected)
          Insert the method's description here.
 void setDec(double newDec)
          Insert the method's description here.
 void setDeclinationRate(double newDeclinationRate)
          Insert the method's description here.
 void setDescription(java.lang.String newDescription)
          Insert the method's description here.
 void setDriverInfo(java.lang.String newDriverInfo)
          Insert the method's description here.
 void setFocalLength(double newFocalLength)
          Insert the method's description here.
 void setLoggedInUsers(java.util.Vector newLoggedInUsers)
          Insert the method's description here.
 void setLogoutStatus(boolean logoutStatus)
          Sets the logoutStatus.
 void setLst(double newLst)
          Insert the method's description here.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setParked(boolean newParked)
          Insert the method's description here.
 void setRa(double newRa)
          Insert the method's description here.
 void setRightAscensionRate(double newRightAscensionRate)
          Insert the method's description here.
 void setSimAlignMode(boolean newSimAlignMode)
          Insert the method's description here.
 void setSimAltAzCoord(boolean newSimAltAzCoord)
          Insert the method's description here.
 void setSimAsyncSlewing(boolean newSimAsyncSlewing)
          Insert the method's description here.
 void setSimCoordMatching(boolean newSimCoordMatching)
          Insert the method's description here.
 void setSimDateTime(boolean newSimDateTime)
          Insert the method's description here.
 void setSimEquCoord(boolean newSimEquCoord)
          Insert the method's description here.
 void setSimFocalLenAperture(boolean newSimFocalLenAperture)
          Insert the method's description here.
 void setSimLatLongElev(boolean newSimLatLongElev)
          Insert the method's description here.
 void setSimParkUnpark(boolean newSimParkUnpark)
          Insert the method's description here.
 void setSimSetTracking(boolean newSimSetTracking)
          Insert the method's description here.
 void setSimSiderial(boolean newSimSiderial)
          Insert the method's description here.
 void setSimSlewing(boolean newSimSlewing)
          Insert the method's description here.
 void setSiteElevation(double newSiteElevation)
          Insert the method's description here.
 void setSiteLatitude(double newSiteLatitude)
          Insert the method's description here.
 void setSiteLongitude(double newSiteLongitude)
          Insert the method's description here.
 void setSlewing(boolean newSlewing)
          Insert the method's description here.
 void setSlewSettleTime(int newSlewSettleTime)
          Insert the method's description here.
 void setTargetDeclination(double newTargetDeclination)
          Insert the method's description here.
 void setTargetRightAscension(double newTargetRightAscension)
          Insert the method's description here.
 void setTelescopeStatus(java.lang.String newTelescopeStatus)
          Insert the method's description here.
 void setTracking(boolean newTracking)
          Insert the method's description here.
 void setUseJavaSimulator(boolean newUseJavaSimulator)
          Insert the method's description here.
 void setUTCDate(java.lang.String newUTCDate)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LogoutStatus

private boolean LogoutStatus

telescopeStatus

private java.lang.String telescopeStatus

lst

private double lst

ra

private double ra

dec

private double dec

az

private double az

alt

private double alt

declinationRate

private double declinationRate

rightAscensionRate

private double rightAscensionRate

targetDeclination

private double targetDeclination

targetRightAscension

private double targetRightAscension

UTCDate

private java.lang.String UTCDate

slewSettleTime

private int slewSettleTime

slewing

private boolean slewing

tracking

private boolean tracking

parked

private boolean parked

alignmentMode

private int alignmentMode

apertureDiameter

private double apertureDiameter

connected

private boolean connected

description

private java.lang.String description

driverInfo

private java.lang.String driverInfo

focalLength

private double focalLength

name

private java.lang.String name

siteElevation

private double siteElevation

siteLatitude

private double siteLatitude

siteLongitude

private double siteLongitude

canFindHome

private boolean canFindHome

canPark

private boolean canPark

canSettracking

private boolean canSettracking

canSlew

private boolean canSlew

canSlewAsync

private boolean canSlewAsync

canSync

private boolean canSync

canUnpark

private boolean canUnpark

simEquCoord

private boolean simEquCoord

simAltAzCoord

private boolean simAltAzCoord

simLatLongElev

private boolean simLatLongElev

simDateTime

private boolean simDateTime

simSiderial

private boolean simSiderial

simSetTracking

private boolean simSetTracking

simSlewing

private boolean simSlewing

simAsyncSlewing

private boolean simAsyncSlewing

simCoordMatching

private boolean simCoordMatching

simParkUnpark

private boolean simParkUnpark

simAlignMode

private boolean simAlignMode

simFocalLenAperture

private boolean simFocalLenAperture

loggedInUsers

private java.util.Vector loggedInUsers

messages

private java.util.Vector messages

useJavaSimulator

private boolean useJavaSimulator
Constructor Detail

TelescopeDataTransporter

public TelescopeDataTransporter()
ChartDataTransporter constructor comment.

Method Detail

addMessage

public void addMessage(java.lang.String msg)
Insert the method's description here. Creation date: (9/19/01 11:33:44 AM)

Parameters:
msg - java.lang.String

fetchMessage

public java.lang.String fetchMessage(int index)
Insert the method's description here. Creation date: (9/19/01 11:54:50 AM)

Parameters:
index - int
Returns:
java.lang.String

getAlignmentMode

public int getAlignmentMode()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
int

getAlt

public double getAlt()
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Returns:
java.lang.String

getApertureDiameter

public double getApertureDiameter()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getAz

public double getAz()
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Returns:
java.lang.String

getDec

public double getDec()
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Returns:
java.lang.String

getDeclinationRate

public double getDeclinationRate()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
java.lang.String

getDriverInfo

public java.lang.String getDriverInfo()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
java.lang.String

getFocalLength

public double getFocalLength()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getLoggedInUsers

public java.util.Vector getLoggedInUsers()
Insert the method's description here. Creation date: (12/3/01 11:20:43 AM)

Returns:
java.util.Vector

getLst

public double getLst()
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
java.lang.String

getRa

public double getRa()
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Returns:
java.lang.String

getRightAscensionRate

public double getRightAscensionRate()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getSiteElevation

public double getSiteElevation()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getSiteLatitude

public double getSiteLatitude()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getSiteLongitude

public double getSiteLongitude()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getSlewSettleTime

public int getSlewSettleTime()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
int

getTargetDeclination

public double getTargetDeclination()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getTargetRightAscension

public double getTargetRightAscension()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
double

getTelescopeStatus

public java.lang.String getTelescopeStatus()
Insert the method's description here. Creation date: (6/16/01 11:46:50 AM)

Returns:
java.lang.String

getURL

protected java.net.URL getURL(java.lang.String filename)
Insert the method's description here. Creation date: (6/11/01 8:41:40 PM)

Returns:
java.net.URL

getUTCDate

public java.lang.String getUTCDate()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
java.lang.String

isCanFindHome

public boolean isCanFindHome()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isCanPark

public boolean isCanPark()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isCanSettracking

public boolean isCanSettracking()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isCanSlew

public boolean isCanSlew()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isCanSlewAsync

public boolean isCanSlewAsync()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isCanSync

public boolean isCanSync()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isCanUnpark

public boolean isCanUnpark()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isConnected

public boolean isConnected()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isParked

public boolean isParked()
Insert the method's description here. Creation date: (9/17/01 6:23:20 PM)

Returns:
boolean

isSimAlignMode

public boolean isSimAlignMode()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimAltAzCoord

public boolean isSimAltAzCoord()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimAsyncSlewing

public boolean isSimAsyncSlewing()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimCoordMatching

public boolean isSimCoordMatching()
Insert the method's description here. Creation date: (9/14/01 1:44:32 PM)

Returns:
boolean

isSimDateTime

public boolean isSimDateTime()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimEquCoord

public boolean isSimEquCoord()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimFocalLenAperture

public boolean isSimFocalLenAperture()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimLatLongElev

public boolean isSimLatLongElev()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimParkUnpark

public boolean isSimParkUnpark()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimSetTracking

public boolean isSimSetTracking()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimSiderial

public boolean isSimSiderial()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSimSlewing

public boolean isSimSlewing()
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Returns:
boolean

isSlewing

public boolean isSlewing()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isTracking

public boolean isTracking()
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Returns:
boolean

isUseJavaSimulator

public boolean isUseJavaSimulator()
Insert the method's description here. Creation date: (9/14/01 11:27:17 AM)

Returns:
boolean

setAlignmentMode

public void setAlignmentMode(int newAlignmentMode)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newAlignmentMode - int

setAlt

public void setAlt(double newAlt)
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Parameters:
newAlt - java.lang.String

setApertureDiameter

public void setApertureDiameter(double newApertureDiameter)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newApertureDiameter - double

setAz

public void setAz(double newAz)
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Parameters:
newAz - java.lang.String

setCanFindHome

public void setCanFindHome(boolean newCanFindHome)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanFindHome - boolean

setCanPark

public void setCanPark(boolean newCanPark)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanPark - boolean

setCanSettracking

public void setCanSettracking(boolean newCanSettracking)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanSettracking - boolean

setCanSlew

public void setCanSlew(boolean newCanSlew)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanSlew - boolean

setCanSlewAsync

public void setCanSlewAsync(boolean newCanSlewAsync)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanSlewAsync - boolean

setCanSync

public void setCanSync(boolean newCanSync)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanSync - boolean

setCanUnpark

public void setCanUnpark(boolean newCanUnpark)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newCanUnpark - boolean

setConnected

public void setConnected(boolean newConnected)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newConnected - boolean

setDec

public void setDec(double newDec)
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Parameters:
newDec - java.lang.String

setDeclinationRate

public void setDeclinationRate(double newDeclinationRate)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newDeclinationRate - double

setDescription

public void setDescription(java.lang.String newDescription)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newDescription - java.lang.String

setDriverInfo

public void setDriverInfo(java.lang.String newDriverInfo)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newDriverInfo - java.lang.String

setFocalLength

public void setFocalLength(double newFocalLength)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newFocalLength - double

setLoggedInUsers

public void setLoggedInUsers(java.util.Vector newLoggedInUsers)
Insert the method's description here. Creation date: (12/3/01 11:20:43 AM)

Parameters:
newLoggedInUsers - java.util.Vector

setLst

public void setLst(double newLst)
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Parameters:
newLst - java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newName - java.lang.String

setParked

public void setParked(boolean newParked)
Insert the method's description here. Creation date: (9/17/01 6:23:20 PM)

Parameters:
newParked - boolean

setRa

public void setRa(double newRa)
Insert the method's description here. Creation date: (8/3/01 2:46:36 PM)

Parameters:
newRa - java.lang.String

setRightAscensionRate

public void setRightAscensionRate(double newRightAscensionRate)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newRightAscensionRate - double

setSimAlignMode

public void setSimAlignMode(boolean newSimAlignMode)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimAlignMode - boolean

setSimAltAzCoord

public void setSimAltAzCoord(boolean newSimAltAzCoord)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimAltAzCoord - boolean

setSimAsyncSlewing

public void setSimAsyncSlewing(boolean newSimAsyncSlewing)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimAsyncSlewing - boolean

setSimCoordMatching

public void setSimCoordMatching(boolean newSimCoordMatching)
Insert the method's description here. Creation date: (9/14/01 1:44:32 PM)

Parameters:
newSimCoordMatching - boolean

setSimDateTime

public void setSimDateTime(boolean newSimDateTime)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimDateTime - boolean

setSimEquCoord

public void setSimEquCoord(boolean newSimEquCoord)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimEquCoord - boolean

setSimFocalLenAperture

public void setSimFocalLenAperture(boolean newSimFocalLenAperture)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimFocalLenAperture - boolean

setSimLatLongElev

public void setSimLatLongElev(boolean newSimLatLongElev)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimLatLongElev - boolean

setSimParkUnpark

public void setSimParkUnpark(boolean newSimParkUnpark)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimParkUnpark - boolean

setSimSetTracking

public void setSimSetTracking(boolean newSimSetTracking)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimSetTracking - boolean

setSimSiderial

public void setSimSiderial(boolean newSimSiderial)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimSiderial - boolean

setSimSlewing

public void setSimSlewing(boolean newSimSlewing)
Insert the method's description here. Creation date: (9/14/01 10:32:21 AM)

Parameters:
newSimSlewing - boolean

setSiteElevation

public void setSiteElevation(double newSiteElevation)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newSiteElevation - double

setSiteLatitude

public void setSiteLatitude(double newSiteLatitude)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newSiteLatitude - double

setSiteLongitude

public void setSiteLongitude(double newSiteLongitude)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newSiteLongitude - double

setSlewing

public void setSlewing(boolean newSlewing)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newSlewing - boolean

setSlewSettleTime

public void setSlewSettleTime(int newSlewSettleTime)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newSlewSettleTime - int

setTargetDeclination

public void setTargetDeclination(double newTargetDeclination)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newTargetDeclination - double

setTargetRightAscension

public void setTargetRightAscension(double newTargetRightAscension)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newTargetRightAscension - double

setTelescopeStatus

public void setTelescopeStatus(java.lang.String newTelescopeStatus)
Insert the method's description here. Creation date: (6/16/01 11:46:50 AM)

Parameters:
newTelescopeStatus - java.lang.String

setTracking

public void setTracking(boolean newTracking)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newTracking - boolean

setUseJavaSimulator

public void setUseJavaSimulator(boolean newUseJavaSimulator)
Insert the method's description here. Creation date: (9/14/01 11:27:17 AM)

Parameters:
newUseJavaSimulator - boolean

setUTCDate

public void setUTCDate(java.lang.String newUTCDate)
Insert the method's description here. Creation date: (8/6/01 5:00:18 PM)

Parameters:
newUTCDate - java.lang.String

isLogoutStatus

public boolean isLogoutStatus()
Returns the logoutStatus.

Returns:
boolean

setLogoutStatus

public void setLogoutStatus(boolean logoutStatus)
Sets the logoutStatus.

Parameters:
logoutStatus - The logoutStatus to set