| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDEArcInfoUtilities
Provides access to the ArcInfo Data Element Utilities.
| 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,
         String name)FindItem. | 
|  String | getCoverageFeatureClassTypeDescription(int type)Get coverage feature class type description. | 
|  int | getCoverageFeatureClassTypeFromString(String desc)Get coverage feature class type from string. | 
|  String | getFeatureClassTopologyDescription(int type)Get feature class topology description. | 
|  int | getFeatureClassTopologyFromString(String desc)Get feature class topology from string. | 
|  String | getItemTypeDescription(int type)Get item type description. | 
|  int | getItemTypeFromString(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. | 
| Method Detail | 
|---|
void assignCoverageProperties(ICoverage pCoverage,
                              IDataElement pDataElement)
                              throws IOException,
                                     AutomationException
pCoverage - A reference to a com.esri.arcgis.datasourcesfile.ICoverage  (in)pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void assignArcInfoTableProperties(IArcInfoTable pArcInfoTable,
                                  IDataElement pDataElement)
                                  throws IOException,
                                         AutomationException
pArcInfoTable - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoTable  (in)pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void assignCoverageFeatureClassProperties(ICoverageFeatureClass pCoverageFeatureClass,
                                          IDataElement pDataElement)
                                          throws IOException,
                                                 AutomationException
pCoverageFeatureClass - A reference to a com.esri.arcgis.datasourcesfile.ICoverageFeatureClass  (in)pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void assignCoverageFeatureClassNameProperties(ICoverageFeatureClassName pCoverageFeatureClassName,
                                              IDataElement pDataElement)
                                              throws IOException,
                                                     AutomationException
pCoverageFeatureClassName - A reference to a com.esri.arcgis.datasourcesfile.ICoverageFeatureClassName  (in)pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet makeDETolerances(ICoverage pCoverage)
                              throws IOException,
                                     AutomationException
pCoverage - A reference to a com.esri.arcgis.datasourcesfile.ICoverage  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray makeGPItems(IArcInfoItems pItems)
                   throws IOException,
                          AutomationException
pItems - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPArcInfoItem makeGPItem(IArcInfoItem pItem)
                          throws IOException,
                                 AutomationException
pItem - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCoverageFeatureClassTypeFromString(String desc)
                                          throws IOException,
                                                 AutomationException
desc - The desc  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCoverageFeatureClassTypeDescription(int type)
                                              throws IOException,
                                                     AutomationException
type - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFeatureClassTopologyFromString(String desc)
                                      throws IOException,
                                             AutomationException
desc - The desc  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFeatureClassTopologyDescription(int type)
                                          throws IOException,
                                                 AutomationException
type - A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getItemTypeFromString(String desc)
                          throws IOException,
                                 AutomationException
desc - The desc  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getItemTypeDescription(int type)
                              throws IOException,
                                     AutomationException
type - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean itemExists(IDEArcInfoTable pDEArcInfoTable,
                   IGPArcInfoItem pGPItem)
                   throws IOException,
                          AutomationException
pDEArcInfoTable - A reference to a com.esri.arcgis.datasourcesfile.IDEArcInfoTable  (in)pGPItem - A reference to a com.esri.arcgis.datasourcesfile.IGPArcInfoItem  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPArcInfoItem findItem(IDEArcInfoTable pDEArcInfoTable,
                        String name)
                        throws IOException,
                               AutomationException
pDEArcInfoTable - A reference to a com.esri.arcgis.datasourcesfile.IDEArcInfoTable  (in)name - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||