com.esri.arcgis.carto
Class IRealTimeFeedSimulatorProxy

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

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

Description: 'Provides access to the members of a real-time feed simulator.' 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 IRealTimeFeedSimulatorProxy
extends com.esri.arcgis.interop.Dispatch
implements IRealTimeFeedSimulator, 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.IRealTimeFeedSimulator
IID, IIDa062c77e_53e6_4a6a_8e22_14c7a73540fe
 
Constructor Summary
  IRealTimeFeedSimulatorProxy()
          Deprecated. For internal use only
  IRealTimeFeedSimulatorProxy(java.lang.Object obj)
          Deprecated.  
protected IRealTimeFeedSimulatorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRealTimeFeedSimulatorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRealTimeFeedSimulatorProxy(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.  
 IFeatureLayer getFeatureLayer()
          Deprecated. The feature layer used to simulate the real-time feed.
 double getTimeFactor()
          Deprecated. A factor used to adjust the data-driven time interval.
 java.lang.String getTimeField()
          Deprecated. The name of the field used for a data-driven time interval.
 double getTimeIncrement()
          Deprecated. The time increment, in seconds, for the simulated feed.
 boolean isFixedTime()
          Deprecated. Indicates if a fixed time interval is used.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureLayerByRef(IFeatureLayer ppSimulationData)
          Deprecated. The feature layer used to simulate the real-time feed.
 void setFixedTime(boolean pFixed)
          Deprecated. Indicates if a fixed time interval is used.
 void setTimeFactor(double pFactor)
          Deprecated. A factor used to adjust the data-driven time interval.
 void setTimeField(java.lang.String pFieldName)
          Deprecated. The name of the field used for a data-driven time interval.
 void setTimeIncrement(double pIncrement)
          Deprecated. The time increment, in seconds, for the simulated 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

IRealTimeFeedSimulatorProxy

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

IRealTimeFeedSimulatorProxy

public IRealTimeFeedSimulatorProxy()
Deprecated. 
For internal use only


IRealTimeFeedSimulatorProxy

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

IRealTimeFeedSimulatorProxy

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

IRealTimeFeedSimulatorProxy

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

getFeatureLayer

public IFeatureLayer getFeatureLayer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The feature layer used to simulate the real-time feed. This must be a point or line feature layer.

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

setFeatureLayerByRef

public void setFeatureLayerByRef(IFeatureLayer ppSimulationData)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The feature layer used to simulate the real-time feed. This must be a point or line feature layer.

Specified by:
setFeatureLayerByRef in interface IRealTimeFeedSimulator
Parameters:
ppSimulationData - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFixedTime

public boolean isFixedTime()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if a fixed time interval is used. If false, use a data-driven time interval. Defaults to true.

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

setFixedTime

public void setFixedTime(boolean pFixed)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if a fixed time interval is used. If false, use a data-driven time interval. Defaults to true.

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

getTimeIncrement

public double getTimeIncrement()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The time increment, in seconds, for the simulated feed. Defaults to 5 seconds.

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

setTimeIncrement

public void setTimeIncrement(double pIncrement)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The time increment, in seconds, for the simulated feed. Defaults to 5 seconds.

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

getTimeField

public java.lang.String getTimeField()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The name of the field used for a data-driven time interval. Defaults to 'TIME'.

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

setTimeField

public void setTimeField(java.lang.String pFieldName)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The name of the field used for a data-driven time interval. Defaults to 'TIME'.

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

getTimeFactor

public double getTimeFactor()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
A factor used to adjust the data-driven time interval. The factor is multiplied by each value in the TimeField. Defaults to 1.0.

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

setTimeFactor

public void setTimeFactor(double pFactor)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
A factor used to adjust the data-driven time interval. The factor is multiplied by each value in the TimeField. Defaults to 1.0.

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