|
|||||||||
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.animation.IAGAnimationContainerProxy
Description: 'Provides access to members that control the animation container.' 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 IAGAnimationContainerProxy
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.animation.IAGAnimationContainer |
---|
IID, IIDac5655cd_56cf_4c9f_a1c0_a9f80ba453ea |
Constructor Summary | |
---|---|
|
IAGAnimationContainerProxy()
Deprecated. For internal use only |
|
IAGAnimationContainerProxy(java.lang.Object obj)
Deprecated. |
protected |
IAGAnimationContainerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IAGAnimationContainerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IAGAnimationContainerProxy(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 |
drawGraphsToDC(int hDC)
Deprecated. Draw datagraphs to specified device context. |
void |
drawPageLayoutToDC(int hDC)
Deprecated. Draw the page layout to specified device context. |
IArray |
getAllViews()
Deprecated. All the viewers. |
java.lang.String |
getAnimationFileExtension()
Deprecated. The extension for the animation files. |
java.lang.String |
getAnimationFileFilter(boolean bAllVersions)
Deprecated. The filter for browing animation files. |
IArray |
getAnimationTypes()
Deprecated. The registered types of animation. |
java.lang.Object |
getCurrentView()
Deprecated. The current active viewer. |
IArray |
getSpatialBookmarks()
Deprecated. The spatial bookmarks that can be used to define animations. |
java.lang.Object |
getViewController(java.lang.Object pViewer)
Deprecated. The controller object (Camera) of a viewer. |
int |
getWindowHandle(java.lang.Object pView)
Deprecated. The window handle associated with the given view. |
boolean |
isGestureEnabled()
Deprecated. Indicates if interactive gestures are enabled. |
void |
putIsAnimating(boolean bAnimating,
boolean bFullQuality)
Deprecated. Indicates if the animation is active, and if full quality rendering is used (for video). |
void |
refreshObject(java.lang.Object pObject)
Deprecated. Container-specific actions to refresh object. |
void |
refreshViews(boolean bRefreshAllViewers)
Deprecated. Refresh the active viewer or all viewers. |
void |
removeAllAnimationTimeStrings(IAGAnimationTracks pTracks)
Deprecated. Remove all animation time string from the display. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeTrackTimeDisplay(IAGAnimationTrack pTrack)
Deprecated. Remove a single animation track time string from the display. |
void |
restoreViewerStates(boolean bApplyRestored)
Deprecated. Restore the current state of the viewers. |
void |
saveViewerStates()
Deprecated. Save the current state of the viewers. |
void |
setAnimationTime(IStringArray rhs1)
Deprecated. Provides access to the animation time string. |
void |
setIsGestureEnabled(boolean pbGestureEnabled)
Deprecated. Indicates if interactive gestures are enabled. |
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 IAGAnimationContainerProxy(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.IOException
public IAGAnimationContainerProxy()
public IAGAnimationContainerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAGAnimationContainerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAGAnimationContainerProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IArray getAnimationTypes() throws java.io.IOException, AutomationException
getAnimationTypes
in interface IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCurrentView() throws java.io.IOException, AutomationException
getCurrentView
in interface IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getAllViews() throws java.io.IOException, AutomationException
getAllViews
in interface IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getViewController(java.lang.Object pViewer) throws java.io.IOException, AutomationException
getViewController
in interface IAGAnimationContainer
pViewer
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshViews(boolean bRefreshAllViewers) throws java.io.IOException, AutomationException
refreshViews
in interface IAGAnimationContainer
bRefreshAllViewers
- The bRefreshAllViewers (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshObject(java.lang.Object pObject) throws java.io.IOException, AutomationException
refreshObject
in interface IAGAnimationContainer
pObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveViewerStates() throws java.io.IOException, AutomationException
saveViewerStates
in interface IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreViewerStates(boolean bApplyRestored) throws java.io.IOException, AutomationException
restoreViewerStates
in interface IAGAnimationContainer
bApplyRestored
- The bApplyRestored (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putIsAnimating(boolean bAnimating, boolean bFullQuality) throws java.io.IOException, AutomationException
putIsAnimating
in interface IAGAnimationContainer
bAnimating
- The bAnimating (in)bFullQuality
- The bFullQuality (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 IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsGestureEnabled(boolean pbGestureEnabled) throws java.io.IOException, AutomationException
setIsGestureEnabled
in interface IAGAnimationContainer
pbGestureEnabled
- The pbGestureEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWindowHandle(java.lang.Object pView) throws java.io.IOException, AutomationException
getWindowHandle
in interface IAGAnimationContainer
pView
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAnimationFileExtension() throws java.io.IOException, AutomationException
getAnimationFileExtension
in interface IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAnimationFileFilter(boolean bAllVersions) throws java.io.IOException, AutomationException
getAnimationFileFilter
in interface IAGAnimationContainer
bAllVersions
- The bAllVersions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSpatialBookmarks() throws java.io.IOException, AutomationException
getSpatialBookmarks
in interface IAGAnimationContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllAnimationTimeStrings(IAGAnimationTracks pTracks) throws java.io.IOException, AutomationException
removeAllAnimationTimeStrings
in interface IAGAnimationContainer
pTracks
- A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeTrackTimeDisplay(IAGAnimationTrack pTrack) throws java.io.IOException, AutomationException
removeTrackTimeDisplay
in interface IAGAnimationContainer
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationTime(IStringArray rhs1) throws java.io.IOException, AutomationException
setAnimationTime
in interface IAGAnimationContainer
rhs1
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawGraphsToDC(int hDC) throws java.io.IOException, AutomationException
drawGraphsToDC
in interface IAGAnimationContainer
hDC
- The hDC (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawPageLayoutToDC(int hDC) throws java.io.IOException, AutomationException
drawPageLayoutToDC
in interface IAGAnimationContainer
hDC
- The hDC (A COM typedef) (in)
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 |