com.esri.arcgis.geodatabaseextensions
Interface ITrackingServiceDef

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

public interface ITrackingServiceDef
extends java.io.Serializable

COM Interface 'ITrackingServiceDef'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.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 IID1b9c2538_3b1d_11d5_b7e4_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.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 getObjectSourceConnectionString()
          Connection string of the tracking object's source.
 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 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 setObjectSourceConnectionString(java.lang.String pVal)
          Connection string of the tracking object's source.
 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

IID1b9c2538_3b1d_11d5_b7e4_00010265adc5

static final int IID1b9c2538_3b1d_11d5_b7e4_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.

getObjectSourceConnectionString

java.lang.String getObjectSourceConnectionString()
                                                 throws java.io.IOException,
                                                        AutomationException
Connection string of the tracking object's source.

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

setObjectSourceConnectionString

void setObjectSourceConnectionString(java.lang.String pVal)
                                     throws java.io.IOException,
                                            AutomationException
Connection string of the tracking object's source.

Parameters:
pVal - The pVal (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.