com.esri.arcgis.geoprocessing
Class IDEUtilitiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IDEUtilitiesProxy
All Implemented Interfaces:
IDEUtilities, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the 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 =

public class IDEUtilitiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IDEUtilities, 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.geoprocessing.IDEUtilities
IID, IID39fcba4f_fad5_4360_a91e_f6c995205676
 
Constructor Summary
  IDEUtilitiesProxy()
          Deprecated. For internal use only
  IDEUtilitiesProxy(java.lang.Object obj)
          Deprecated.  
protected IDEUtilitiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEUtilitiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEUtilitiesProxy(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.  
 void assignTinProperties(ITin pTin, IDataElement pDataElement)
          Deprecated. Assign tin properties.
 boolean compareWildCard(java.lang.String wildCard, java.lang.String data)
          Deprecated. Compares a wildcard string against a given value.
 void copy(IGPValue pSourceGPValue, IGPValue pTargetGPValue)
          Deprecated. Copys the data element.
 void delete(IGPValue pGPValue)
          Deprecated. Deletes the data element.
 boolean exists(IGPValue pGPValue)
          Deprecated. Checks if a data element exists.
 void expandDataElement(IDataElement pInDE, IDEBrowseOptions pBrowseOptions)
          Deprecated. Expands a given data element.
 java.lang.Object getCatalog()
          Deprecated. Gets the catalog object.
 java.lang.Object getGxObject(IDataElement pDataTlement)
          Deprecated. Gets the GxObject for a data element.
 java.lang.Object getGxObjectFromLocation(java.lang.String catalogPath, IGPDataType pDataType)
          Deprecated. Gets the GxObject from a catalog path.
 IArray getGxObjects(java.lang.String catalogPath)
          Deprecated. Returns an array of GxObjects for a catalog path.
 IName getNameObject(IDataElement pDataElement)
          Deprecated. Gets the name object for data element.
 IName getNameObjectFromLocation(java.lang.String locationMoniker, IGPDataType pDataType)
          Deprecated. Gets the name object from a catalog path.
 java.lang.String getWorkspace()
          Deprecated. Sets the current workspace.
 boolean isEqualArray(IArray pObjects1, IArray pObjects2)
          Deprecated. Check if field arrays are equal.
 boolean isRefreshCatalogParent()
          Deprecated. Indicates whether to refresh catalog parent.
 IDataElement makeDataElement(java.lang.String catalogPath, IDEBrowseOptions pBrowseOptions, IGPDataType pDataType)
          Deprecated. Makes a data element from path.
 IDataElement makeDataElementFromNameObject(IName name)
          Deprecated. Makes a data element from name object.
 IArray makeDataElements(java.lang.String catalogPath, IDEBrowseOptions pBrowseOptions)
          Deprecated. Returns an array of data elements for a catalog path.
 IDataset openDataset(IDataElement pDataElement)
          Deprecated. Returns the dataset for the given data element.
 IDataset openDatasetFromLocation(java.lang.String catalogPath, IGPDataType pDataType)
          Deprecated. Returns the dataset by catalog path.
 ILayer openLayerFromLocation(java.lang.String catalogPath)
          Deprecated. Returns the layer based upon the given catalog path.
 void parseContainer(java.lang.String catalogPath, java.lang.String[] pContainer)
          Deprecated. Returns the container of a catalog path.
 void parseName(java.lang.String catalogPath, java.lang.String[] pName)
          Deprecated. Returns the name of a catalog path.
 void refreshCatalog(IDataElement pSourceDataElement)
          Deprecated. Refreshs catalog for the parent of the given data element.
 void releaseInternals()
          Deprecated. Release the internal objects used prior to releasing this DEUtilities object.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void rename(IGPValue pSourceGPValue, IGPValue pTargetGPValue)
          Deprecated. Renames the data element.
 void setRefreshCatalogParent(boolean pRefresh)
          Deprecated. Indicates whether to refresh catalog parent.
 void setWorkspace(java.lang.String workPath)
          Deprecated. Sets the current workspace.
 
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

IDEUtilitiesProxy

public IDEUtilitiesProxy(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

IDEUtilitiesProxy

public IDEUtilitiesProxy()
Deprecated. 
For internal use only


IDEUtilitiesProxy

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

IDEUtilitiesProxy

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

IDEUtilitiesProxy

protected IDEUtilitiesProxy(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

assignTinProperties

public void assignTinProperties(ITin pTin,
                                IDataElement pDataElement)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Assign tin properties.

Specified by:
assignTinProperties in interface IDEUtilities
Parameters:
pTin - A reference to a com.esri.arcgis.geodatabase.ITin (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.

isEqualArray

public boolean isEqualArray(IArray pObjects1,
                            IArray pObjects2)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Check if field arrays are equal.

Specified by:
isEqualArray in interface IDEUtilities
Parameters:
pObjects1 - A reference to a com.esri.arcgis.system.IArray (in)
pObjects2 - A reference to a com.esri.arcgis.system.IArray (in)
Returns:
The pEqual
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkspace

public void setWorkspace(java.lang.String workPath)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sets the current workspace.

Specified by:
setWorkspace in interface IDEUtilities
Parameters:
workPath - The workPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspace

public java.lang.String getWorkspace()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Sets the current workspace.

Specified by:
getWorkspace in interface IDEUtilities
Returns:
The workPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCatalog

public java.lang.Object getCatalog()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Gets the catalog object.

Specified by:
getCatalog in interface IDEUtilities
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRefreshCatalogParent

public boolean isRefreshCatalogParent()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether to refresh catalog parent.

Specified by:
isRefreshCatalogParent in interface IDEUtilities
Returns:
The pRefresh
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRefreshCatalogParent

public void setRefreshCatalogParent(boolean pRefresh)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether to refresh catalog parent.

Specified by:
setRefreshCatalogParent in interface IDEUtilities
Parameters:
pRefresh - The pRefresh (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeDataElement

public IDataElement makeDataElement(java.lang.String catalogPath,
                                    IDEBrowseOptions pBrowseOptions,
                                    IGPDataType pDataType)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Makes a data element from path.

Specified by:
makeDataElement in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeDataElementFromNameObject

public IDataElement makeDataElementFromNameObject(IName name)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Makes a data element from name object.

Specified by:
makeDataElementFromNameObject in interface IDEUtilities
Parameters:
name - A reference to a com.esri.arcgis.system.IName (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

expandDataElement

public void expandDataElement(IDataElement pInDE,
                              IDEBrowseOptions pBrowseOptions)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Expands a given data element.

Specified by:
expandDataElement in interface IDEUtilities
Parameters:
pInDE - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openDataset

public IDataset openDataset(IDataElement pDataElement)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns the dataset for the given data element.

Specified by:
openDataset in interface IDEUtilities
Parameters:
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openLayerFromLocation

public ILayer openLayerFromLocation(java.lang.String catalogPath)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Returns the layer based upon the given catalog path.

Specified by:
openLayerFromLocation in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openDatasetFromLocation

public IDataset openDatasetFromLocation(java.lang.String catalogPath,
                                        IGPDataType pDataType)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Returns the dataset by catalog path.

Specified by:
openDatasetFromLocation in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshCatalog

public void refreshCatalog(IDataElement pSourceDataElement)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Refreshs catalog for the parent of the given data element.

Specified by:
refreshCatalog in interface IDEUtilities
Parameters:
pSourceDataElement - 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.

delete

public void delete(IGPValue pGPValue)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Deletes the data element.

Specified by:
delete in interface IDEUtilities
Parameters:
pGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rename

public void rename(IGPValue pSourceGPValue,
                   IGPValue pTargetGPValue)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Renames the data element.

Specified by:
rename in interface IDEUtilities
Parameters:
pSourceGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
pTargetGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

copy

public void copy(IGPValue pSourceGPValue,
                 IGPValue pTargetGPValue)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Copys the data element.

Specified by:
copy in interface IDEUtilities
Parameters:
pSourceGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
pTargetGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exists

public boolean exists(IGPValue pGPValue)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Checks if a data element exists.

Specified by:
exists in interface IDEUtilities
Parameters:
pGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Returns:
The exists
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

compareWildCard

public boolean compareWildCard(java.lang.String wildCard,
                               java.lang.String data)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Compares a wildcard string against a given value.

Specified by:
compareWildCard in interface IDEUtilities
Parameters:
wildCard - The wildCard (in)
data - The data (in)
Returns:
The matched
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNameObject

public IName getNameObject(IDataElement pDataElement)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Gets the name object for data element.

Specified by:
getNameObject in interface IDEUtilities
Parameters:
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNameObjectFromLocation

public IName getNameObjectFromLocation(java.lang.String locationMoniker,
                                       IGPDataType pDataType)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Gets the name object from a catalog path.

Specified by:
getNameObjectFromLocation in interface IDEUtilities
Parameters:
locationMoniker - The locationMoniker (in)
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGxObjectFromLocation

public java.lang.Object getGxObjectFromLocation(java.lang.String catalogPath,
                                                IGPDataType pDataType)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Gets the GxObject from a catalog path.

Specified by:
getGxObjectFromLocation in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

parseName

public void parseName(java.lang.String catalogPath,
                      java.lang.String[] pName)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Returns the name of a catalog path.

Specified by:
parseName in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

parseContainer

public void parseContainer(java.lang.String catalogPath,
                           java.lang.String[] pContainer)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns the container of a catalog path.

Specified by:
parseContainer in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
pContainer - The pContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseInternals

public void releaseInternals()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Release the internal objects used prior to releasing this DEUtilities object.

Specified by:
releaseInternals in interface IDEUtilities
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGxObject

public java.lang.Object getGxObject(IDataElement pDataTlement)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Gets the GxObject for a data element.

Specified by:
getGxObject in interface IDEUtilities
Parameters:
pDataTlement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGxObjects

public IArray getGxObjects(java.lang.String catalogPath)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns an array of GxObjects for a catalog path.

Specified by:
getGxObjects in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (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.

makeDataElements

public IArray makeDataElements(java.lang.String catalogPath,
                               IDEBrowseOptions pBrowseOptions)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns an array of data elements for a catalog path.

Specified by:
makeDataElements in interface IDEUtilities
Parameters:
catalogPath - The catalogPath (in)
pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (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.