|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRealTimeFeedManager
Provides access to basic properties of RealTimeFeedManager.
Method Summary | |
---|---|
IGpsFeed |
getGpsFeed()
The GPS feed object. |
IMap |
getMap()
The map on which to display the current position. |
IRealTimeFeed |
getRealTimeFeed()
The real-time feed. |
IRealTimeFeedSimulator |
getRealTimeFeedSimulator()
The real-time feed simulator. |
void |
setMapByRef(IMap ppMap)
The map on which to display the current position. |
void |
setRealTimeFeedByRef(IRealTimeFeed ppRealTimeFeed)
The real-time feed. |
Method Detail |
---|
IRealTimeFeed getRealTimeFeed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRealTimeFeedByRef(IRealTimeFeed ppRealTimeFeed) throws IOException, AutomationException
ppRealTimeFeed
- A reference to a com.esri.arcgis.carto.IRealTimeFeed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMap getMap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapByRef(IMap ppMap) throws IOException, AutomationException
ppMap
- A reference to a com.esri.arcgis.carto.IMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpsFeed getGpsFeed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRealTimeFeedSimulator getRealTimeFeedSimulator() 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 |