com.esri.arcgis.carto
Class IRealTimeLogProxy

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

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

Description: 'Provides access to members for logging real-time data.' 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 IRealTimeLogProxy
extends com.esri.arcgis.interop.Dispatch
implements IRealTimeLog, 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.IRealTimeLog
IID, IID32c1c986_1df2_482f_9a7f_39d2e134e528
 
Constructor Summary
  IRealTimeLogProxy()
          Deprecated. For internal use only
  IRealTimeLogProxy(java.lang.Object obj)
          Deprecated.  
protected IRealTimeLogProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRealTimeLogProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRealTimeLogProxy(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.  
 IFeatureClass getLogFile()
          Deprecated. The feature class used to log positions.
 double getLogRate()
          Deprecated. The time, in seconds, between storing positions in the log file.
 double getMinimumLogDeflectionAngle()
          Deprecated. The minimum deflection angle to use when deciding when to log points.
 double getMinimumLogDistance()
          Deprecated. The minimum distance between points before they are logged.
 boolean isLogEstimatedPosition()
          Deprecated. Indicates if positions are logged if the signal is lost.
 boolean isLogging()
          Deprecated. Indicates if the data is being logged.
 boolean isUseLogRate()
          Deprecated. Indicates if the log rate is used for sampling data.
 boolean isUseMinimumLogDeflectionAngle()
          Deprecated. Indicates if the minimum log deflection angle is used for sampling data.
 boolean isUseMinimumLogDistance()
          Deprecated. Indicates if the minimum log rate is used for sampling data.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLogEstimatedPosition(boolean pLogEstimated)
          Deprecated. Indicates if positions are logged if the signal is lost.
 void setLogFileByRef(IFeatureClass ppFeatureClass)
          Deprecated. The feature class used to log positions.
 void setLogRate(double pRate)
          Deprecated. The time, in seconds, between storing positions in the log file.
 void setMinimumLogDeflectionAngle(double pAngle)
          Deprecated. The minimum deflection angle to use when deciding when to log points.
 void setMinimumLogDistance(double pDistance)
          Deprecated. The minimum distance between points before they are logged.
 void setUseLogRate(boolean pUse)
          Deprecated. Indicates if the log rate is used for sampling data.
 void setUseMinimumLogDeflectionAngle(boolean pUse)
          Deprecated. Indicates if the minimum log deflection angle is used for sampling data.
 void setUseMinimumLogDistance(boolean pUse)
          Deprecated. Indicates if the minimum log rate is used for sampling data.
 void stampGpsPosition()
          Deprecated. Stamp current position values to the selected log file.
 void startLogging()
          Deprecated. Start logging to the current log file.
 void stopLogging()
          Deprecated. Stop logging to the current log file.
 
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

IRealTimeLogProxy

public IRealTimeLogProxy(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

IRealTimeLogProxy

public IRealTimeLogProxy()
Deprecated. 
For internal use only


IRealTimeLogProxy

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

IRealTimeLogProxy

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

IRealTimeLogProxy

protected IRealTimeLogProxy(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

getLogFile

public IFeatureClass getLogFile()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The feature class used to log positions.

Specified by:
getLogFile in interface IRealTimeLog
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLogFileByRef

public void setLogFileByRef(IFeatureClass ppFeatureClass)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The feature class used to log positions.

Specified by:
setLogFileByRef in interface IRealTimeLog
Parameters:
ppFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogRate

public double getLogRate()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The time, in seconds, between storing positions in the log file. Defaults to 5 seconds.

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

setLogRate

public void setLogRate(double pRate)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The time, in seconds, between storing positions in the log file. Defaults to 5 seconds.

Specified by:
setLogRate in interface IRealTimeLog
Parameters:
pRate - The pRate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumLogDistance

public double getMinimumLogDistance()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The minimum distance between points before they are logged. Overrides the log rate, if the minimum distance has not been traveled.

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

setMinimumLogDistance

public void setMinimumLogDistance(double pDistance)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The minimum distance between points before they are logged. Overrides the log rate, if the minimum distance has not been traveled.

Specified by:
setMinimumLogDistance in interface IRealTimeLog
Parameters:
pDistance - The pDistance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumLogDeflectionAngle

public double getMinimumLogDeflectionAngle()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The minimum deflection angle to use when deciding when to log points.

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

setMinimumLogDeflectionAngle

public void setMinimumLogDeflectionAngle(double pAngle)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The minimum deflection angle to use when deciding when to log points.

Specified by:
setMinimumLogDeflectionAngle in interface IRealTimeLog
Parameters:
pAngle - The pAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseLogRate

public boolean isUseLogRate()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the log rate is used for sampling data.

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

setUseLogRate

public void setUseLogRate(boolean pUse)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the log rate is used for sampling data.

Specified by:
setUseLogRate in interface IRealTimeLog
Parameters:
pUse - The pUse (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseMinimumLogDistance

public boolean isUseMinimumLogDistance()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the minimum log rate is used for sampling data.

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

setUseMinimumLogDistance

public void setUseMinimumLogDistance(boolean pUse)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the minimum log rate is used for sampling data.

Specified by:
setUseMinimumLogDistance in interface IRealTimeLog
Parameters:
pUse - The pUse (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseMinimumLogDeflectionAngle

public boolean isUseMinimumLogDeflectionAngle()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates if the minimum log deflection angle is used for sampling data.

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

setUseMinimumLogDeflectionAngle

public void setUseMinimumLogDeflectionAngle(boolean pUse)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates if the minimum log deflection angle is used for sampling data.

Specified by:
setUseMinimumLogDeflectionAngle in interface IRealTimeLog
Parameters:
pUse - The pUse (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startLogging

public void startLogging()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Start logging to the current log file.

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

stopLogging

public void stopLogging()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Stop logging to the current log file.

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

isLogging

public boolean isLogging()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the data is being logged.

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

stampGpsPosition

public void stampGpsPosition()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Stamp current position values to the selected log file.

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

setLogEstimatedPosition

public void setLogEstimatedPosition(boolean pLogEstimated)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if positions are logged if the signal is lost.

Specified by:
setLogEstimatedPosition in interface IRealTimeLog
Parameters:
pLogEstimated - The pLogEstimated (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLogEstimatedPosition

public boolean isLogEstimatedPosition()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if positions are logged if the signal is lost.

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