com.esri.arcgis.trackinganalyst
Interface IServAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionBase, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IServActionProxy, TagAction

public interface IServAction
extends java.io.Serializable

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

Description: 'Provides access to methods and properties needed to identify and manage tracking server based actions.' 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 IIDfe312921_6e2c_4bf9_a4e0_5a74cae01581
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDatasetDefinitionID()
          Value of the DatasetDefinitionID property.
 java.lang.String getDatasetDefinitionName()
          Value of the DatasetDefinitionName property.
 int getGeometryColumnNumber()
          Value of the GeometryColumnNumber property.
 int getGeometryColumnType()
          Type of geomety object contained in the geometry column.
 int getTrackIdColumnNumber()
          Value of the TrackIdColumnNumber property.
 void setDatasetDefinitionID(java.lang.String bstrDatasetDefID)
          Value of the DatasetDefinitionID property.
 void setDatasetDefinitionName(java.lang.String bstrDatasetDefName)
          Value of the DatasetDefinitionName property.
 void setGeometryColumnNumber(int iVal)
          Value of the GeometryColumnNumber property.
 void setGeometryColumnType(int iVal)
          Type of geomety object contained in the geometry column.
 void setTrackIdColumnNumber(int iVal)
          Value of the TrackIdColumnNumber property.
 

Field Detail

IIDfe312921_6e2c_4bf9_a4e0_5a74cae01581

static final int IIDfe312921_6e2c_4bf9_a4e0_5a74cae01581
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

getDatasetDefinitionName

java.lang.String getDatasetDefinitionName()
                                          throws java.io.IOException,
                                                 AutomationException
Value of the DatasetDefinitionName property.

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

setDatasetDefinitionName

void setDatasetDefinitionName(java.lang.String bstrDatasetDefName)
                              throws java.io.IOException,
                                     AutomationException
Value of the DatasetDefinitionName property.

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

getDatasetDefinitionID

java.lang.String getDatasetDefinitionID()
                                        throws java.io.IOException,
                                               AutomationException
Value of the DatasetDefinitionID property.

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

setDatasetDefinitionID

void setDatasetDefinitionID(java.lang.String bstrDatasetDefID)
                            throws java.io.IOException,
                                   AutomationException
Value of the DatasetDefinitionID property.

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

getGeometryColumnNumber

int getGeometryColumnNumber()
                            throws java.io.IOException,
                                   AutomationException
Value of the GeometryColumnNumber property.

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

setGeometryColumnNumber

void setGeometryColumnNumber(int iVal)
                             throws java.io.IOException,
                                    AutomationException
Value of the GeometryColumnNumber property.

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

getTrackIdColumnNumber

int getTrackIdColumnNumber()
                           throws java.io.IOException,
                                  AutomationException
Value of the TrackIdColumnNumber property.

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

setTrackIdColumnNumber

void setTrackIdColumnNumber(int iVal)
                            throws java.io.IOException,
                                   AutomationException
Value of the TrackIdColumnNumber property.

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

getGeometryColumnType

int getGeometryColumnType()
                          throws java.io.IOException,
                                 AutomationException
Type of geomety object contained in the geometry column.

Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryColumnType

void setGeometryColumnType(int iVal)
                           throws java.io.IOException,
                                  AutomationException
Type of geomety object contained in the geometry column.

Parameters:
iVal - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.