com.esri.arcgis.globecore
Interface IGeoVideoLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeoVideoLayer, IGeoVideoLayerProxy

public interface IGeoVideoLayer
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc0b5bbb2_9b4a_41c3_acbb_f20e9940e574
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getGeoVideoLayerAsXML()
          Returns the GeoVideo Layer as an XML.
 java.lang.Object getGeoVideoLayerState()
          Sets the GeoVideo Layers state.
 void setFastForward(double rhs1)
          Forwards the GeoVideo Layer.
 void setGeoVideoLayerState(java.lang.Object pvGroudOverlayProps)
          Sets the GeoVideo Layers state.
 void setPause(boolean rhs1)
          Pause the GeoVideo Layer.
 void setPlay(boolean rhs1)
          Play the GeoVideo Layer.
 void setPlaySpeed(double rhs1)
          Sets the Play speed for the GeoVideo Layer.
 void setRestart(boolean rhs1)
          Restart the GeoVideo Layer from begining.
 void setReWind(double rhs1)
          Rewinds the GeoVideo Layer.
 void setStop(boolean rhs1)
          Stop the GeoVideo Layer.
 

Field Detail

IIDc0b5bbb2_9b4a_41c3_acbb_f20e9940e574

static final int IIDc0b5bbb2_9b4a_41c3_acbb_f20e9940e574
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

setPlay

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

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

setPause

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

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

setRestart

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

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

setStop

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

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

setFastForward

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

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

setReWind

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

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

setPlaySpeed

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

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

setGeoVideoLayerState

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

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

getGeoVideoLayerState

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

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoVideoLayerAsXML

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

Returns:
The pGeoVideoXML
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.