com.esri.arcgis.gisclient
Interface IWCSBoundingBoxInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWCSBoundingBoxInfoProxy

public interface IWCSBoundingBoxInfo
extends Serializable

Provides access to IWCSBoundingBoxInfo information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IEnvelope getBoundingBox()
          The bounding extent of the coverage data.
 String getCRS()
          CRS name of of this bounding box.
 

Method Detail

getCRS

String getCRS()
              throws IOException,
                     AutomationException
CRS name of of this bounding box.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The cRS
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundingBox

IEnvelope getBoundingBox()
                         throws IOException,
                                AutomationException
The bounding extent of the coverage data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.