|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.animation.AGGroupAnimationOptions
public class AGGroupAnimationOptions
COM Class 'AGGroupAnimationOptions'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description 'Options of the 'create group animation' functionality.' 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 |
---|
Fields inherited from interface com.esri.arcgis.animation.IAGGroupAnimationOptions |
---|
IID, IIDa09e0261_ae4f_4351_a482_72a3f805380b, xxDummy |
Constructor Summary | |
---|---|
AGGroupAnimationOptions()
Constructs a AGGroupAnimationOptions using ArcGIS Engine. |
|
AGGroupAnimationOptions(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AGGroupAnimationOptions theAGGroupAnimationOptions = (AGGroupAnimationOptions) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IAGAnimationEnvironment |
getAnimationEnvironment()
The animation environment. |
IAGAnimationTracks |
getAnimationTracks()
The animation track container. |
static java.lang.String |
getClsid()
getClsid. |
int |
getFadingPercentage()
The percentage (0-100) of transparency fading time. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IArray |
getLayerSet()
The layers to animate. |
java.lang.String |
getTrackBaseName()
The base name for the tracks. |
void |
getTrackInterval(double[] pBeginTime,
double[] pEndTime)
Gets the begin and end times for the group animation. |
void |
getVisibilitySettings(boolean[] pbOneLayer,
boolean[] pbAppear,
boolean[] pbReverse)
Get the visibility settings. |
int |
hashCode()
the hashcode for this object |
boolean |
isBlending()
Indicates whether to blend layers during animation. |
boolean |
isCycleAnimation()
Indicates whether to cycle the group animation. |
boolean |
isOverwriteExisting()
Indicates whether to overwrite option. |
void |
putTrackInterval(double beginTime,
double endTime)
Sets the begin and end times for the group animation. |
void |
putVisibilitySettings(boolean bOneLayer,
boolean bAppear,
boolean bReverse)
Put the visibility settings. |
void |
release()
Release a AGGroupAnimationOptions. |
void |
setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
The animation environment. |
void |
setAnimationTracksByRef(IAGAnimationTracks ppTracks)
The animation track container. |
void |
setBlending(boolean pbBlend)
Indicates whether to blend layers during animation. |
void |
setCycleAnimation(boolean pbIsCycle)
Indicates whether to cycle the group animation. |
void |
setFadingPercentage(int pFadePercent)
The percentage (0-100) of transparency fading time. |
void |
setLayerSetByRef(IArray ppLayerSet)
The layers to animate. |
void |
setOverwriteExisting(boolean pbOverwrite)
Indicates whether to overwrite option. |
void |
setTrackBaseName(java.lang.String pTrackName)
The base name for the tracks. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGGroupAnimationOptions() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic AGGroupAnimationOptions(java.lang.Object obj) throws java.io.IOException
AGGroupAnimationOptions theAGGroupAnimationOptions = (AGGroupAnimationOptions) obj;
obj
to AGGroupAnimationOptions
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IAGAnimationTracks getAnimationTracks() throws java.io.IOException, AutomationException
getAnimationTracks
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationTracksByRef(IAGAnimationTracks ppTracks) throws java.io.IOException, AutomationException
setAnimationTracksByRef
in interface IAGGroupAnimationOptions
ppTracks
- 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 IAGAnimationEnvironment getAnimationEnvironment() throws java.io.IOException, AutomationException
getAnimationEnvironment
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment) throws java.io.IOException, AutomationException
setAnimationEnvironmentByRef
in interface IAGGroupAnimationOptions
ppEnvironment
- 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.public IArray getLayerSet() throws java.io.IOException, AutomationException
getLayerSet
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerSetByRef(IArray ppLayerSet) throws java.io.IOException, AutomationException
setLayerSetByRef
in interface IAGGroupAnimationOptions
ppLayerSet
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTrackBaseName() throws java.io.IOException, AutomationException
getTrackBaseName
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackBaseName(java.lang.String pTrackName) throws java.io.IOException, AutomationException
setTrackBaseName
in interface IAGGroupAnimationOptions
pTrackName
- The pTrackName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getVisibilitySettings(boolean[] pbOneLayer, boolean[] pbAppear, boolean[] pbReverse) throws java.io.IOException, AutomationException
getVisibilitySettings
in interface IAGGroupAnimationOptions
pbOneLayer
- The pbOneLayer (out: use single element array)pbAppear
- The pbAppear (out: use single element array)pbReverse
- The pbReverse (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putVisibilitySettings(boolean bOneLayer, boolean bAppear, boolean bReverse) throws java.io.IOException, AutomationException
putVisibilitySettings
in interface IAGGroupAnimationOptions
bOneLayer
- The bOneLayer (in)bAppear
- The bAppear (in)bReverse
- The bReverse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFadingPercentage() throws java.io.IOException, AutomationException
getFadingPercentage
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFadingPercentage(int pFadePercent) throws java.io.IOException, AutomationException
setFadingPercentage
in interface IAGGroupAnimationOptions
pFadePercent
- The pFadePercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBlending() throws java.io.IOException, AutomationException
isBlending
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBlending(boolean pbBlend) throws java.io.IOException, AutomationException
setBlending
in interface IAGGroupAnimationOptions
pbBlend
- The pbBlend (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCycleAnimation() throws java.io.IOException, AutomationException
isCycleAnimation
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCycleAnimation(boolean pbIsCycle) throws java.io.IOException, AutomationException
setCycleAnimation
in interface IAGGroupAnimationOptions
pbIsCycle
- The pbIsCycle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTrackInterval(double[] pBeginTime, double[] pEndTime) throws java.io.IOException, AutomationException
getTrackInterval
in interface IAGGroupAnimationOptions
pBeginTime
- The pBeginTime (out: use single element array)pEndTime
- The pEndTime (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putTrackInterval(double beginTime, double endTime) throws java.io.IOException, AutomationException
putTrackInterval
in interface IAGGroupAnimationOptions
beginTime
- The beginTime (in)endTime
- The endTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOverwriteExisting() throws java.io.IOException, AutomationException
isOverwriteExisting
in interface IAGGroupAnimationOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverwriteExisting(boolean pbOverwrite) throws java.io.IOException, AutomationException
setOverwriteExisting
in interface IAGGroupAnimationOptions
pbOverwrite
- The pbOverwrite (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 |