|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingServiceDef2
Provides access to properties that define a tracking service.
Tracking Services are used to define how data is published to ArcGIS products such as ArcMap via the Tracking Analyst Extension and to the Tracking Server web Clients. A Service is one or more data definitions, associated metadata, and the information needed for the client to query for object data. This interface provides access to the properties needed to configure or identify a Tracking Service.
Method Summary | |
---|---|
String |
getMetaData()
Metadata value for the tracking service. |
String |
getName()
Name of the tracking service. |
Object |
getObjectData()
Data Source of the tracking object in the tracking service. |
String |
getObjectDefinitionName()
Name that defines the object in the tracking service. |
int |
getObjectSource()
Source of the tracking object in the tracking service. |
String |
getObservationDefinitionName()
Name that defines the observation in the tracking service. |
int |
getSourceOfGeometry()
Source of the geometry included in tracking service. |
void |
setMetaData(String pVal)
Metadata value for the tracking service. |
void |
setName(String pVal)
Name of the tracking service. |
void |
setObjectData(Object pvarFeatureClassName)
Data Source of the tracking object in the tracking service. |
void |
setObjectDefinitionName(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(String pVal)
Name that defines the observation in the tracking service. |
void |
setSourceOfGeometry(int pVal)
Source of the geometry included in tracking service. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMetaData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetaData(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getObjectDefinitionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectDefinitionName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getObservationDefinitionName() throws IOException, AutomationException
This property indicates the name of the datadefinition that defines the structure of the observation message.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObservationDefinitionName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectSource() throws IOException, AutomationException
This property indicates where the object data is hosted. Object data can be dynamic or received from some live source, or from a Geodatabase source such as a shapefile, Local Geodatabase, or an SDE server.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectSource(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.trackinganalyst.enumObjectSource constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getObjectData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectData(Object pvarFeatureClassName) throws IOException, AutomationException
pvarFeatureClassName
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSourceOfGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceOfGeometry(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.trackinganalyst.enumShapeSource constant (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 |