com.esri.arcgis.datasourcesfile
Interface ICoverage2

All Superinterfaces:
ICoverage, java.io.Serializable
All Known Implementing Classes:
ICoverage2Proxy

public interface ICoverage2
extends ICoverage, java.io.Serializable

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

Description: 'Provides access to members that modifies ArcInfo Coverages.' 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 IIDd1e706bc_6eee_11d4_9f55_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ICoverage
IIDd42131e1_d187_11d2_b0dc_0000f8780820
 
Method Summary
 void refreshSpatialProperties()
          Refreshes the Extent and Spatial Reference properties.
 void setExtent(IEnvelope rhs1)
          The BND file of the Coverage.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ICoverage
build, clean, createFeatureClass, getTolerance, isToleranceStatus, setTolerance
 

Field Detail

IIDd1e706bc_6eee_11d4_9f55_00c04f79927c

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

setExtent

void setExtent(IEnvelope rhs1)
               throws java.io.IOException,
                      AutomationException
The BND file of the Coverage.

Parameters:
rhs1 - 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.

refreshSpatialProperties

void refreshSpatialProperties()
                              throws java.io.IOException,
                                     AutomationException
Refreshes the Extent and Spatial Reference properties.

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