com.esri.arcgis.carto
Class ITimeTableDefinitionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ITimeTableDefinitionProxy
All Implemented Interfaces:
ITimeTableDefinition, java.io.Externalizable, java.io.Serializable

public class ITimeTableDefinitionProxy
extends com.esri.arcgis.interop.Dispatch
implements ITimeTableDefinition, java.io.Serializable

Internal use class Proxy for COM Interface 'ITimeTableDefinition'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to time related properties of a layer.' 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 =

See Also:
Serialized Form

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.carto.ITimeTableDefinition
IID, IID9f45df65_de39_4a88_b174_b2ad3d3020a8
 
Constructor Summary
  ITimeTableDefinitionProxy()
          For internal use only
  ITimeTableDefinitionProxy(java.lang.Object obj)
           
protected ITimeTableDefinitionProxy(java.lang.Object obj, java.lang.String iid)
           
  ITimeTableDefinitionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITimeTableDefinitionProxy(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)
           
 ITimeExtent getCustomTimeExtent()
          Custom time extent during which a layer is visible.
 java.lang.String getEndTimeFieldName()
          Name of the field that has end time for a row.
 java.lang.String getStartTimeFieldName()
          Name of the field that has start time for a row.
 ITimeReference getTimeReference()
          Time reference for the data.
 java.lang.String getTimeValueFormat()
          Time value format if the field name is of the string format.
 java.lang.String getTrackIDFieldName()
          Field that contains the rows that uniquely identifies the object whose time is being tracked.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setCustomTimeExtentByRef(ITimeExtent layerVisibiltyTime)
          Custom time extent during which a layer is visible.
 void setEndTimeFieldName(java.lang.String fieldName)
          Name of the field that has end time for a row.
 void setStartTimeFieldName(java.lang.String fieldName)
          Name of the field that has start time for a row.
 void setTimeReferenceByRef(ITimeReference nativeTimeReference)
          Time reference for the data.
 void setTimeValueFormat(java.lang.String format)
          Time value format if the field name is of the string format.
 void setTrackIDFieldName(java.lang.String fieldName)
          Field that contains the rows that uniquely identifies the object whose time is being tracked.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITimeTableDefinitionProxy

public ITimeTableDefinitionProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITimeTableDefinitionProxy

public ITimeTableDefinitionProxy()
For internal use only


ITimeTableDefinitionProxy

public ITimeTableDefinitionProxy(java.lang.Object obj)
                          throws java.io.IOException
Throws:
java.io.IOException

ITimeTableDefinitionProxy

protected ITimeTableDefinitionProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Throws:
java.io.IOException

ITimeTableDefinitionProxy

protected ITimeTableDefinitionProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getStartTimeFieldName

public java.lang.String getStartTimeFieldName()
                                       throws java.io.IOException,
                                              AutomationException
Name of the field that has start time for a row.

Specified by:
getStartTimeFieldName in interface ITimeTableDefinition
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartTimeFieldName

public void setStartTimeFieldName(java.lang.String fieldName)
                           throws java.io.IOException,
                                  AutomationException
Name of the field that has start time for a row.

Specified by:
setStartTimeFieldName in interface ITimeTableDefinition
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndTimeFieldName

public java.lang.String getEndTimeFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Name of the field that has end time for a row.

Specified by:
getEndTimeFieldName in interface ITimeTableDefinition
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndTimeFieldName

public void setEndTimeFieldName(java.lang.String fieldName)
                         throws java.io.IOException,
                                AutomationException
Name of the field that has end time for a row.

Specified by:
setEndTimeFieldName in interface ITimeTableDefinition
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeValueFormat

public java.lang.String getTimeValueFormat()
                                    throws java.io.IOException,
                                           AutomationException
Time value format if the field name is of the string format.

Specified by:
getTimeValueFormat in interface ITimeTableDefinition
Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeValueFormat

public void setTimeValueFormat(java.lang.String format)
                        throws java.io.IOException,
                               AutomationException
Time value format if the field name is of the string format.

Specified by:
setTimeValueFormat in interface ITimeTableDefinition
Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackIDFieldName

public java.lang.String getTrackIDFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Field that contains the rows that uniquely identifies the object whose time is being tracked.

Specified by:
getTrackIDFieldName in interface ITimeTableDefinition
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackIDFieldName

public void setTrackIDFieldName(java.lang.String fieldName)
                         throws java.io.IOException,
                                AutomationException
Field that contains the rows that uniquely identifies the object whose time is being tracked.

Specified by:
setTrackIDFieldName in interface ITimeTableDefinition
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeReference

public ITimeReference getTimeReference()
                                throws java.io.IOException,
                                       AutomationException
Time reference for the data.

Specified by:
getTimeReference in interface ITimeTableDefinition
Returns:
A reference to a com.esri.arcgis.system.ITimeReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeReferenceByRef

public void setTimeReferenceByRef(ITimeReference nativeTimeReference)
                           throws java.io.IOException,
                                  AutomationException
Time reference for the data.

Specified by:
setTimeReferenceByRef in interface ITimeTableDefinition
Parameters:
nativeTimeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCustomTimeExtent

public ITimeExtent getCustomTimeExtent()
                                throws java.io.IOException,
                                       AutomationException
Custom time extent during which a layer is visible.

Specified by:
getCustomTimeExtent in interface ITimeTableDefinition
Returns:
A reference to a com.esri.arcgis.system.ITimeExtent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCustomTimeExtentByRef

public void setCustomTimeExtentByRef(ITimeExtent layerVisibiltyTime)
                              throws java.io.IOException,
                                     AutomationException
Custom time extent during which a layer is visible.

Specified by:
setCustomTimeExtentByRef in interface ITimeTableDefinition
Parameters:
layerVisibiltyTime - A reference to a com.esri.arcgis.system.ITimeExtent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.