com.esri.arcgis.trackinganalyst
Interface IDatasetDef3

All Superinterfaces:
IDatasetDef2, java.io.Serializable
All Known Implementing Classes:
DataSetDefinition, IDatasetDef3Proxy

public interface IDatasetDef3
extends IDatasetDef2, java.io.Serializable

COM Interface 'IDatasetDef3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods and properties needed to manage a dataset definition.' 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 IID8e98c5f8_f8c7_4444_9bb7_18634b5d3d22
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IDatasetDef2
IID3aee62f0_5e73_11d5_b7ec_00010265adc5
 
Method Summary
 java.lang.String getEndTimeColumn()
          The End Time column in the dataset definition.
 java.lang.String getMessageDefinitionName()
          The dataset message definition name.
 java.lang.String getMessageDefinitionType()
          The dataset message definition type.
 java.lang.String getServiceName()
          The service name associated with the dataset.
 java.lang.String getStartTimeColumn()
          The Start Time column in the dataset definition.
 void setEndTimeColumn(java.lang.String endTimeColumnName)
          The End Time column in the dataset definition.
 void setMessageDefinitionName(java.lang.String messageDefinitionName)
          The dataset message definition name.
 void setMessageDefinitionType(java.lang.String messageDefinitionType)
          The dataset message definition type.
 void setServiceName(java.lang.String serviceName)
          The service name associated with the dataset.
 void setStartTimeColumn(java.lang.String startTimeColumnName)
          The Start Time column in the dataset definition.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.IDatasetDef2
addColumnDefinition, findColumn, get_GeometryColumns, getActiveMetaDataEditor, getColumn, getColumnCount, getDateModified, getGeometryColumnCount, getID, getMetaData, getName, getSpatialReferance, getTrackingColumn, moveTo, removeColumnDefinition, setActiveMetaDataEditor, setID, setMetaData, setName, setSpatialReferance, setTrackingColumn
 

Field Detail

IID8e98c5f8_f8c7_4444_9bb7_18634b5d3d22

static final int IID8e98c5f8_f8c7_4444_9bb7_18634b5d3d22
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStartTimeColumn

java.lang.String getStartTimeColumn()
                                    throws java.io.IOException,
                                           AutomationException
The Start Time column in the dataset definition.

Returns:
The startTimeColumnName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartTimeColumn

void setStartTimeColumn(java.lang.String startTimeColumnName)
                        throws java.io.IOException,
                               AutomationException
The Start Time column in the dataset definition.

Parameters:
startTimeColumnName - The startTimeColumnName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndTimeColumn

java.lang.String getEndTimeColumn()
                                  throws java.io.IOException,
                                         AutomationException
The End Time column in the dataset definition.

Returns:
The endTimeColumnName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndTimeColumn

void setEndTimeColumn(java.lang.String endTimeColumnName)
                      throws java.io.IOException,
                             AutomationException
The End Time column in the dataset definition.

Parameters:
endTimeColumnName - The endTimeColumnName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceName

java.lang.String getServiceName()
                                throws java.io.IOException,
                                       AutomationException
The service name associated with the dataset.

Returns:
The serviceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceName

void setServiceName(java.lang.String serviceName)
                    throws java.io.IOException,
                           AutomationException
The service name associated with the dataset.

Parameters:
serviceName - The serviceName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageDefinitionType

java.lang.String getMessageDefinitionType()
                                          throws java.io.IOException,
                                                 AutomationException
The dataset message definition type.

Returns:
The messageDefinitionType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessageDefinitionType

void setMessageDefinitionType(java.lang.String messageDefinitionType)
                              throws java.io.IOException,
                                     AutomationException
The dataset message definition type.

Parameters:
messageDefinitionType - The messageDefinitionType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageDefinitionName

java.lang.String getMessageDefinitionName()
                                          throws java.io.IOException,
                                                 AutomationException
The dataset message definition name.

Returns:
The messageDefinitionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessageDefinitionName

void setMessageDefinitionName(java.lang.String messageDefinitionName)
                              throws java.io.IOException,
                                     AutomationException
The dataset message definition name.

Parameters:
messageDefinitionName - The messageDefinitionName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.