|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStereoCamera
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 |
---|
static final int IID1a8927bc_9f9a_44ba_a921_3c3ac1aa476c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getEyeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEyeType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.analyst3d.esriEyeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStereoViewType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStereoViewType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.analyst3d.esriStereoViewType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getEyeSeparation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEyeSeparation(double eyeSeparation) throws java.io.IOException, AutomationException
eyeSeparation
- The eyeSeparation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getParallax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParallax(double pParallax) throws java.io.IOException, AutomationException
pParallax
- The pParallax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLRviewFirst() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLRviewFirst(int pView) throws java.io.IOException, AutomationException
pView
- A com.esri.arcgis.analyst3d.esriEyeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStereoSupported() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |