com.esri.arcgis.trackinganalyst
Interface IServerConnectionAOI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
InternetConnection, IServerConnectionAOIProxy

public interface IServerConnectionAOI
extends java.io.Serializable

COM Interface 'IServerConnectionAOI'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to the area of interest associated with a 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 IID2062ae72_0c79_4a4b_9486_cadf6124aac1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getServiceAreaOfInterest(java.lang.String bstrServiceName, int[] aoiType, IEnvelope[] aoi)
          The service area of interest.
 void setServiceAreaOfInterest(java.lang.String bstrServiceName, int aoiType, IEnvelope aoi)
          The service area of interest.
 

Field Detail

IID2062ae72_0c79_4a4b_9486_cadf6124aac1

static final int IID2062ae72_0c79_4a4b_9486_cadf6124aac1
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

setServiceAreaOfInterest

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceAreaOfInterest

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.