|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.GPSSettings
public class GPSSettings
Various settings for GPS support.
| 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 |
|---|
public GPSSettings()
| Method Detail |
|---|
public boolean isEnabled()
public void setEnabled(boolean argEnabled)
argEnabled - Value to assign to this.enabledpublic int getRefreshRate()
public void setRefreshRate(int argRefreshRate)
argRefreshRate - Value to assign to this.refreshRatepublic java.lang.String getPortName()
public void setPortName(java.lang.String argPortName)
argPortName - Value to assign to this.portNamepublic int getBaudRate()
public void setBaudRate(int argBaudRate)
argBaudRate - Value to assign to this.baudRatepublic java.lang.String getProjectionName()
public void setProjectionName(java.lang.String argProjectionName)
argProjectionName - Value to assign to this.projectionNamepublic int getDataBits()
public void setDataBits(int argDataBits)
argDataBits - Value to assign to this.dataBitspublic java.lang.String getStopBits()
public void setStopBits(java.lang.String argStopBits)
argStopBits - Value to assign to this.stopBitspublic java.lang.String getParity()
public void setParity(java.lang.String argParity)
argParity - Value to assign to this.paritypublic java.lang.String getLaserRangefinderPortName()
public void setLaserRangefinderPortName(java.lang.String argPortName)
public int getLaserRangefinderBaudRate()
public void setLaserRangefinderBaudRate(int argBaudRate)
public int getLaserRangefinderDataBits()
public void setLaserRangefinderDataBits(int argDataBits)
public java.lang.String getLaserRangefinderStopBits()
public void setLaserRangefinderStopBits(java.lang.String argStopBits)
public java.lang.String getLaserRangefinderParity()
public void setLaserRangefinderParity(java.lang.String argParity)
public double getAutodrawGranularity()
public void setAutodrawGranularity(double newGranularity)
public boolean isTrimbleGPS()
public void setTrimbleGPS(boolean argTrimbleGPS)
argEnabled - Value to assign to this.enabledpublic java.lang.String getPathfinderDirectory()
public void setPathfinderDirectory(java.lang.String pathfinderDirectory)
argEnabled - Value to assign to this.enabledpublic boolean isPostProcessingEnabled()
public void setPostProcessingEnabled(boolean argEnabled)
argEnabled - Value to assign to this.enabledpublic boolean getUseConstructionID()
public void setUseConstructionID(boolean useConstructionID)
public double getAltitude()
public java.lang.String getDataFile()
public java.lang.String getDataSource()
public java.lang.String getDOPType()
public double getLatitude()
public double getLongitude()
public boolean getLogCarrier()
public boolean getLogSuperCorrect()
public float getMaximumHDOPMask()
max - between 1-99.public float getMaximumPDOPMask()
max - between 1-99.public float getMinimumElevationAngleMask()
min - between 0-90.public int getMinimumNumberOfSatellites()
min - between 4-5.public float getMinimumSNRMask()
min - between 20-47.public double getRadius()
public boolean getSimulationEnabled()
public void setAltitude(double newval)
public void setDataFile(java.lang.String argDataFile)
public void setDataSource(java.lang.String argDataSource)
public void setDOPType(java.lang.String dopType)
public void setLatitude(double argLatitude)
public void setLongitude(double argLongitude)
public void setLogCarrier(boolean newval)
public void setLogSuperCorrect(boolean newval)
public void setMaximumHDOPMask(float max)
max - between 1-99.public void setMaximumPDOPMask(float max)
max - between 1-99.public void setMinimumElevationAngleMask(float min)
min - between 0-90.public void setMinimumNumberOfSatellites(int min)
min - between 4-5.public void setMinimumSNRMask(float min)
min - between 20-47.public void setRadius(double argRadius)
public void setSimulationEnabled(boolean argSimulationEnabled)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||