|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerConnectionAOI
Provides access to the area of interest associated with a service.
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 |
---|
void setServiceAreaOfInterest(String bstrServiceName, int aoiType, IEnvelope aoi) throws IOException, AutomationException
bstrServiceName
- The bstrServiceName (in)aoiType
- A com.esri.arcgis.trackinganalyst.esriTxServiceAOI constant (in)aoi
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getServiceAreaOfInterest(String bstrServiceName, int[] aoiType, IEnvelope[] aoi) throws IOException, AutomationException
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)
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 |