This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatasetSchemaEdit2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that change the geodata transformation of a GeoDataset.
Description | ||
---|---|---|
AlterGeodataXform | Alters the geodata transformation of the dataset (does not transform the data). | |
AlterResolution | Alters the resolution of the dataset and rebuilds the spatial indexes. | |
AlterSpatialReference | Alters the spatial reference of the dataset to match the coordinate system of the input spatial reference, does not reproject the data. | |
CanAlterGeodataXform | Indicates if the geodata transformation of the dataset can be altered. | |
CanAlterSpatialReference | Indicates if the spatial reference of the dataset can be altered. | |
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. |
Interfaces | Description |
---|---|
IGeoDatasetSchemaEdit | Provides access to members that change the schema of a GeoDataset. |
CoClasses and Classes | Description |
---|---|
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
The IGeoDatasetSchemaEdit2 interface is an optional interface that allows you to change the transformation associated with an existing dataset.