|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ITimeTableDefinitionProxy
public class ITimeTableDefinitionProxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITimeTableDefinitionProxy(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.IOException
public ITimeTableDefinitionProxy()
public ITimeTableDefinitionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITimeTableDefinitionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITimeTableDefinitionProxy(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 com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getStartTimeFieldName() throws java.io.IOException, AutomationException
getStartTimeFieldName
in interface ITimeTableDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartTimeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setStartTimeFieldName
in interface ITimeTableDefinition
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getEndTimeFieldName() throws java.io.IOException, AutomationException
getEndTimeFieldName
in interface ITimeTableDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndTimeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setEndTimeFieldName
in interface ITimeTableDefinition
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTimeValueFormat() throws java.io.IOException, AutomationException
getTimeValueFormat
in interface ITimeTableDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeValueFormat(java.lang.String format) throws java.io.IOException, AutomationException
setTimeValueFormat
in interface ITimeTableDefinition
format
- The format (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTrackIDFieldName() throws java.io.IOException, AutomationException
getTrackIDFieldName
in interface ITimeTableDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackIDFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setTrackIDFieldName
in interface ITimeTableDefinition
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeReference getTimeReference() throws java.io.IOException, AutomationException
getTimeReference
in interface ITimeTableDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeReferenceByRef(ITimeReference nativeTimeReference) throws java.io.IOException, AutomationException
setTimeReferenceByRef
in interface ITimeTableDefinition
nativeTimeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getCustomTimeExtent() throws java.io.IOException, AutomationException
getCustomTimeExtent
in interface ITimeTableDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomTimeExtentByRef(ITimeExtent layerVisibiltyTime) throws java.io.IOException, AutomationException
setCustomTimeExtentByRef
in interface ITimeTableDefinition
layerVisibiltyTime
- A reference to a com.esri.arcgis.system.ITimeExtent (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 |