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 | ||
---|---|---|
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IGeoDatasetSchemaEdit | Provides access to members that change the schema of a GeoDataset. |
Remarks
The IGeoDatasetSchemaEdit2 interface is an optional interface that allows you to change the transformation associated with an existing dataset.