|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRealTimeFeed
Provides access to basic properties of RealTimeFeed.
| Method Summary | |
|---|---|
int |
getConnectionError()
Connection error information. |
esriGpsDateTime |
getCurrentDateTime()
The current date and time. |
esriGpsDgpsInfo |
getCurrentDgpsInfo()
The current DGPS information. |
esriGpsDOPInfo |
getCurrentDopInfo()
The current DOP information. |
esriGpsGroundCourse |
getCurrentGroundCourse()
The current ground course. |
esriGpsMagneticVariance |
getCurrentMagneticVariance()
The current magnetic variance. |
esriGpsPositionInfo |
getCurrentPosition()
The current position information from the real-time feed. |
int |
getCurrentSatelliteCount()
The most recent number of satellites. |
esriGpsSatelliteData |
getCurrentSatelliteData(int index)
The satellite data for the given index value. |
ISpatialReference |
getSpatialReference()
The spatial reference of the real-time feed. |
int |
getStatus()
The current status of the real-time feed. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
The spatial reference of the real-time feed. |
void |
start()
Starts the real-time feed. |
void |
stop()
Stops the real-time feed. |
| Method Detail |
|---|
void start()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stop()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
throws IOException,
AutomationException
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStatus()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsPositionInfo getCurrentPosition()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCurrentSatelliteCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsSatelliteData getCurrentSatelliteData(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsMagneticVariance getCurrentMagneticVariance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsGroundCourse getCurrentGroundCourse()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsDOPInfo getCurrentDopInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsDateTime getCurrentDateTime()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriGpsDgpsInfo getCurrentDgpsInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConnectionError()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||