com.esri.arcgis.gisclient
Interface IWCSBoundingBoxInfo

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

public interface IWCSBoundingBoxInfo
extends java.io.Serializable

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

Description: 'Provides access to IWCSBoundingBoxInfo 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 IIDed79b15f_9133_4d1c_8bac_170562b5ff9d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getBoundingBox()
          The bounding extent of the coverage data.
 java.lang.String getCRS()
          CRS name of of this bounding box.
 

Field Detail

IIDed79b15f_9133_4d1c_8bac_170562b5ff9d

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

getCRS

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

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

getBoundingBox

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

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.