com.esri.arcgis.trackinganalyst
Interface ITrackingServiceComplexData

All Superinterfaces:
Serializable
All Known Implementing Classes:
InternetConnection

public interface ITrackingServiceComplexData
extends Serializable

Provides access to support for requesting complex tracking services object data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 boolean isHasObjectData(String bstrTrackingService)
          Indicates whether a tracking service has complex data to request.
 void requestObjectData(String bstrTrackingService)
          Requests the Object or static data associated with a Complex Tracking Service.
 

Method Detail

isHasObjectData

boolean isHasObjectData(String bstrTrackingService)
                        throws IOException,
                               AutomationException
Indicates whether a tracking service has complex data to request.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
bstrTrackingService - The bstrTrackingService (in)
Returns:
The pbvarHasObjectData
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

requestObjectData

void requestObjectData(String bstrTrackingService)
                       throws IOException,
                              AutomationException
Requests the Object or static data associated with a Complex Tracking Service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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