com.esri.arcgis.datasourcesfile
Interface IArcInfoWorkspace

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

public interface IArcInfoWorkspace
extends java.io.Serializable

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

Description: 'Provides access to members that create ArcInfo Coverages and Tables.' 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 IID730e2ff7_e3b4_11d2_9f30_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureDataset createCoverage(java.lang.String name, java.lang.String templateCoverage, int precision)
          Creates a new Coverage.
 ITable createInfoTable(java.lang.String name, IArcInfoItems itemSet)
          Creates a new Info Table.
 

Field Detail

IID730e2ff7_e3b4_11d2_9f30_00c04f79927c

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

createCoverage

IFeatureDataset createCoverage(java.lang.String name,
                               java.lang.String templateCoverage,
                               int precision)
                               throws java.io.IOException,
                                      AutomationException
Creates a new Coverage.

Parameters:
name - The name (in)
templateCoverage - The templateCoverage (in)
precision - A com.esri.arcgis.datasourcesfile.esriCoveragePrecisionType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createInfoTable

ITable createInfoTable(java.lang.String name,
                       IArcInfoItems itemSet)
                       throws java.io.IOException,
                              AutomationException
Creates a new Info Table.

Parameters:
name - The name (in)
itemSet - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItems (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.