com.esri.arcgis.datasourcesraster
Interface IDEWCSCoverage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEWCSCoverage, IDEWCSCoverageProxy

public interface IDEWCSCoverage
extends java.io.Serializable

COM Interface 'IDEWCSCoverage'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that describe WCS Coverage objects.' 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 IIDdb9431b1_b871_44d0_a8b9_8aa0e07dbc0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBandCount()
          The number of bands in the collection.
 IEnvelope getExtent()
          The extent of the WCS Coverage.
 ISpatialReference getSpatialReference()
          The spatial reference of the WCS Coverage.
 void setBandCount(int count)
          The number of bands in the collection.
 void setExtentByRef(IEnvelope extent)
          The extent of the WCS Coverage.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference of the WCS Coverage.
 

Field Detail

IIDdb9431b1_b871_44d0_a8b9_8aa0e07dbc0d

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

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent of the WCS Coverage.

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.

setExtentByRef

void setExtentByRef(IEnvelope extent)
                    throws java.io.IOException,
                           AutomationException
The extent of the WCS Coverage.

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the WCS Coverage.

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the WCS Coverage.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

int getBandCount()
                 throws java.io.IOException,
                        AutomationException
The number of bands in the collection.

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

setBandCount

void setBandCount(int count)
                  throws java.io.IOException,
                         AutomationException
The number of bands in the collection.

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