com.esri.arcgis.analyst3d
Interface IStereoCamera

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Camera, IStereoCameraProxy

public interface IStereoCamera
extends java.io.Serializable

COM Interface 'IStereoCamera'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that manipulate the stereo camera.' 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 IID1a8927bc_9f9a_44ba_a921_3c3ac1aa476c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getEyeSeparation()
          Eye separation.
 int getEyeType()
          Eye view.
 int getLRviewFirst()
          Left / Right view first.
 double getParallax()
          Parallax.
 int getStereoViewType()
          The type of stereo view.
 boolean isStereoSupported()
          Indicates if stereo is supported.
 void setEyeSeparation(double eyeSeparation)
          Eye separation.
 void setEyeType(int pType)
          Eye view.
 void setLRviewFirst(int pView)
          Left / Right view first.
 void setParallax(double pParallax)
          Parallax.
 void setStereoViewType(int pType)
          The type of stereo view.
 

Field Detail

IID1a8927bc_9f9a_44ba_a921_3c3ac1aa476c

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

getEyeType

int getEyeType()
               throws java.io.IOException,
                      AutomationException
Eye view.

Returns:
A com.esri.arcgis.analyst3d.esriEyeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEyeType

void setEyeType(int pType)
                throws java.io.IOException,
                       AutomationException
Eye view.

Parameters:
pType - A com.esri.arcgis.analyst3d.esriEyeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStereoViewType

int getStereoViewType()
                      throws java.io.IOException,
                             AutomationException
The type of stereo view.

Returns:
A com.esri.arcgis.analyst3d.esriStereoViewType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStereoViewType

void setStereoViewType(int pType)
                       throws java.io.IOException,
                              AutomationException
The type of stereo view.

Parameters:
pType - A com.esri.arcgis.analyst3d.esriStereoViewType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEyeSeparation

double getEyeSeparation()
                        throws java.io.IOException,
                               AutomationException
Eye separation.

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

setEyeSeparation

void setEyeSeparation(double eyeSeparation)
                      throws java.io.IOException,
                             AutomationException
Eye separation.

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

getParallax

double getParallax()
                   throws java.io.IOException,
                          AutomationException
Parallax.

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

setParallax

void setParallax(double pParallax)
                 throws java.io.IOException,
                        AutomationException
Parallax.

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

getLRviewFirst

int getLRviewFirst()
                   throws java.io.IOException,
                          AutomationException
Left / Right view first.

Returns:
A com.esri.arcgis.analyst3d.esriEyeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLRviewFirst

void setLRviewFirst(int pView)
                    throws java.io.IOException,
                           AutomationException
Left / Right view first.

Parameters:
pView - A com.esri.arcgis.analyst3d.esriEyeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStereoSupported

boolean isStereoSupported()
                          throws java.io.IOException,
                                 AutomationException
Indicates if stereo is supported.

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