com.esri.arcgis.geodatabase
Interface IGPDescribe

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEArcInfoTable, DECadastralFabric, DECadDrawingDataset, DECatalogRoot, DECoverage, DECoverageFeatureClass, DEDbaseTable, DEDiskConnection, DEFeatureClass, DEFeatureDataset, DEFile, DEFolder, DEGeoDataServer, DEGeometricNetwork, DEGeometryServer, DEGlobeServer, DEGPServer, DEImageServer, DELasDataset, DELayer, DEMapDocument, DEMapServer, DEMosaicDataset, DENetworkDataset, DEPrjFile, DERasterBand, DERasterCatalog, DERasterDataset, DERelationshipClass, DERemoteDatabaseFolder, DERepresentationClass, DESchematicDataset, DESchematicDiagram, DESchematicFolder, DEServerConnection, DEShapeFile, DESpatialReferencesFolder, DETable, DETerrain, DETextFile, DETin, DETool, DEToolbox, DETopology, DEVPFCoverage, DEVPFTable, DEWCSCoverage, DEWMSMap, DEWorkspace, Field, GPArcInfoItem, GPCadastralFabricLayer, GPCompositeLayer, GPFeatureLayer, GPGroupLayer, GPLasDatasetLayer, GPLayer, GPMosaicLayer, GPNALayer, GPNetworkDatasetLayer, GPRasterCatalogLayer, GPRasterLayer, GPTableView, GPTerrainLayer, GPTinLayer, GPTopologyLayer, IGPDescribeProxy, Index, NetworkConstantEvaluator, NetworkEdgeTrafficEvaluator, NetworkFieldEvaluator, NetworkFunctionEvaluator, NetworkGlobalTurnDelayEvaluator, NetworkScriptEvaluator, SDCNetworkAttribute, SDCNetworkSource, XMLIndex, XMLIndexTag, XMLIndexTags

public interface IGPDescribe
extends java.io.Serializable

Provides access to a Geoprocessing description.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 java.lang.Object describe(java.lang.String name)
          The description of the named object.
 

Method Detail

describe

java.lang.Object describe(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
The description of the named object.

Product Availability

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

Parameters:
name - The name (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.