com.esri.arcgis.catalog
Interface IGxDataElementHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxCadDataset, GxCatalog, GxCoverageDataset, GxDatabase, GxDataset, GxDiskConnection, GxFeatureDefinitionPackage, GxFile, GxFolder, GxFolderConnections, GxGDSGeodatabase, GxLayer, GxMap, GxMSDFile, GxPackage, GxPrjFile, GxRasterDataset, GxRemoteDatabaseFolder, GxReport, GxSDCDataset, GxShapefileDataset, GxShortcut, GxSpatialReferencesFolder, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxTextFile, GxVpfDataset, GxWorkspaceFolder, IGxDataElementHelperProxy

public interface IGxDataElementHelper
extends java.io.Serializable

COM Interface 'IGxDataElementHelper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to interface which allows GxObject implementers to partially or completely fill the properties of the peer data element.' 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 IID880af9da_a704_4546_9ff3_bd2fa8ab9e82
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void retrieveDEBaseProperties(IDataElement[] dataElement)
          Retrieve the GxObject's light-weight properties.
 void retrieveDEFullProperties(IDataElement[] dataElement)
          Retrieve the GxObject's heavy-weight properties.
 

Field Detail

IID880af9da_a704_4546_9ff3_bd2fa8ab9e82

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

retrieveDEFullProperties

void retrieveDEFullProperties(IDataElement[] dataElement)
                              throws java.io.IOException,
                                     AutomationException
Retrieve the GxObject's heavy-weight properties.

Parameters:
dataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

retrieveDEBaseProperties

void retrieveDEBaseProperties(IDataElement[] dataElement)
                              throws java.io.IOException,
                                     AutomationException
Retrieve the GxObject's light-weight properties.

Parameters:
dataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.