com.esri.arcgis.carto
Interface IRealTimeFeedManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRealTimeFeedManagerProxy, RealTimeFeedManager

public interface IRealTimeFeedManager
extends java.io.Serializable

COM Interface 'IRealTimeFeedManager'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to basic properties of RealTimeFeedManager.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbf309fcd_69af_4311_8803_c4960f378659
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDbf309fcd_69af_4311_8803_c4960f378659

static final int IIDbf309fcd_69af_4311_8803_c4960f378659
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRealTimeFeed

IRealTimeFeed getRealTimeFeed()
                              throws java.io.IOException,
                                     AutomationException
The real-time feed.

Returns:
A reference to a com.esri.arcgis.carto.IRealTimeFeed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRealTimeFeedByRef

void setRealTimeFeedByRef(IRealTimeFeed ppRealTimeFeed)
                          throws java.io.IOException,
                                 AutomationException
The real-time feed.

Parameters:
ppRealTimeFeed - A reference to a com.esri.arcgis.carto.IRealTimeFeed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMap

IMap getMap()
            throws java.io.IOException,
                   AutomationException
The map on which to display the current position.

Returns:
A reference to a com.esri.arcgis.carto.IMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapByRef

void setMapByRef(IMap ppMap)
                 throws java.io.IOException,
                        AutomationException
The map on which to display the current position.

Parameters:
ppMap - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGpsFeed

IGpsFeed getGpsFeed()
                    throws java.io.IOException,
                           AutomationException
The GPS feed object.

Returns:
A reference to a com.esri.arcgis.carto.IGpsFeed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRealTimeFeedSimulator

IRealTimeFeedSimulator getRealTimeFeedSimulator()
                                                throws java.io.IOException,
                                                       AutomationException
The real-time feed simulator.

Returns:
A reference to a com.esri.arcgis.carto.IRealTimeFeedSimulator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.