com.esri.arcgis.datasourcesfile
Interface ICoverageName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoverageName, ICoverageNameProxy

public interface ICoverageName
extends java.io.Serializable

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

Description: 'Provides access to members that maintains ArcInfo Coverage Feature Dataset 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 IIDde61a108_0e08_11d3_9f31_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCoverageType()
          Type of the Coverage.
 void setCoverageType(int coverageType)
          Type of the Coverage.
 

Field Detail

IIDde61a108_0e08_11d3_9f31_00c04f79927c

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

getCoverageType

int getCoverageType()
                    throws java.io.IOException,
                           AutomationException
Type of the Coverage.

Returns:
A com.esri.arcgis.datasourcesfile.esriCoverageType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCoverageType

void setCoverageType(int coverageType)
                     throws java.io.IOException,
                            AutomationException
Type of the Coverage.

Parameters:
coverageType - A com.esri.arcgis.datasourcesfile.esriCoverageType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.