|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.analyst3d.ISceneViewer2Proxy
Description: 'Provides access to members that conrtrol the scene viewer.' 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 =
public class ISceneViewer2Proxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.analyst3d.ISceneViewer2 |
|---|
IID, IID5e20043d_fb3d_4ff2_85c0_8bb7ac983242 |
| Constructor Summary | |
|---|---|
|
ISceneViewer2Proxy()
Deprecated. For internal use only |
|
ISceneViewer2Proxy(java.lang.Object obj)
Deprecated. |
protected |
ISceneViewer2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISceneViewer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISceneViewer2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clearGesture()
Deprecated. Clears the last gesture. |
void |
drawToMetafile(int hDC,
float resolutionFactor,
int left,
int top,
int right,
int bottom,
boolean bOffScreen)
Deprecated. Draws the contents of the viewer to a device. |
ICamera |
getCamera()
Deprecated. The scene viewer's camera. |
java.lang.String |
getCaption()
Deprecated. The scene viewer's caption. |
int |
getGestureSensitivity()
Deprecated. The gesture sensitivity as indicated by number of pixels. |
int |
getHDC()
Deprecated. The associated device context. |
int |
getHWnd()
Deprecated. The associated window handle. |
ISceneGraph |
getSceneGraph()
Deprecated. The scene viewer's scene graph. |
void |
getScreenShot(int type,
java.lang.String fileName)
Deprecated. Saves the content of the scene viewer and any windows superimposed on the scene viewer as an image. |
void |
getSnapshot(int width,
int height,
int type,
java.lang.String fileName)
Deprecated. Saves the content of the scene viewer as an image. |
boolean |
isGestureEnabled()
Deprecated. Indicates if gesturing is enabled. |
boolean |
isNorthArrowEnabled()
Deprecated. Indicates if the north arrow is enabled. |
void |
overrideDefaultHandler()
Deprecated. Supersedes the default event handler. |
void |
redraw(boolean cameraMoved)
Deprecated. Redraws the scene viewer. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCameraByRef(ICamera ppCamera)
Deprecated. The scene viewer's camera. |
void |
setCaption(java.lang.String pCaption)
Deprecated. The scene viewer's caption. |
void |
setGestureEnabled(boolean pbEnabled)
Deprecated. Indicates if gesturing is enabled. |
void |
setGestureSensitivity(int pcPixels)
Deprecated. The gesture sensitivity as indicated by number of pixels. |
void |
setNorthArrowEnabled(boolean pbNorthArrow)
Deprecated. Indicates if the north arrow is enabled. |
void |
setSceneGraphByRef(ISceneGraph ppSceneGraph)
Deprecated. The scene viewer's scene graph. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISceneViewer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISceneViewer2Proxy()
public ISceneViewer2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISceneViewer2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISceneViewer2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getCaption()
throws java.io.IOException,
AutomationException
getCaption in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCaption(java.lang.String pCaption)
throws java.io.IOException,
AutomationException
setCaption in interface ISceneViewer2pCaption - The pCaption (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISceneGraph getSceneGraph()
throws java.io.IOException,
AutomationException
getSceneGraph in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSceneGraphByRef(ISceneGraph ppSceneGraph)
throws java.io.IOException,
AutomationException
setSceneGraphByRef in interface ISceneViewer2ppSceneGraph - A reference to a com.esri.arcgis.analyst3d.ISceneGraph (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICamera getCamera()
throws java.io.IOException,
AutomationException
getCamera in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCameraByRef(ICamera ppCamera)
throws java.io.IOException,
AutomationException
setCameraByRef in interface ISceneViewer2ppCamera - A reference to a com.esri.arcgis.analyst3d.ICamera (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void redraw(boolean cameraMoved)
throws java.io.IOException,
AutomationException
redraw in interface ISceneViewer2cameraMoved - The cameraMoved (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawToMetafile(int hDC,
float resolutionFactor,
int left,
int top,
int right,
int bottom,
boolean bOffScreen)
throws java.io.IOException,
AutomationException
drawToMetafile in interface ISceneViewer2hDC - The hDC (A COM typedef) (in)resolutionFactor - The resolutionFactor (in)left - The left (in)top - The top (in)right - The right (in)bottom - The bottom (in)bOffScreen - The bOffScreen (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSnapshot(int width,
int height,
int type,
java.lang.String fileName)
throws java.io.IOException,
AutomationException
getSnapshot in interface ISceneViewer2width - The width (in)height - The height (in)type - A com.esri.arcgis.analyst3d.esri3DOutputImageType constant (in)fileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getScreenShot(int type,
java.lang.String fileName)
throws java.io.IOException,
AutomationException
getScreenShot in interface ISceneViewer2type - A com.esri.arcgis.analyst3d.esri3DOutputImageType constant (in)fileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHDC()
throws java.io.IOException,
AutomationException
getHDC in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGestureSensitivity(int pcPixels)
throws java.io.IOException,
AutomationException
setGestureSensitivity in interface ISceneViewer2pcPixels - The pcPixels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGestureSensitivity()
throws java.io.IOException,
AutomationException
getGestureSensitivity in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGestureEnabled(boolean pbEnabled)
throws java.io.IOException,
AutomationException
setGestureEnabled in interface ISceneViewer2pbEnabled - The pbEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isGestureEnabled()
throws java.io.IOException,
AutomationException
isGestureEnabled in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearGesture()
throws java.io.IOException,
AutomationException
clearGesture in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void overrideDefaultHandler()
throws java.io.IOException,
AutomationException
overrideDefaultHandler in interface ISceneViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNorthArrowEnabled(boolean pbNorthArrow)
throws java.io.IOException,
AutomationException
setNorthArrowEnabled in interface ISceneViewer2pbNorthArrow - The pbNorthArrow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNorthArrowEnabled()
throws java.io.IOException,
AutomationException
isNorthArrowEnabled in interface ISceneViewer2java.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 | ||||||||