com.esri.arcgis.globecore
Interface IGeoVideoLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeoVideoLayer

public interface IGeoVideoLayer
extends Serializable

Provides access to members that manipulate the georeferenced video layers.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getGeoVideoLayerAsXML()
          Returns the GeoVideo Layer as an XML.
 Object getGeoVideoLayerState()
          Sets the GeoVideo Layers state.
 void setFastForward(double rhs1)
          Forwards the GeoVideo Layer.
 void setGeoVideoLayerState(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.
 

Method Detail

setPlay

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPause

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRestart

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setStop

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFastForward

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setReWind

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPlaySpeed

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setGeoVideoLayerState

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getGeoVideoLayerState

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getGeoVideoLayerAsXML

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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