|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStereoCamera
Provides access to members that manipulate the stereo camera.
IStereoCamera is used to generate a 3D stereo display.
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. |
Method Detail |
---|
int getEyeType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEyeType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.analyst3d.esriEyeType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStereoViewType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStereoViewType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.analyst3d.esriStereoViewType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getEyeSeparation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEyeSeparation(double eyeSeparation) throws IOException, AutomationException
eyeSeparation
- The eyeSeparation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getParallax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParallax(double pParallax) throws IOException, AutomationException
pParallax
- The pParallax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLRviewFirst() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLRviewFirst(int pView) throws IOException, AutomationException
pView
- A com.esri.arcgis.analyst3d.esriEyeType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStereoSupported() throws IOException, AutomationException
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 |