com.esri.arcgis.geodatabase
Class IDEGdbUtilitiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDEGdbUtilitiesProxy
All Implemented Interfaces:
IDEGdbUtilities, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDEGdbUtilities2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IDEGdbUtilities'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to utility functions concerning data elements.' 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 =

public class IDEGdbUtilitiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IDEGdbUtilities, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEGdbUtilities
IID, IIDbd65b611_aa51_462f_a11a_b0ba223d9e9c
 
Constructor Summary
  IDEGdbUtilitiesProxy()
          Deprecated. For internal use only
  IDEGdbUtilitiesProxy(java.lang.Object obj)
          Deprecated.  
protected IDEGdbUtilitiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEGdbUtilitiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEGdbUtilitiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getDatasetTypeDescription(int type)
          Deprecated. Get dataset type description.
 int getDatasetTypeFromString(java.lang.String desc)
          Deprecated. Get dataset type from string.
 java.lang.String getExpandTypeDescription(int type)
          Deprecated. Get expand type description.
 int getExpandTypeFromString(java.lang.String desc)
          Deprecated. Get expand type from string.
 java.lang.String getFeatureTypeDescription(int type)
          Deprecated. Get feature type description.
 int getFeatureTypeFromString(java.lang.String desc)
          Deprecated. Get feature type from string.
 java.lang.String getFieldTypeDescription(int type)
          Deprecated. Get field type description.
 int getFieldTypeFromString(java.lang.String desc)
          Deprecated. Get field type from string.
 java.lang.String getGeometryTypeDescription(int type)
          Deprecated. Get geometry type description.
 int getGeometryTypeFromString(java.lang.String desc)
          Deprecated. Get geometry type from string.
 java.lang.String getNetworkClassAncillaryRoleDescription(int role)
          Deprecated. Get network class ancillary role type description.
 int getNetworkClassAncillaryRoleFromString(java.lang.String desc)
          Deprecated. Get network class ancillary role type from string.
 java.lang.String getNetworkTypeDescription(int netType)
          Deprecated. Get network type description.
 int getNetworkTypeFromString(java.lang.String desc)
          Deprecated. Get network type from string.
 java.lang.String getRelationshipCardinalityDescription(int card)
          Deprecated. Get relationship cardinality description.
 int getRelationshipCardinalityFromString(java.lang.String desc)
          Deprecated. Get relationship cardinality from string.
 java.lang.String getRelationshipClassKeyDescription(int classKey)
          Deprecated. Get relationship class key type description.
 int getRelationshipClassKeyFromString(java.lang.String desc)
          Deprecated. Get relationship class key type from string.
 java.lang.String getRelationshipKeyRoleDescription(int keyRole)
          Deprecated. Get relationship key role description.
 int getRelationshipKeyRoleFromString(java.lang.String desc)
          Deprecated. Get relationship key role from string.
 java.lang.String getRelationshipKeyTypeDescription(int keyType)
          Deprecated. Get relationship key type description.
 int getRelationshipKeyTypeFromString(java.lang.String desc)
          Deprecated. Get relationship key type from string.
 java.lang.String getRelationshipNotificationDescription(int notification)
          Deprecated. Get relationship notification description.
 int getRelationshipNotificationFromString(java.lang.String desc)
          Deprecated. Get relationship notification from string.
 java.lang.String getWorkspaceTypeDescription(int type)
          Deprecated. Get workspace type description.
 int getWorkspaceTypeFromString(java.lang.String desc)
          Deprecated. Get worspace type from string.
 boolean isEqualDEGeoDataset(IDEGeoDataset dEGeoDataset1, IDEGeoDataset dEGeoDataset2)
          Deprecated. Check if DEGeoDataset properties are equal.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDEGdbUtilitiesProxy

public IDEGdbUtilitiesProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDEGdbUtilitiesProxy

public IDEGdbUtilitiesProxy()
Deprecated. 
For internal use only


IDEGdbUtilitiesProxy

public IDEGdbUtilitiesProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDEGdbUtilitiesProxy

protected IDEGdbUtilitiesProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDEGdbUtilitiesProxy

protected IDEGdbUtilitiesProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getDatasetTypeFromString

public int getDatasetTypeFromString(java.lang.String desc)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get dataset type from string.

Specified by:
getDatasetTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetTypeDescription

public java.lang.String getDatasetTypeDescription(int type)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Get dataset type description.

Specified by:
getDatasetTypeDescription in interface IDEGdbUtilities
Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryTypeFromString

public int getGeometryTypeFromString(java.lang.String desc)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Get geometry type from string.

Specified by:
getGeometryTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryTypeDescription

public java.lang.String getGeometryTypeDescription(int type)
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
Get geometry type description.

Specified by:
getGeometryTypeDescription in interface IDEGdbUtilities
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureTypeFromString

public int getFeatureTypeFromString(java.lang.String desc)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get feature type from string.

Specified by:
getFeatureTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriFeatureType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureTypeDescription

public java.lang.String getFeatureTypeDescription(int type)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Get feature type description.

Specified by:
getFeatureTypeDescription in interface IDEGdbUtilities
Parameters:
type - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpandTypeFromString

public int getExpandTypeFromString(java.lang.String desc)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Get expand type from string.

Specified by:
getExpandTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriDEExpandType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpandTypeDescription

public java.lang.String getExpandTypeDescription(int type)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Get expand type description.

Specified by:
getExpandTypeDescription in interface IDEGdbUtilities
Parameters:
type - A com.esri.arcgis.geodatabase.esriDEExpandType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldTypeFromString

public int getFieldTypeFromString(java.lang.String desc)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get field type from string.

Specified by:
getFieldTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriFieldType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldTypeDescription

public java.lang.String getFieldTypeDescription(int type)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Get field type description.

Specified by:
getFieldTypeDescription in interface IDEGdbUtilities
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspaceTypeFromString

public int getWorkspaceTypeFromString(java.lang.String desc)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Get worspace type from string.

Specified by:
getWorkspaceTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriWorkspaceType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspaceTypeDescription

public java.lang.String getWorkspaceTypeDescription(int type)
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
Get workspace type description.

Specified by:
getWorkspaceTypeDescription in interface IDEGdbUtilities
Parameters:
type - A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkClassAncillaryRoleFromString

public int getNetworkClassAncillaryRoleFromString(java.lang.String desc)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Get network class ancillary role type from string.

Specified by:
getNetworkClassAncillaryRoleFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriNetworkClassAncillaryRole constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkClassAncillaryRoleDescription

public java.lang.String getNetworkClassAncillaryRoleDescription(int role)
                                                         throws java.io.IOException,
                                                                AutomationException
Deprecated. 
Get network class ancillary role type description.

Specified by:
getNetworkClassAncillaryRoleDescription in interface IDEGdbUtilities
Parameters:
role - A com.esri.arcgis.geodatabase.esriNetworkClassAncillaryRole constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipKeyTypeFromString

public int getRelationshipKeyTypeFromString(java.lang.String desc)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Get relationship key type from string.

Specified by:
getRelationshipKeyTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriRelKeyType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipKeyTypeDescription

public java.lang.String getRelationshipKeyTypeDescription(int keyType)
                                                   throws java.io.IOException,
                                                          AutomationException
Deprecated. 
Get relationship key type description.

Specified by:
getRelationshipKeyTypeDescription in interface IDEGdbUtilities
Parameters:
keyType - A com.esri.arcgis.geodatabase.esriRelKeyType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipClassKeyFromString

public int getRelationshipClassKeyFromString(java.lang.String desc)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Get relationship class key type from string.

Specified by:
getRelationshipClassKeyFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriRelClassKey constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipClassKeyDescription

public java.lang.String getRelationshipClassKeyDescription(int classKey)
                                                    throws java.io.IOException,
                                                           AutomationException
Deprecated. 
Get relationship class key type description.

Specified by:
getRelationshipClassKeyDescription in interface IDEGdbUtilities
Parameters:
classKey - A com.esri.arcgis.geodatabase.esriRelClassKey constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipKeyRoleFromString

public int getRelationshipKeyRoleFromString(java.lang.String desc)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Get relationship key role from string.

Specified by:
getRelationshipKeyRoleFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriRelKeyRole constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipKeyRoleDescription

public java.lang.String getRelationshipKeyRoleDescription(int keyRole)
                                                   throws java.io.IOException,
                                                          AutomationException
Deprecated. 
Get relationship key role description.

Specified by:
getRelationshipKeyRoleDescription in interface IDEGdbUtilities
Parameters:
keyRole - A com.esri.arcgis.geodatabase.esriRelKeyRole constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipCardinalityFromString

public int getRelationshipCardinalityFromString(java.lang.String desc)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Get relationship cardinality from string.

Specified by:
getRelationshipCardinalityFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriRelCardinality constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipCardinalityDescription

public java.lang.String getRelationshipCardinalityDescription(int card)
                                                       throws java.io.IOException,
                                                              AutomationException
Deprecated. 
Get relationship cardinality description.

Specified by:
getRelationshipCardinalityDescription in interface IDEGdbUtilities
Parameters:
card - A com.esri.arcgis.geodatabase.esriRelCardinality constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipNotificationFromString

public int getRelationshipNotificationFromString(java.lang.String desc)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Get relationship notification from string.

Specified by:
getRelationshipNotificationFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriRelNotification constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipNotificationDescription

public java.lang.String getRelationshipNotificationDescription(int notification)
                                                        throws java.io.IOException,
                                                               AutomationException
Deprecated. 
Get relationship notification description.

Specified by:
getRelationshipNotificationDescription in interface IDEGdbUtilities
Parameters:
notification - A com.esri.arcgis.geodatabase.esriRelNotification constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkTypeFromString

public int getNetworkTypeFromString(java.lang.String desc)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get network type from string.

Specified by:
getNetworkTypeFromString in interface IDEGdbUtilities
Parameters:
desc - The desc (in)
Returns:
A com.esri.arcgis.geodatabase.esriNetworkType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkTypeDescription

public java.lang.String getNetworkTypeDescription(int netType)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Get network type description.

Specified by:
getNetworkTypeDescription in interface IDEGdbUtilities
Parameters:
netType - A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEqualDEGeoDataset

public boolean isEqualDEGeoDataset(IDEGeoDataset dEGeoDataset1,
                                   IDEGeoDataset dEGeoDataset2)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Check if DEGeoDataset properties are equal.

Specified by:
isEqualDEGeoDataset in interface IDEGdbUtilities
Parameters:
dEGeoDataset1 - A reference to a com.esri.arcgis.geodatabase.IDEGeoDataset (in)
dEGeoDataset2 - A reference to a com.esri.arcgis.geodatabase.IDEGeoDataset (in)
Returns:
The equal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.