com.partnersoft.v3x.apps.MapBrowser
Class GPSSettings

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.GPSSettings
All Implemented Interfaces:
java.io.Serializable

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

Various settings for GPS support.

See Also:
Serialized Form

Constructor Summary
GPSSettings()
           
 
Method Summary
 double getAltitude()
           
 double getAutodrawGranularity()
           
 int getBaudRate()
          Gets the value of baudRate
 int getDataBits()
          Gets the value of dataBits
 java.lang.String getDataFile()
           
 java.lang.String getDataSource()
           
 java.lang.String getDOPType()
           
 int getLaserRangefinderBaudRate()
           
 int getLaserRangefinderDataBits()
           
 java.lang.String getLaserRangefinderParity()
           
 java.lang.String getLaserRangefinderPortName()
           
 java.lang.String getLaserRangefinderStopBits()
           
 double getLatitude()
           
 boolean getLogCarrier()
           
 boolean getLogSuperCorrect()
           
 double getLongitude()
           
 float getMaximumHDOPMask()
           
 float getMaximumPDOPMask()
           
 float getMinimumElevationAngleMask()
           
 int getMinimumNumberOfSatellites()
           
 float getMinimumSNRMask()
           
 java.lang.String getParity()
          Gets the value of parity
 java.lang.String getPathfinderDirectory()
          Gets the value of enabled
 java.lang.String getPortName()
          Gets the value of portName
 java.lang.String getProjectionName()
          Gets the value of projectionName
 double getRadius()
           
 int getRefreshRate()
          Gets the value of refreshRate
 boolean getSimulationEnabled()
           
 java.lang.String getStopBits()
          Gets the value of stopBits
 boolean getUseConstructionID()
           
 boolean isEnabled()
          Gets the value of enabled
 boolean isPostProcessingEnabled()
          Gets the value of enabled
 boolean isTrimbleGPS()
          Gets the value of enabled
 void setAltitude(double newval)
           
 void setAutodrawGranularity(double newGranularity)
           
 void setBaudRate(int argBaudRate)
          Sets the value of baudRate
 void setDataBits(int argDataBits)
          Sets the value of dataBits
 void setDataFile(java.lang.String argDataFile)
           
 void setDataSource(java.lang.String argDataSource)
           
 void setDOPType(java.lang.String dopType)
           
 void setEnabled(boolean argEnabled)
          Sets the value of enabled
 void setLaserRangefinderBaudRate(int argBaudRate)
           
 void setLaserRangefinderDataBits(int argDataBits)
           
 void setLaserRangefinderParity(java.lang.String argParity)
           
 void setLaserRangefinderPortName(java.lang.String argPortName)
           
 void setLaserRangefinderStopBits(java.lang.String argStopBits)
           
 void setLatitude(double argLatitude)
           
 void setLogCarrier(boolean newval)
           
 void setLogSuperCorrect(boolean newval)
           
 void setLongitude(double argLongitude)
           
 void setMaximumHDOPMask(float max)
           
 void setMaximumPDOPMask(float max)
           
 void setMinimumElevationAngleMask(float min)
           
 void setMinimumNumberOfSatellites(int min)
           
 void setMinimumSNRMask(float min)
           
 void setParity(java.lang.String argParity)
          Sets the value of parity
 void setPathfinderDirectory(java.lang.String pathfinderDirectory)
          Sets the value of enabled
 void setPortName(java.lang.String argPortName)
          Sets the value of portName
 void setPostProcessingEnabled(boolean argEnabled)
          Sets the value of enabled
 void setProjectionName(java.lang.String argProjectionName)
          Sets the value of projectionName
 void setRadius(double argRadius)
           
 void setRefreshRate(int argRefreshRate)
          Sets the value of refreshRate
 void setSimulationEnabled(boolean argSimulationEnabled)
           
 void setStopBits(java.lang.String argStopBits)
          Sets the value of stopBits
 void setTrimbleGPS(boolean argTrimbleGPS)
          Sets the value of enabled
 void setUseConstructionID(boolean useConstructionID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSSettings

public GPSSettings()
Method Detail

isEnabled

public boolean isEnabled()
Gets the value of enabled

Returns:
the value of enabled

setEnabled

public void setEnabled(boolean argEnabled)
Sets the value of enabled

Parameters:
argEnabled - Value to assign to this.enabled

getRefreshRate

public int getRefreshRate()
Gets the value of refreshRate

Returns:
the value of refreshRate

setRefreshRate

public void setRefreshRate(int argRefreshRate)
Sets the value of refreshRate

Parameters:
argRefreshRate - Value to assign to this.refreshRate

getPortName

public java.lang.String getPortName()
Gets the value of portName

Returns:
the value of portName

setPortName

public void setPortName(java.lang.String argPortName)
Sets the value of portName

Parameters:
argPortName - Value to assign to this.portName

getBaudRate

public int getBaudRate()
Gets the value of baudRate

Returns:
the value of baudRate

setBaudRate

public void setBaudRate(int argBaudRate)
Sets the value of baudRate

Parameters:
argBaudRate - Value to assign to this.baudRate

getProjectionName

public java.lang.String getProjectionName()
Gets the value of projectionName

Returns:
the value of projectionName

setProjectionName

public void setProjectionName(java.lang.String argProjectionName)
Sets the value of projectionName

Parameters:
argProjectionName - Value to assign to this.projectionName

getDataBits

public int getDataBits()
Gets the value of dataBits

Returns:
the value of dataBits

setDataBits

public void setDataBits(int argDataBits)
Sets the value of dataBits

Parameters:
argDataBits - Value to assign to this.dataBits

getStopBits

public java.lang.String getStopBits()
Gets the value of stopBits

Returns:
the value of stopBits

setStopBits

public void setStopBits(java.lang.String argStopBits)
Sets the value of stopBits

Parameters:
argStopBits - Value to assign to this.stopBits

getParity

public java.lang.String getParity()
Gets the value of parity

Returns:
the value of parity

setParity

public void setParity(java.lang.String argParity)
Sets the value of parity

Parameters:
argParity - Value to assign to this.parity

getLaserRangefinderPortName

public java.lang.String getLaserRangefinderPortName()

setLaserRangefinderPortName

public void setLaserRangefinderPortName(java.lang.String argPortName)

getLaserRangefinderBaudRate

public int getLaserRangefinderBaudRate()

setLaserRangefinderBaudRate

public void setLaserRangefinderBaudRate(int argBaudRate)

getLaserRangefinderDataBits

public int getLaserRangefinderDataBits()

setLaserRangefinderDataBits

public void setLaserRangefinderDataBits(int argDataBits)

getLaserRangefinderStopBits

public java.lang.String getLaserRangefinderStopBits()

setLaserRangefinderStopBits

public void setLaserRangefinderStopBits(java.lang.String argStopBits)

getLaserRangefinderParity

public java.lang.String getLaserRangefinderParity()

setLaserRangefinderParity

public void setLaserRangefinderParity(java.lang.String argParity)

getAutodrawGranularity

public double getAutodrawGranularity()

setAutodrawGranularity

public void setAutodrawGranularity(double newGranularity)

isTrimbleGPS

public boolean isTrimbleGPS()
Gets the value of enabled

Returns:
the value of enabled

setTrimbleGPS

public void setTrimbleGPS(boolean argTrimbleGPS)
Sets the value of enabled

Parameters:
argEnabled - Value to assign to this.enabled

getPathfinderDirectory

public java.lang.String getPathfinderDirectory()
Gets the value of enabled

Returns:
the value of enabled

setPathfinderDirectory

public void setPathfinderDirectory(java.lang.String pathfinderDirectory)
Sets the value of enabled

Parameters:
argEnabled - Value to assign to this.enabled

isPostProcessingEnabled

public boolean isPostProcessingEnabled()
Gets the value of enabled

Returns:
the value of enabled

setPostProcessingEnabled

public void setPostProcessingEnabled(boolean argEnabled)
Sets the value of enabled

Parameters:
argEnabled - Value to assign to this.enabled

getUseConstructionID

public boolean getUseConstructionID()

setUseConstructionID

public void setUseConstructionID(boolean useConstructionID)

getAltitude

public double getAltitude()

getDataFile

public java.lang.String getDataFile()

getDataSource

public java.lang.String getDataSource()

getDOPType

public java.lang.String getDOPType()

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getLogCarrier

public boolean getLogCarrier()

getLogSuperCorrect

public boolean getLogSuperCorrect()

getMaximumHDOPMask

public float getMaximumHDOPMask()
Parameters:
max - between 1-99.

getMaximumPDOPMask

public float getMaximumPDOPMask()
Parameters:
max - between 1-99.

getMinimumElevationAngleMask

public float getMinimumElevationAngleMask()
Parameters:
min - between 0-90.

getMinimumNumberOfSatellites

public int getMinimumNumberOfSatellites()
Parameters:
min - between 4-5.

getMinimumSNRMask

public float getMinimumSNRMask()
Parameters:
min - between 20-47.

getRadius

public double getRadius()

getSimulationEnabled

public boolean getSimulationEnabled()

setAltitude

public void setAltitude(double newval)

setDataFile

public void setDataFile(java.lang.String argDataFile)

setDataSource

public void setDataSource(java.lang.String argDataSource)

setDOPType

public void setDOPType(java.lang.String dopType)

setLatitude

public void setLatitude(double argLatitude)

setLongitude

public void setLongitude(double argLongitude)

setLogCarrier

public void setLogCarrier(boolean newval)

setLogSuperCorrect

public void setLogSuperCorrect(boolean newval)

setMaximumHDOPMask

public void setMaximumHDOPMask(float max)
Parameters:
max - between 1-99.

setMaximumPDOPMask

public void setMaximumPDOPMask(float max)
Parameters:
max - between 1-99.

setMinimumElevationAngleMask

public void setMinimumElevationAngleMask(float min)
Parameters:
min - between 0-90.

setMinimumNumberOfSatellites

public void setMinimumNumberOfSatellites(int min)
Parameters:
min - between 4-5.

setMinimumSNRMask

public void setMinimumSNRMask(float min)
Parameters:
min - between 20-47.

setRadius

public void setRadius(double argRadius)

setSimulationEnabled

public void setSimulationEnabled(boolean argSimulationEnabled)