com.esri.arcgis.geodatabase
Interface IDEGdbUtilities2

All Superinterfaces:
IDEGdbUtilities, Serializable
All Known Implementing Classes:
DEGdbUtilities

public interface IDEGdbUtilities2
extends IDEGdbUtilities, Serializable

Provides access to utility functions concerning data elements.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getRequiredGdbClientVersionDescription(int gdbVersion)
          Get required geodatabase client version description.
 int getRequiredGdbClientVersionFromString(String desc)
          Get required geodatabase client version from string.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEGdbUtilities
getDatasetTypeDescription, getDatasetTypeFromString, getExpandTypeDescription, getExpandTypeFromString, getFeatureTypeDescription, getFeatureTypeFromString, getFieldTypeDescription, getFieldTypeFromString, getGeometryTypeDescription, getGeometryTypeFromString, getNetworkClassAncillaryRoleDescription, getNetworkClassAncillaryRoleFromString, getNetworkTypeDescription, getNetworkTypeFromString, getRelationshipCardinalityDescription, getRelationshipCardinalityFromString, getRelationshipClassKeyDescription, getRelationshipClassKeyFromString, getRelationshipKeyRoleDescription, getRelationshipKeyRoleFromString, getRelationshipKeyTypeDescription, getRelationshipKeyTypeFromString, getRelationshipNotificationDescription, getRelationshipNotificationFromString, getWorkspaceTypeDescription, getWorkspaceTypeFromString, isEqualDEGeoDataset
 

Method Detail

getRequiredGdbClientVersionFromString

int getRequiredGdbClientVersionFromString(String desc)
                                          throws IOException,
                                                 AutomationException
Get required geodatabase client version from string.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRequiredGdbClientVersionDescription

String getRequiredGdbClientVersionDescription(int gdbVersion)
                                              throws IOException,
                                                     AutomationException
Get required geodatabase client version description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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