|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnimationTypeTimeLayer
Provides access to the properties/methods of the time layer.
This interface exposes some properties for the time layer animation type.
Method Summary | |
---|---|
void |
assignTimeRange(IAGAnimationTrack pTrack)
Calculates the minimum and maximum times for the Time Keyframe from the track. |
IMDDatasetView |
getMDDatasetView(Object pUnk)
Provides access to the MDDatasetview for the input datasource. |
ITable |
getTable(Object pUnk)
Provides access to the Table for the input datasource. |
ITimeLayerTrackExtension |
getTimeLayerTrackExtension(IAGAnimationTrack pTrack)
Provides access to the Time Layer Track Extension. |
void |
getTimeWindow(IAGAnimationTrack pTrack,
Object pObject,
ITimeWindow ppTimeWindow)
Provides access to the time window for the attached object. |
Method Detail |
---|
void getTimeWindow(IAGAnimationTrack pTrack, Object pObject, ITimeWindow ppTimeWindow) throws IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)pObject
- A reference to another Object (IUnknown) (in)ppTimeWindow
- A reference to a com.esri.arcgis.animation.ITimeWindow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void assignTimeRange(IAGAnimationTrack pTrack) throws IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMDDatasetView getMDDatasetView(Object pUnk) throws IOException, AutomationException
pUnk
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable(Object pUnk) throws IOException, AutomationException
pUnk
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeLayerTrackExtension getTimeLayerTrackExtension(IAGAnimationTrack pTrack) throws IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
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 |