|
|||||||||
| 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.trackinganalyst.ITimeControlBaseProxy
com.esri.arcgis.trackinganalyst.ITimeControlProxy
public class ITimeControlProxy
Internal use class Proxy for COM Interface 'ITimeControl'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties needed to manage Playback Manager functions.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.trackinganalyst.ITimeControl |
|---|
IID, IIDa2403fa8_2760_11d5_b7dd_00010265adc5 |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ITimeControlBase |
|---|
IID5ac64f00_5c11_11d5_b7ec_00010265adc5 |
| Constructor Summary | |
|---|---|
|
ITimeControlProxy()
For internal use only |
|
ITimeControlProxy(java.lang.Object obj)
|
protected |
ITimeControlProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ITimeControlProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ITimeControlProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
addTemporalReference(ITemporalReference varTemporalReference)
Adds playback window, which defines the temporal reference of the data during playback. |
IMap |
getCurrentMap()
Indicates value of the current map display during playback. |
java.lang.Object |
getCurrentTime()
Indicates current time during playback. |
int |
getDefaultDateFormat()
Indicates the default date format used in the Playback Manager. |
java.lang.Object |
getEndTime()
Indicates end time for playback window. |
int |
getHistogramBackgroundColor()
Indicates background color on the Playback Manager's histogram display. |
int |
getHistogramFillColor()
Indicates fill color on the Playback Manager's histogram display. |
int |
getHistogramOutlineColor()
Indicates outline color on the Playback Manager's histogram display. |
int |
getHWnd()
Application handle used by the time control. |
int |
getNudgeMethod()
Indicates whether or not to nudge the playback needle forward or backward by an increment determined by the current playback rate adjusted by the speed factor. |
short |
getNumberOfSamples()
Indicates the number of samples used to draw the events on the map during playback. |
double |
getPlaySpeedFactor()
Indicates the factor by which the playback rate is multiplied to speed or slow the playback of data. |
java.lang.Object |
getStartTime()
Indicates start time for playback window. |
int |
getStatus()
Indicates current status of playback. |
int |
getTemporalMode()
Indicates whether data is being shown in real-time or playback mode. |
ITemporalReference |
getTemporalReference(int nIndex)
The value of the playback window applied to the data during playback. |
int |
getTemporalReferenceCount()
Number of playback windows applied to the data. |
double |
getTimeSequenceInterval(int enumUnits)
Indicates interval between events played on the map. |
double |
getTimeSequenceRate()
Indicates rate at which temporal data is played in playback. |
int |
getTimeSequenceUnits()
Indicates time units used in playback. |
java.lang.String |
getWindowTitle()
Text appearing in the title bar of the Playback Manager window. |
boolean |
isHideHistogram()
Indicates whether the histogram is hidden from view in the Playback Manager. |
boolean |
isPlayContinously()
Indicates whether the Continuous Loop check box is activated, to replay the data repeatedly. |
boolean |
isUpdateDisplay()
Indicates display update information. |
boolean |
isVisible()
Indicates whether or not object is visible during playback. |
void |
monitor()
Configures the temporal reference for real-time and evaluates the temporal meta data. |
void |
play(int enumDir)
Starts playback of data on the map. |
void |
removeAllTemporalReferences()
Removes all playback window boundaries from the data during playback. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
removeTemporalReference(ITemporalReference pvarTemporalReference)
Removes the playback window, which defines the temporal reference of the data during playback. |
void |
setCurrentMapByRef(IMap ppiCurrentMap)
Indicates value of the current map display during playback. |
void |
setCurrentTime(java.lang.Object pvarCurrentTime)
Indicates current time during playback. |
void |
setDefaultDateFormat(int penumDefaultDateFormat)
Indicates the default date format used in the Playback Manager. |
void |
setEndTime(java.lang.Object pvarEndTime)
Indicates end time for playback window. |
void |
setHideHistogram(boolean pbvarHideHistogram)
Indicates whether the histogram is hidden from view in the Playback Manager. |
void |
setHistogramBackgroundColor(int pVal)
Indicates background color on the Playback Manager's histogram display. |
void |
setHistogramFillColor(int pVal)
Indicates fill color on the Playback Manager's histogram display. |
void |
setHistogramOutlineColor(int pVal)
Indicates outline color on the Playback Manager's histogram display. |
void |
setNudgeMethod(int penumMethod)
Indicates whether or not to nudge the playback needle forward or backward by an increment determined by the current playback rate adjusted by the speed factor. |
void |
setNumberOfSamples(short pVal)
Indicates the number of samples used to draw the events on the map during playback. |
void |
setPlayContinously(boolean pbvarPlayContinously)
Indicates whether the Continuous Loop check box is activated, to replay the data repeatedly. |
void |
setPlaySpeedFactor(double pdPlaySpeedFactor)
Indicates the factor by which the playback rate is multiplied to speed or slow the playback of data. |
void |
setStartTime(java.lang.Object pvarStartTime)
Indicates start time for playback window. |
void |
setTemporalMode(int pVal)
Indicates whether data is being shown in real-time or playback mode. |
void |
setTemporalReferencesFromMap()
Sets the playback window values for the data based on map values during playback. |
void |
setTimeRangeFromLayers(java.lang.String bstrLayerName)
Sets playback window based on a specific layer's temporal extent. |
void |
setTimeSequenceRate(double pdTimeSequenceRate)
Indicates rate at which temporal data is played in playback. |
void |
setUpdateDisplay(boolean pVal)
Indicates display update information. |
void |
setVisible(int hParentWindow,
boolean bvarVisible)
Sets object to display during playback as a visible item on the map. |
void |
setWindowTitle(java.lang.String pbstrWindowTitle)
Text appearing in the title bar of the Playback Manager window. |
void |
stop()
Stops playback of data on the map. |
| Methods inherited from class com.esri.arcgis.trackinganalyst.ITimeControlBaseProxy |
|---|
setTimeSequenceInterval |
| 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 |
| Methods inherited from interface com.esri.arcgis.trackinganalyst.ITimeControlBase |
|---|
setTimeSequenceInterval |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITimeControlProxy(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.IOExceptionpublic ITimeControlProxy()
public ITimeControlProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITimeControlProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITimeControlProxy(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 ITimeControlBaseProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class ITimeControlBaseProxyjava.io.IOException
public void play(int enumDir)
throws java.io.IOException,
AutomationException
play in interface ITimeControlenumDir - A com.esri.arcgis.trackinganalyst.enumDirection constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stop()
throws java.io.IOException,
AutomationException
stop in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void monitor()
throws java.io.IOException,
AutomationException
monitor in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStatus()
throws java.io.IOException,
AutomationException
getStatus in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTimeSequenceRate()
throws java.io.IOException,
AutomationException
getTimeSequenceRate in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeSequenceRate(double pdTimeSequenceRate)
throws java.io.IOException,
AutomationException
setTimeSequenceRate in interface ITimeControlpdTimeSequenceRate - The pdTimeSequenceRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTimeSequenceInterval(int enumUnits)
throws java.io.IOException,
AutomationException
getTimeSequenceInterval in interface ITimeControlenumUnits - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(int hParentWindow,
boolean bvarVisible)
throws java.io.IOException,
AutomationException
setVisible in interface ITimeControlhParentWindow - The hParentWindow (in)bvarVisible - The bvarVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getStartTime()
throws java.io.IOException,
AutomationException
getStartTime in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartTime(java.lang.Object pvarStartTime)
throws java.io.IOException,
AutomationException
setStartTime in interface ITimeControlpvarStartTime - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCurrentTime()
throws java.io.IOException,
AutomationException
getCurrentTime in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentTime(java.lang.Object pvarCurrentTime)
throws java.io.IOException,
AutomationException
setCurrentTime in interface ITimeControlpvarCurrentTime - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getEndTime()
throws java.io.IOException,
AutomationException
getEndTime in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndTime(java.lang.Object pvarEndTime)
throws java.io.IOException,
AutomationException
setEndTime in interface ITimeControlpvarEndTime - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addTemporalReference(ITemporalReference varTemporalReference)
throws java.io.IOException,
AutomationException
addTemporalReference in interface ITimeControlvarTemporalReference - A reference to a com.esri.arcgis.trackinganalyst.ITemporalReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeTemporalReference(ITemporalReference pvarTemporalReference)
throws java.io.IOException,
AutomationException
removeTemporalReference in interface ITimeControlpvarTemporalReference - A reference to a com.esri.arcgis.trackinganalyst.ITemporalReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTemporalReferenceCount()
throws java.io.IOException,
AutomationException
getTemporalReferenceCount in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITemporalReference getTemporalReference(int nIndex)
throws java.io.IOException,
AutomationException
getTemporalReference in interface ITimeControlnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAllTemporalReferences()
throws java.io.IOException,
AutomationException
removeAllTemporalReferences in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemporalReferencesFromMap()
throws java.io.IOException,
AutomationException
setTemporalReferencesFromMap in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeRangeFromLayers(java.lang.String bstrLayerName)
throws java.io.IOException,
AutomationException
setTimeRangeFromLayers in interface ITimeControlbstrLayerName - The bstrLayerName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDefaultDateFormat()
throws java.io.IOException,
AutomationException
getDefaultDateFormat in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultDateFormat(int penumDefaultDateFormat)
throws java.io.IOException,
AutomationException
setDefaultDateFormat in interface ITimeControlpenumDefaultDateFormat - A com.esri.arcgis.trackinganalyst.enumDefaultDateFormat constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWindowTitle()
throws java.io.IOException,
AutomationException
getWindowTitle in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWindowTitle(java.lang.String pbstrWindowTitle)
throws java.io.IOException,
AutomationException
setWindowTitle in interface ITimeControlpbstrWindowTitle - The pbstrWindowTitle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPlayContinously()
throws java.io.IOException,
AutomationException
isPlayContinously in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlayContinously(boolean pbvarPlayContinously)
throws java.io.IOException,
AutomationException
setPlayContinously in interface ITimeControlpbvarPlayContinously - The pbvarPlayContinously (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPlaySpeedFactor()
throws java.io.IOException,
AutomationException
getPlaySpeedFactor in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlaySpeedFactor(double pdPlaySpeedFactor)
throws java.io.IOException,
AutomationException
setPlaySpeedFactor in interface ITimeControlpdPlaySpeedFactor - The pdPlaySpeedFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNudgeMethod()
throws java.io.IOException,
AutomationException
getNudgeMethod in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNudgeMethod(int penumMethod)
throws java.io.IOException,
AutomationException
setNudgeMethod in interface ITimeControlpenumMethod - A com.esri.arcgis.trackinganalyst.enumPlaybackNudgeMethod constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTemporalMode()
throws java.io.IOException,
AutomationException
getTemporalMode in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemporalMode(int pVal)
throws java.io.IOException,
AutomationException
setTemporalMode in interface ITimeControlpVal - A com.esri.arcgis.trackinganalyst.enumPlaybackTemporalMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateDisplay()
throws java.io.IOException,
AutomationException
isUpdateDisplay in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdateDisplay(boolean pVal)
throws java.io.IOException,
AutomationException
setUpdateDisplay in interface ITimeControlpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getNumberOfSamples()
throws java.io.IOException,
AutomationException
getNumberOfSamples in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumberOfSamples(short pVal)
throws java.io.IOException,
AutomationException
setNumberOfSamples in interface ITimeControlpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHistogramFillColor()
throws java.io.IOException,
AutomationException
getHistogramFillColor in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHistogramFillColor(int pVal)
throws java.io.IOException,
AutomationException
setHistogramFillColor in interface ITimeControlpVal - The pVal (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHistogramBackgroundColor()
throws java.io.IOException,
AutomationException
getHistogramBackgroundColor in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHistogramBackgroundColor(int pVal)
throws java.io.IOException,
AutomationException
setHistogramBackgroundColor in interface ITimeControlpVal - The pVal (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHistogramOutlineColor()
throws java.io.IOException,
AutomationException
getHistogramOutlineColor in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHistogramOutlineColor(int pVal)
throws java.io.IOException,
AutomationException
setHistogramOutlineColor in interface ITimeControlpVal - The pVal (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHideHistogram()
throws java.io.IOException,
AutomationException
isHideHistogram in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHideHistogram(boolean pbvarHideHistogram)
throws java.io.IOException,
AutomationException
setHideHistogram in interface ITimeControlpbvarHideHistogram - The pbvarHideHistogram (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMap getCurrentMap()
throws java.io.IOException,
AutomationException
getCurrentMap in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentMapByRef(IMap ppiCurrentMap)
throws java.io.IOException,
AutomationException
setCurrentMapByRef in interface ITimeControlppiCurrentMap - A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface ITimeControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTimeSequenceUnits()
throws java.io.IOException,
AutomationException
getTimeSequenceUnits in interface ITimeControljava.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 | ||||||||