This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatasetSchemaEdit Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that change the schema of a GeoDataset.
Description | ||
---|---|---|
AlterSpatialReference | Alters the spatial reference of the dataset to match the coordinate system of the input spatial reference, does not reproject the data. | |
CanAlterSpatialReference | Indicates if the spatial reference of the dataset can be altered. |
CoClasses and Classes | Description |
---|---|
CompositeGraphicsLayer (esriCarto) | A collection of graphics layers that behave like single layer. |
FeatureDataset | Esri Feature Dataset object. |
LasDataset (esriGeoDatabaseExtensions) | Esri LasDataset component. |
NetworkDataset | A container for querying information about a network dataset. |
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
SchematicDiagramClass (esriSchematic) | Schematic diagram class object. |
SchematicInMemoryFeatureClass (esriSchematic) | Schematic in memory feature class object. |
Tin | The Esri TIN component. |
The IGeoDatasetSchemaEdit interface is an optional interface that allows you to change the spatial reference associated with an existing dataset.
Note that the AlterSpatialReference method does not project or otherwise modify the existing data in the dataset-this method merely rewrites the spatial reference associated with the dataset. The caller is responsible for ensuring the correctness and appropriateness of the supplied spatial reference. Its most common use is to supply a spatial reference for a dataset whose spatial reference is currently tagged as Unknown.