com.esri.arcgis.trackinganalyst
Interface ITrackingServiceDef2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrackingServiceDef2Proxy, TrackingServiceDef

public interface ITrackingServiceDef2
extends java.io.Serializable

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

Description: 'Provides access to properties that define a tracking service.' 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 IID47319250_48c6_11d7_b86b_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getMetaData()
          Metadata value for the tracking service.
 java.lang.String getName()
          Name of the tracking service.
 java.lang.Object getObjectData()
          Data Source of the tracking object in the tracking service.
 java.lang.String getObjectDefinitionName()
          Name that defines the object in the tracking service.
 int getObjectSource()
          Source of the tracking object in the tracking service.
 java.lang.String getObservationDefinitionName()
          Name that defines the observation in the tracking service.
 int getSourceOfGeometry()
          Source of the geometry included in tracking service.
 void setMetaData(java.lang.String pVal)
          Metadata value for the tracking service.
 void setName(java.lang.String pVal)
          Name of the tracking service.
 void setObjectData(java.lang.Object pvarFeatureClassName)
          Data Source of the tracking object in the tracking service.
 void setObjectDefinitionName(java.lang.String pVal)
          Name that defines the object in the tracking service.
 void setObjectSource(int pVal)
          Source of the tracking object in the tracking service.
 void setObservationDefinitionName(java.lang.String pVal)
          Name that defines the observation in the tracking service.
 void setSourceOfGeometry(int pVal)
          Source of the geometry included in tracking service.
 

Field Detail

IID47319250_48c6_11d7_b86b_00010265adc5

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the tracking service.

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

setName

void setName(java.lang.String pVal)
             throws java.io.IOException,
                    AutomationException
Name of the tracking service.

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

getMetaData

java.lang.String getMetaData()
                             throws java.io.IOException,
                                    AutomationException
Metadata value for the tracking service.

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

setMetaData

void setMetaData(java.lang.String pVal)
                 throws java.io.IOException,
                        AutomationException
Metadata value for the tracking service.

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

getObjectDefinitionName

java.lang.String getObjectDefinitionName()
                                         throws java.io.IOException,
                                                AutomationException
Name that defines the object in the tracking service.

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

setObjectDefinitionName

void setObjectDefinitionName(java.lang.String pVal)
                             throws java.io.IOException,
                                    AutomationException
Name that defines the object in the tracking service.

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

getObservationDefinitionName

java.lang.String getObservationDefinitionName()
                                              throws java.io.IOException,
                                                     AutomationException
Name that defines the observation in the tracking service.

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

setObservationDefinitionName

void setObservationDefinitionName(java.lang.String pVal)
                                  throws java.io.IOException,
                                         AutomationException
Name that defines the observation in the tracking service.

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

getObjectSource

int getObjectSource()
                    throws java.io.IOException,
                           AutomationException
Source of the tracking object in the tracking service.

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

setObjectSource

void setObjectSource(int pVal)
                     throws java.io.IOException,
                            AutomationException
Source of the tracking object in the tracking service.

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

getObjectData

java.lang.Object getObjectData()
                               throws java.io.IOException,
                                      AutomationException
Data Source of the tracking object in the tracking service.

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

setObjectData

void setObjectData(java.lang.Object pvarFeatureClassName)
                   throws java.io.IOException,
                          AutomationException
Data Source of the tracking object in the tracking service.

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

getSourceOfGeometry

int getSourceOfGeometry()
                        throws java.io.IOException,
                               AutomationException
Source of the geometry included in tracking service.

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

setSourceOfGeometry

void setSourceOfGeometry(int pVal)
                         throws java.io.IOException,
                                AutomationException
Source of the geometry included in tracking service.

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