public interface ITrackingServiceDef
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1b9c2538_3b1d_11d5_b7e4_00010265adc5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID1b9c2538_3b1d_11d5_b7e4_00010265adc5
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMetaData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMetaData(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getObjectDefinitionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setObjectDefinitionName(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getObservationDefinitionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setObservationDefinitionName(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getObjectSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setObjectSource(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabaseextensions.enumObjectSource constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getObjectSourceConnectionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setObjectSourceConnectionString(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSourceOfGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceOfGeometry(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabaseextensions.enumShapeSource constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.