|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGAnimationUtils
COM Interface 'IAGAnimationUtils'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to animation utility methods.' 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 |
IIDd0f357c6_b826_4f9a_9c62_cb919fcb84a8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
calculateDisplayFrames(IAGAnimationTracks pTracks,
int[] pFrames)
Calculate the number of frames to display based on the minimum animation interval. |
void |
captureCurrentView(IAGAnimationTracks pTracks,
IAGAnimationEnvironment pEnvironment)
Creates a keyframe to capture the current view and adds it to the current animation. |
void |
createFlybyFromPath(IAGAnimationContainer pContainer,
IAGImportPathOptions pOptions)
Create a flyby animation from a path. |
void |
createLayerGroupAnimation(IAGAnimationContainer pContainer,
IAGGroupAnimationOptions pOptions)
Create a layer group animation. |
void |
keyframeFromBookmark(IAGAnimationContainer pContainer,
ISpatialBookmark pBookmark,
IAGKeyframe[] ppKeyframe)
Create a view keyframe from a spatial bookmark. |
void |
loadAnimationFile(IAGAnimationContainer pContainer,
java.lang.String pFilename)
Load the animation from a file. |
void |
saveAnimationFile(IAGAnimationContainer pContainer,
java.lang.String pFilename,
int version)
Save the animation to a file. |
Field Detail |
---|
static final int IIDd0f357c6_b826_4f9a_9c62_cb919fcb84a8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void createLayerGroupAnimation(IAGAnimationContainer pContainer, IAGGroupAnimationOptions pOptions) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pOptions
- A reference to a com.esri.arcgis.animation.IAGGroupAnimationOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFlybyFromPath(IAGAnimationContainer pContainer, IAGImportPathOptions pOptions) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pOptions
- A reference to a com.esri.arcgis.animation.IAGImportPathOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void keyframeFromBookmark(IAGAnimationContainer pContainer, ISpatialBookmark pBookmark, IAGKeyframe[] ppKeyframe) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pBookmark
- A reference to a com.esri.arcgis.carto.ISpatialBookmark (in)ppKeyframe
- A reference to a com.esri.arcgis.animation.IAGKeyframe (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void captureCurrentView(IAGAnimationTracks pTracks, IAGAnimationEnvironment pEnvironment) throws java.io.IOException, AutomationException
pTracks
- A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)pEnvironment
- A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void calculateDisplayFrames(IAGAnimationTracks pTracks, int[] pFrames) throws java.io.IOException, AutomationException
pTracks
- A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)pFrames
- The pFrames (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveAnimationFile(IAGAnimationContainer pContainer, java.lang.String pFilename, int version) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pFilename
- The pFilename (in)version
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadAnimationFile(IAGAnimationContainer pContainer, java.lang.String pFilename) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pFilename
- The pFilename (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 |