com.esri.arcgis.datasourcesfile
Interface IDEArcInfoUtilities

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEArcInfoUtilities, IDEArcInfoUtilitiesProxy

public interface IDEArcInfoUtilities
extends java.io.Serializable

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

Description: 'Provides access to the ArcInfo Data Element Utilities.' 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 IID1c1d3491_9e02_4283_be2f_b8177cc8f01f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void assignArcInfoTableProperties(IArcInfoTable pArcInfoTable, IDataElement pDataElement)
          Assign ArcInfo table properties.
 void assignCoverageFeatureClassNameProperties(ICoverageFeatureClassName pCoverageFeatureClassName, IDataElement pDataElement)
          Assign coverage feature class name properties.
 void assignCoverageFeatureClassProperties(ICoverageFeatureClass pCoverageFeatureClass, IDataElement pDataElement)
          Assign coverage feature class properties.
 void assignCoverageProperties(ICoverage pCoverage, IDataElement pDataElement)
          Assign coverage properties.
 IGPArcInfoItem findItem(IDEArcInfoTable pDEArcInfoTable, java.lang.String name)
          FindItem.
 java.lang.String getCoverageFeatureClassTypeDescription(int type)
          Get coverage feature class type description.
 int getCoverageFeatureClassTypeFromString(java.lang.String desc)
          Get coverage feature class type from string.
 java.lang.String getFeatureClassTopologyDescription(int type)
          Get feature class topology description.
 int getFeatureClassTopologyFromString(java.lang.String desc)
          Get feature class topology from string.
 java.lang.String getItemTypeDescription(int type)
          Get item type description.
 int getItemTypeFromString(java.lang.String desc)
          Get item type from string.
 boolean itemExists(IDEArcInfoTable pDEArcInfoTable, IGPArcInfoItem pGPItem)
          Item exists.
 IPropertySet makeDETolerances(ICoverage pCoverage)
          Make tolerances.
 IGPArcInfoItem makeGPItem(IArcInfoItem pItem)
          Make item.
 IArray makeGPItems(IArcInfoItems pItems)
          Make Items.
 

Field Detail

IID1c1d3491_9e02_4283_be2f_b8177cc8f01f

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

assignCoverageProperties

void assignCoverageProperties(ICoverage pCoverage,
                              IDataElement pDataElement)
                              throws java.io.IOException,
                                     AutomationException
Assign coverage properties.

Parameters:
pCoverage - A reference to a com.esri.arcgis.datasourcesfile.ICoverage (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

assignArcInfoTableProperties

void assignArcInfoTableProperties(IArcInfoTable pArcInfoTable,
                                  IDataElement pDataElement)
                                  throws java.io.IOException,
                                         AutomationException
Assign ArcInfo table properties.

Parameters:
pArcInfoTable - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoTable (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

assignCoverageFeatureClassProperties

void assignCoverageFeatureClassProperties(ICoverageFeatureClass pCoverageFeatureClass,
                                          IDataElement pDataElement)
                                          throws java.io.IOException,
                                                 AutomationException
Assign coverage feature class properties.

Parameters:
pCoverageFeatureClass - A reference to a com.esri.arcgis.datasourcesfile.ICoverageFeatureClass (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

assignCoverageFeatureClassNameProperties

void assignCoverageFeatureClassNameProperties(ICoverageFeatureClassName pCoverageFeatureClassName,
                                              IDataElement pDataElement)
                                              throws java.io.IOException,
                                                     AutomationException
Assign coverage feature class name properties.

Parameters:
pCoverageFeatureClassName - A reference to a com.esri.arcgis.datasourcesfile.ICoverageFeatureClassName (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeDETolerances

IPropertySet makeDETolerances(ICoverage pCoverage)
                              throws java.io.IOException,
                                     AutomationException
Make tolerances.

Parameters:
pCoverage - A reference to a com.esri.arcgis.datasourcesfile.ICoverage (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeGPItems

IArray makeGPItems(IArcInfoItems pItems)
                   throws java.io.IOException,
                          AutomationException
Make Items.

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

makeGPItem

IGPArcInfoItem makeGPItem(IArcInfoItem pItem)
                          throws java.io.IOException,
                                 AutomationException
Make item.

Parameters:
pItem - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
Returns:
A reference to a com.esri.arcgis.datasourcesfile.IGPArcInfoItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCoverageFeatureClassTypeFromString

int getCoverageFeatureClassTypeFromString(java.lang.String desc)
                                          throws java.io.IOException,
                                                 AutomationException
Get coverage feature class type from string.

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

getCoverageFeatureClassTypeDescription

java.lang.String getCoverageFeatureClassTypeDescription(int type)
                                                        throws java.io.IOException,
                                                               AutomationException
Get coverage feature class type description.

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

getFeatureClassTopologyFromString

int getFeatureClassTopologyFromString(java.lang.String desc)
                                      throws java.io.IOException,
                                             AutomationException
Get feature class topology from string.

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

getFeatureClassTopologyDescription

java.lang.String getFeatureClassTopologyDescription(int type)
                                                    throws java.io.IOException,
                                                           AutomationException
Get feature class topology description.

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

getItemTypeFromString

int getItemTypeFromString(java.lang.String desc)
                          throws java.io.IOException,
                                 AutomationException
Get item type from string.

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

getItemTypeDescription

java.lang.String getItemTypeDescription(int type)
                                        throws java.io.IOException,
                                               AutomationException
Get item type description.

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

itemExists

boolean itemExists(IDEArcInfoTable pDEArcInfoTable,
                   IGPArcInfoItem pGPItem)
                   throws java.io.IOException,
                          AutomationException
Item exists.

Parameters:
pDEArcInfoTable - A reference to a com.esri.arcgis.datasourcesfile.IDEArcInfoTable (in)
pGPItem - A reference to a com.esri.arcgis.datasourcesfile.IGPArcInfoItem (in)
Returns:
The pExists
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findItem

IGPArcInfoItem findItem(IDEArcInfoTable pDEArcInfoTable,
                        java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
FindItem.

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