|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gps.AbstractGPSDevice
com.partnersoft.gps.simulation.SimulatedGpsDevice
public class SimulatedGpsDevice
Depends on MapApp because it needs to know the current projection.
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.gps.AbstractGPSDevice |
|---|
caster |
| Constructor Summary | |
|---|---|
SimulatedGpsDevice(MapApp app)
|
|
| Method Summary | |
|---|---|
void |
applyAllSettings()
|
void |
close()
Close the GPS. |
double |
getCenterX()
|
double |
getCenterY()
|
javax.swing.JPanel |
getConfigutron()
Returns a property page for configuring the GPS. |
Constellation |
getConstellation()
|
java.lang.String |
getDeviceLabel()
|
java.lang.String |
getDeviceType()
|
GPSState |
getGpsState()
Returns null if the GPS is not open. |
double |
getHDOP()
|
GPSReading |
getLastReading()
|
double |
getPDOP()
|
Postprocessing |
getPostprocessing()
|
double |
getPredictedPostprocessedAccuracy()
|
int |
getStatusCode()
|
java.lang.String |
getStatusMessage()
|
boolean |
isOpen()
|
void |
open()
Open the GPS using the current settings. |
void |
setCenter(double centerX,
double centerY)
|
SurveyedLocation |
surveyLocation()
The simulation GPS does not take advantage of surveyLocation() to do any special processing, like point averaging. |
| Methods inherited from class com.partnersoft.gps.AbstractGPSDevice |
|---|
addGPSListener, removeAllListeners, removeGPSListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimulatedGpsDevice(MapApp app)
| Method Detail |
|---|
public java.lang.String getDeviceType()
public java.lang.String getDeviceLabel()
public void applyAllSettings()
throws java.io.IOException
java.io.IOExceptionpublic void close()
GPSDevice
public Constellation getConstellation()
public double getHDOP()
public GPSReading getLastReading()
public SurveyedLocation surveyLocation()
public double getPDOP()
public double getPredictedPostprocessedAccuracy()
public int getStatusCode()
public java.lang.String getStatusMessage()
public boolean isOpen()
public void open()
GPSDevice
public javax.swing.JPanel getConfigutron()
GPSDevice
public GPSState getGpsState()
GPSDevice
public Postprocessing getPostprocessing()
public void setCenter(double centerX,
double centerY)
public double getCenterX()
public double getCenterY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||