com.esri.arcgis.gisclient
Interface IWCSSpatialDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWCSSpatialDomainProxy

public interface IWCSSpatialDomain
extends Serializable

Provides access to IWCSSpatialDomain information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IWCSBoundingBoxInfo getBoundingBoxInfo(int index)
          BoundingBoxInfo at the given index.
 int getBoundingBoxInfoCount()
          The boundingboxinfo count of the coverage data.
 String getGridBaseCRS()
          Base CRS name of grid.
 double getGridOffsets_X()
          X offset of grid.
 double getGridOffsets_Y()
          Y offset of grid.
 IEnvelope getGridOffsetsBoundingBox()
          The bounding box of grid offsets.
 double getGridOrigin_X()
          X of grid origin.
 double getGridOrigin_Y()
          Y of grid origin.
 

Method Detail

getBoundingBoxInfoCount

int getBoundingBoxInfoCount()
                            throws IOException,
                                   AutomationException
The boundingboxinfo count of the coverage data.

Product Availability

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

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

getBoundingBoxInfo

IWCSBoundingBoxInfo getBoundingBoxInfo(int index)
                                       throws IOException,
                                              AutomationException
BoundingBoxInfo at the given index.

Product Availability

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

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWCSBoundingBoxInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridBaseCRS

String getGridBaseCRS()
                      throws IOException,
                             AutomationException
Base CRS name of grid.

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.

getGridOrigin_X

double getGridOrigin_X()
                       throws IOException,
                              AutomationException
X of grid origin.

Product Availability

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

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

getGridOrigin_Y

double getGridOrigin_Y()
                       throws IOException,
                              AutomationException
Y of grid origin.

Product Availability

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

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

getGridOffsets_X

double getGridOffsets_X()
                        throws IOException,
                               AutomationException
X offset of grid.

Product Availability

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

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

getGridOffsets_Y

double getGridOffsets_Y()
                        throws IOException,
                               AutomationException
Y offset of grid.

Product Availability

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

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

getGridOffsetsBoundingBox

IEnvelope getGridOffsetsBoundingBox()
                                    throws IOException,
                                           AutomationException
The bounding box of grid offsets.

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.