com.esri.arcgis.catalog
Interface IGxDataset

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxCadDataset, GxCoverageDataset, GxDataset, GxPCCoverage, GxRasterDataset, GxSDCDataset, GxShapefileDataset, GxStreetMapDataset, GxTextFile, GxTool, GxToolbox, GxVpfDataset, IGxDatasetProxy, IMSFeatureClass

public interface IGxDataset
extends Serializable

Provides access to members that manages the properties of a GX dataset object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IDataset getDataset()
          The associated dataset.
 IDatasetName getDatasetName()
          The associated dataset name.
 int getType()
          The type of the associated dataset.
 void setDatasetNameByRef(IDatasetName datasetName)
          The associated dataset name.
 

Method Detail

setDatasetNameByRef

void setDatasetNameByRef(IDatasetName datasetName)
                         throws IOException,
                                AutomationException
The associated dataset name.

Product Availability

Available with ArcGIS Desktop.

Parameters:
datasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetName

IDatasetName getDatasetName()
                            throws IOException,
                                   AutomationException
The associated dataset name.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataset

IDataset getDataset()
                    throws IOException,
                           AutomationException
The associated dataset.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.IDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws IOException,
                   AutomationException
The type of the associated dataset.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.