This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDataset2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that provide geodata transformation information about a Dataset.
Description | ||
---|---|---|
Extent | The extent of the GeoDataset. | |
GeodataXform | The geodata transformation of the GeoDataset. | |
NativeExtent | The native extent of the GeoDataset (before transformation applied). | |
NativeSpatialReference | The native spatial reference of the GeoDataset (before transformation applied). | |
SpatialReference | The spatial reference of the GeoDataset. |
Interfaces | Description |
---|---|
IGeoDataset | Provides access to members that provide information about a Geographic Dataset. |
CoClasses and Classes | Description |
---|---|
FunctionRasterDataset (esriDataSourcesRaster) | A class for a function raster dataset. |
TemporalRecordSet (esriTrackingAnalyst) | Defines the COM coclass for the TemporalRecordSet COM object. |
IGeoDataset2 interface is used to get the geodata transformation stored with the geodataset. It can also be used to get the extent and spatial reference of the dataset before a transformation is applied, e.g native extent and native spatial reference.