com.esri.arcgis.gisclient
Interface IWCSSpatialDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSSpatialDomainProxy

public interface IWCSSpatialDomain
extends java.io.Serializable

COM Interface 'IWCSSpatialDomain'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to IWCSSpatialDomain information.' 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 IIDb7ec7893_efb4_4b61_8fe0_e746cf0422b5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWCSBoundingBoxInfo getBoundingBoxInfo(int index)
          BoundingBoxInfo at the given index.
 int getBoundingBoxInfoCount()
          The boundingboxinfo count of the coverage data.
 java.lang.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.
 

Field Detail

IIDb7ec7893_efb4_4b61_8fe0_e746cf0422b5

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

getBoundingBoxInfoCount

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

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

getBoundingBoxInfo

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

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

getGridBaseCRS

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

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

getGridOrigin_X

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

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

getGridOrigin_Y

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

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

getGridOffsets_X

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

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

getGridOffsets_Y

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

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

getGridOffsetsBoundingBox

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

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