com.esri.arcgis.globecore
Class IGeoVideoLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGeoVideoLayerProxy
All Implemented Interfaces:
IGeoVideoLayer, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that manipulate the georeferenced video layers.' 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 IGeoVideoLayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoVideoLayer, 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.globecore.IGeoVideoLayer
IID, IIDc0b5bbb2_9b4a_41c3_acbb_f20e9940e574
 
Constructor Summary
  IGeoVideoLayerProxy()
          Deprecated. For internal use only
  IGeoVideoLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IGeoVideoLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeoVideoLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeoVideoLayerProxy(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.  
 java.lang.String getGeoVideoLayerAsXML()
          Deprecated. Returns the GeoVideo Layer as an XML.
 java.lang.Object getGeoVideoLayerState()
          Deprecated. Sets the GeoVideo Layers state.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFastForward(double rhs1)
          Deprecated. Forwards the GeoVideo Layer.
 void setGeoVideoLayerState(java.lang.Object pvGroudOverlayProps)
          Deprecated. Sets the GeoVideo Layers state.
 void setPause(boolean rhs1)
          Deprecated. Pause the GeoVideo Layer.
 void setPlay(boolean rhs1)
          Deprecated. Play the GeoVideo Layer.
 void setPlaySpeed(double rhs1)
          Deprecated. Sets the Play speed for the GeoVideo Layer.
 void setRestart(boolean rhs1)
          Deprecated. Restart the GeoVideo Layer from begining.
 void setReWind(double rhs1)
          Deprecated. Rewinds the GeoVideo Layer.
 void setStop(boolean rhs1)
          Deprecated. Stop the GeoVideo Layer.
 
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

IGeoVideoLayerProxy

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

IGeoVideoLayerProxy

public IGeoVideoLayerProxy()
Deprecated. 
For internal use only


IGeoVideoLayerProxy

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

IGeoVideoLayerProxy

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

IGeoVideoLayerProxy

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

setPlay

public void setPlay(boolean rhs1)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Play the GeoVideo Layer.

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

setPause

public void setPause(boolean rhs1)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Pause the GeoVideo Layer.

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

setRestart

public void setRestart(boolean rhs1)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Restart the GeoVideo Layer from begining.

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

setStop

public void setStop(boolean rhs1)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Stop the GeoVideo Layer. Sets the current frame back to the start.

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

setFastForward

public void setFastForward(double rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Forwards the GeoVideo Layer.

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

setReWind

public void setReWind(double rhs1)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Rewinds the GeoVideo Layer.

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

setPlaySpeed

public void setPlaySpeed(double rhs1)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sets the Play speed for the GeoVideo Layer.

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

setGeoVideoLayerState

public void setGeoVideoLayerState(java.lang.Object pvGroudOverlayProps)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Sets the GeoVideo Layers state.

Specified by:
setGeoVideoLayerState in interface IGeoVideoLayer
Parameters:
pvGroudOverlayProps - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoVideoLayerState

public java.lang.Object getGeoVideoLayerState()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Sets the GeoVideo Layers state.

Specified by:
getGeoVideoLayerState in interface IGeoVideoLayer
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoVideoLayerAsXML

public java.lang.String getGeoVideoLayerAsXML()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Returns the GeoVideo Layer as an XML.

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