IGeoDataset2 Interface

Provides access to members that provide geodata transformation information about a Dataset.

Members

Name Description
Read-only property Extent The extent of the GeoDataset.
Read-only property GeodataXform The geodata transformation of the GeoDataset.
Read-only property NativeExtent The native extent of the GeoDataset (before transformation applied).
Read-only property NativeSpatialReference The native spatial reference of the GeoDataset (before transformation applied).
Read-only property SpatialReference The spatial reference of the GeoDataset.

IGeoDataset2.GeodataXform Property

The geodata transformation of the GeoDataset.

Public ReadOnly Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get;}

IGeoDataset2.NativeExtent Property

The native extent of the GeoDataset (before transformation applied).

Public ReadOnly Property NativeExtent As IEnvelope
public IEnvelope NativeExtent {get;}

IGeoDataset2.NativeSpatialReference Property

The native spatial reference of the GeoDataset (before transformation applied).

Public ReadOnly Property NativeSpatialReference As ISpatialReference
public ISpatialReference NativeSpatialReference {get;}

Inherited Interfaces

Interfaces Description
IGeoDataset Provides access to members that provide information about a Geographic Dataset.

Classes that implement IGeoDataset2

Classes Description
FunctionRasterDataset (esriDataSourcesRaster) A class for a function raster dataset.

Remarks

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.