Provides access to members for logging real-time data.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
IsLogging | Indicates if the data is being logged. | |
LogEstimatedPosition | Indicates if positions are logged if the signal is lost. | |
LogFile | The feature class used to log positions. | |
LogRate | The time, in seconds, between storing positions in the log file. Defaults to 5 seconds. | |
MinimumLogDeflectionAngle | The minimum deflection angle to use when deciding when to log points. | |
MinimumLogDistance | The minimum distance between points before they are logged. Overrides the log rate, if the minimum distance has not been traveled. | |
StampGpsPosition | Stamp current position values to the selected log file. | |
StartLogging | Start logging to the current log file. | |
StopLogging | Stop logging to the current log file. | |
UseLogRate | Indicates if the log rate is used for sampling data. | |
UseMinimumLogDeflectionAngle | Indicates if the minimum log deflection angle is used for sampling data. | |
UseMinimumLogDistance | Indicates if the minimum log rate is used for sampling data. |
CoClasses that implement IRealTimeLog
CoClasses and Classes | Description |
---|---|
RealTimeFeedManager | The real-time feed manager object. |