ArcObjects Library Reference (GeoDatabase)  

IGeoDatasetSchemaEdit2 Interface

Provides access to members that change the geodata transformation of a GeoDataset.

Product Availability

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

Members

Description
Method AlterGeodataXform Alters the geodata transformation of the dataset (does not transform the data).
Method AlterResolution Alters the resolution of the dataset and rebuilds the spatial indexes.
Method AlterSpatialReference Alters the spatial reference of the dataset to match the coordinate system of the input spatial reference, does not reproject the data.
Read-only property CanAlterGeodataXform Indicates if the geodata transformation of the dataset can be altered.
Read-only property CanAlterSpatialReference Indicates if the spatial reference of the dataset can be altered.
Method ConstructResolutions Returns a list of possible resolutions (precisions) and the doubling factors that produce them from the specified low precision spatial reference. The zeroth returned element is the current precision of the spatial reference.

Inherited Interfaces

Interfaces Description
IGeoDatasetSchemaEdit Provides access to members that change the schema of a GeoDataset.

CoClasses that implement IGeoDatasetSchemaEdit2

CoClasses and Classes Description
RasterDataset (esriDataSourcesRaster) A representation of a raster dataset on disk.

Remarks

The IGeoDatasetSchemaEdit2 interface is an optional interface that allows you to change the transformation associated with an existing dataset.

.NET Related Topics

How to persist a geodata transformation on a raster dataset