|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeLayerTrackExtension
COM Interface 'ITimeLayerTrackExtension'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to the properties/methods of the time layer track extension.' 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 |
IID1160695c_2726_41cd_bacb_6b486035484c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IArray |
getAttachedObjects()
Provides access to the objects attached to the track. |
ITimeWindow |
getTimeWindow(IAGAnimationTrack pTrack,
java.lang.Object pObject)
Provides access to the time window for the given object. |
IArray |
getTimeWindows()
Provides access to the time windows for the objects attached to the track. |
boolean |
isShowTrackName()
Indicates whether to show the track name. |
boolean |
isShowTrackTime()
Indicates whether to show the track time. |
void |
setShowTrackName(boolean pShowTrackName)
Indicates whether to show the track name. |
void |
setShowTrackTime(boolean pShowTrackTime)
Indicates whether to show the track time. |
void |
updateTrackExtension(IAGAnimationTrack pTrack)
Provides access to the objects attached to the track. |
Field Detail |
---|
static final int IID1160695c_2726_41cd_bacb_6b486035484c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ITimeWindow getTimeWindow(IAGAnimationTrack pTrack, java.lang.Object pObject) throws java.io.IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)pObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getTimeWindows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getAttachedObjects() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTrackExtension(IAGAnimationTrack pTrack) throws java.io.IOException, AutomationException
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.void setShowTrackName(boolean pShowTrackName) throws java.io.IOException, AutomationException
pShowTrackName
- The pShowTrackName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowTrackName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowTrackTime(boolean pShowTrackTime) throws java.io.IOException, AutomationException
pShowTrackTime
- The pShowTrackTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowTrackTime() throws java.io.IOException, AutomationException
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 |