com.esri.arcgis.trackinganalyst
Interface IServerConnectionAOI

All Superinterfaces:
Serializable
All Known Implementing Classes:
InternetConnection

public interface IServerConnectionAOI
extends Serializable

Provides access to the area of interest associated with a service.

Product Availability

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


Method Summary
 void getServiceAreaOfInterest(String bstrServiceName, int[] aoiType, IEnvelope[] aoi)
          The service area of interest.
 void setServiceAreaOfInterest(String bstrServiceName, int aoiType, IEnvelope aoi)
          The service area of interest.
 

Method Detail

setServiceAreaOfInterest

void setServiceAreaOfInterest(String bstrServiceName,
                              int aoiType,
                              IEnvelope aoi)
                              throws IOException,
                                     AutomationException
The service area of interest.

Product Availability

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

Parameters:
bstrServiceName - The bstrServiceName (in)
aoiType - A com.esri.arcgis.trackinganalyst.esriTxServiceAOI constant (in)
aoi - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceAreaOfInterest

void getServiceAreaOfInterest(String bstrServiceName,
                              int[] aoiType,
                              IEnvelope[] aoi)
                              throws IOException,
                                     AutomationException
The service area of interest.

Product Availability

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

Parameters:
bstrServiceName - The bstrServiceName (in)
aoiType - A com.esri.arcgis.trackinganalyst.esriTxServiceAOI constant (out: use single element array)
aoi - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.