|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetDef3
Provides access to methods and properties needed to manage a dataset definition.
Method Summary | |
---|---|
String |
getEndTimeColumn()
The End Time column in the dataset definition. |
String |
getMessageDefinitionName()
The dataset message definition name. |
String |
getMessageDefinitionType()
The dataset message definition type. |
String |
getServiceName()
The service name associated with the dataset. |
String |
getStartTimeColumn()
The Start Time column in the dataset definition. |
void |
setEndTimeColumn(String endTimeColumnName)
The End Time column in the dataset definition. |
void |
setMessageDefinitionName(String messageDefinitionName)
The dataset message definition name. |
void |
setMessageDefinitionType(String messageDefinitionType)
The dataset message definition type. |
void |
setServiceName(String serviceName)
The service name associated with the dataset. |
void |
setStartTimeColumn(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 |
Method Detail |
---|
String getStartTimeColumn() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartTimeColumn(String startTimeColumnName) throws IOException, AutomationException
startTimeColumnName
- The startTimeColumnName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEndTimeColumn() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndTimeColumn(String endTimeColumnName) throws IOException, AutomationException
endTimeColumnName
- The endTimeColumnName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServiceName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceName(String serviceName) throws IOException, AutomationException
serviceName
- The serviceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMessageDefinitionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessageDefinitionType(String messageDefinitionType) throws IOException, AutomationException
messageDefinitionType
- The messageDefinitionType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMessageDefinitionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessageDefinitionName(String messageDefinitionName) throws IOException, AutomationException
messageDefinitionName
- The messageDefinitionName (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 |