Persist a transformation to a raster dataset without rectifying it

A transformation in a raster dataset defines how the pixels will be transformed when displayed or accessed as well as the output spatial reference of the raster dataset after the transformation is applied (rectified). Therefore, a raster dataset that contains a native extent and native spatial reference before the transformation is applied will have a different extent and spatial reference after the transformation. ArcGIS supports many geodata transforms (used to apply a transformation), including rational polynomial coefficient (RPC), frame camera, polynomial, spline, and so on. A geodata transform is the mathematical model that geometrically transforms the pixels.

Normally, you would permanently alter the spatial referencing information of a raster dataset by applying a transformation, which also alters the orientation of the pixels. However, there are some cases where you want to keep your data in its original condition and just display it using a new transformation.

To see the raster information before and after the transformation, view the Raster Dataset Properties dialog box.

Transformation storage

A transformation can be stored with a raster dataset as a property of the dataset and will be used to transform the pixels on the fly. A geodatabase raster dataset stores the transformation information as a persisted stream internally with the raster dataset, and a file-based raster stores the transformation in an external .aux.xml file. When you georeference an image using the Georeferencing toolbar, the Rectify operation will apply the transformation to the input raster data and save it to a new raster dataset, while Update Georeferencing will write the transformation as a property of the raster dataset and persist it with the dataset. The actual pixels in the input raster dataset do not change when the georeferencing is updated.

Transformation and spatial reference of raster datasets

A transformation in a raster dataset defines how the pixels will be transformed during display as well as the output spatial reference of the raster dataset after the transformation has been applied. Therefore, a raster dataset that contains a native extent and native spatial reference before the transformation is applied will also have an extent and spatial reference after the transformation. You will be able to view the updated extent and spatial reference information on the Raster Dataset Properties dialog box.

Managing the persisted transformation with raster datasets

ArcGIS will manage the persisted transformations with the raster datasets, just as it manages other accompanying files. The data management functions, such as Copy and Paste in ArcCatalog, Export Raster Data in ArcMap, and the Copy Raster tool, can persist the transformation with the raster dataset. If the input raster dataset contains a persisted transformation, the output raster dataset will also contain a persisted transformation, whether it is a file-based raster dataset or a geodatabase raster dataset.

For example:

Raster catalogs

A raster catalog in ArcGIS 9.2 can store raster datasets with their own spatial references, which can be different from the one defined in the raster column. A raster catalog can also store raster datasets with a persisted transformation. The transformations or spatial references of the raster datasets will be applied on the fly when the raster catalog is displayed in ArcGIS. For example:

When you export a raster dataset that is within a raster catalog, it will retrieve the raster dataset transformation information both before and after the transformation is applied.

Mosaic datasets

Similarly to raster catalogs, mosaic datasets can manage many raster datasets in various spatial references. There is a single spatial reference used by a mosaic dataset. Each raster will be reprojected on-the-fly to this same spatial reference when displaying the mosaicked image. Additionally, any footprints or other features will be generated using the spatial reference of the mosaic dataset, regardless of the source raster's spatial reference.

Related Topics


8/21/2013