com.esri.arcgis.carto
Class IRealTimeFeedProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRealTimeFeedProxy
All Implemented Interfaces:
IRealTimeFeed, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRealTimeFeed'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to basic properties of RealTimeFeed.' 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 =

public class IRealTimeFeedProxy
extends com.esri.arcgis.interop.Dispatch
implements IRealTimeFeed, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IRealTimeFeed
IID, IID57736c36_7c6e_4c58_b8cb_b1efb385b47c
 
Constructor Summary
  IRealTimeFeedProxy()
          Deprecated. For internal use only
  IRealTimeFeedProxy(java.lang.Object obj)
          Deprecated.  
protected IRealTimeFeedProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRealTimeFeedProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRealTimeFeedProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getConnectionError()
          Deprecated. Connection error information.
 esriGpsDateTime getCurrentDateTime()
          Deprecated. The current date and time.
 esriGpsDgpsInfo getCurrentDgpsInfo()
          Deprecated. The current DGPS information.
 esriGpsDOPInfo getCurrentDopInfo()
          Deprecated. The current DOP information.
 esriGpsGroundCourse getCurrentGroundCourse()
          Deprecated. The current ground course.
 esriGpsMagneticVariance getCurrentMagneticVariance()
          Deprecated. The current magnetic variance.
 esriGpsPositionInfo getCurrentPosition()
          Deprecated. The current position information from the real-time feed.
 int getCurrentSatelliteCount()
          Deprecated. The most recent number of satellites.
 esriGpsSatelliteData getCurrentSatelliteData(int index)
          Deprecated. The satellite data for the given index value.
 ISpatialReference getSpatialReference()
          Deprecated. The spatial reference of the real-time feed.
 int getStatus()
          Deprecated. The current status of the real-time feed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          Deprecated. The spatial reference of the real-time feed.
 void start()
          Deprecated. Starts the real-time feed.
 void stop()
          Deprecated. Stops the real-time feed.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRealTimeFeedProxy

public IRealTimeFeedProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRealTimeFeedProxy

public IRealTimeFeedProxy()
Deprecated. 
For internal use only


IRealTimeFeedProxy

public IRealTimeFeedProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRealTimeFeedProxy

protected IRealTimeFeedProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRealTimeFeedProxy

protected IRealTimeFeedProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

start

public void start()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Starts the real-time feed. If failed and sets error information in 'ConnectionError'.

Specified by:
start in interface IRealTimeFeed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

public void stop()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Stops the real-time feed.

Specified by:
stop in interface IRealTimeFeed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The spatial reference of the real-time feed.

Specified by:
getSpatialReference in interface IRealTimeFeed
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The spatial reference of the real-time feed.

Specified by:
setSpatialReferenceByRef in interface IRealTimeFeed
Parameters:
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

public int getStatus()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The current status of the real-time feed.

Specified by:
getStatus in interface IRealTimeFeed
Returns:
A com.esri.arcgis.carto.esriGpsConnectionStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentPosition

public esriGpsPositionInfo getCurrentPosition()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The current position information from the real-time feed.

Specified by:
getCurrentPosition in interface IRealTimeFeed
Returns:
A Structure: com.esri.arcgis.carto.esriGpsPositionInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentSatelliteCount

public int getCurrentSatelliteCount()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The most recent number of satellites.

Specified by:
getCurrentSatelliteCount in interface IRealTimeFeed
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentSatelliteData

public esriGpsSatelliteData getCurrentSatelliteData(int index)
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
The satellite data for the given index value.

Specified by:
getCurrentSatelliteData in interface IRealTimeFeed
Parameters:
index - The index (in)
Returns:
A Structure: com.esri.arcgis.carto.esriGpsSatelliteData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentMagneticVariance

public esriGpsMagneticVariance getCurrentMagneticVariance()
                                                   throws java.io.IOException,
                                                          AutomationException
Deprecated. 
The current magnetic variance.

Specified by:
getCurrentMagneticVariance in interface IRealTimeFeed
Returns:
A Structure: com.esri.arcgis.carto.esriGpsMagneticVariance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentGroundCourse

public esriGpsGroundCourse getCurrentGroundCourse()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The current ground course.

Specified by:
getCurrentGroundCourse in interface IRealTimeFeed
Returns:
A Structure: com.esri.arcgis.carto.esriGpsGroundCourse
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentDopInfo

public esriGpsDOPInfo getCurrentDopInfo()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The current DOP information.

Specified by:
getCurrentDopInfo in interface IRealTimeFeed
Returns:
A Structure: com.esri.arcgis.carto.esriGpsDOPInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentDateTime

public esriGpsDateTime getCurrentDateTime()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The current date and time.

Specified by:
getCurrentDateTime in interface IRealTimeFeed
Returns:
A Structure: com.esri.arcgis.carto.esriGpsDateTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentDgpsInfo

public esriGpsDgpsInfo getCurrentDgpsInfo()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The current DGPS information.

Specified by:
getCurrentDgpsInfo in interface IRealTimeFeed
Returns:
A Structure: com.esri.arcgis.carto.esriGpsDgpsInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionError

public int getConnectionError()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Connection error information.

Specified by:
getConnectionError in interface IRealTimeFeed
Returns:
A com.esri.arcgis.carto.esriGpsConnectionError constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.