Georeferencing GeoRaster Objects

Georeferencing, as explained in Georeferencing, establishes the relationship between cell coordinates of GeoRaster data and real-world ground coordinates (or some local coordinates). If you need to georeference GeoRaster objects, the following approaches are available:

Because an ESRI world file or .rpb file does not specify the model coordinate system, you can set the model space of the georeferenced GeoRaster object using an Oracle SRID in one of the following ways:

- Specify the SRID along with the world file as a parameter to the GeoRaster client-side loader (described in[GeoRaster Tools: Viewer_ Loader_ Exporter](georaster-tools-viewer-loader-exporter.html#GUID-4813E3BC-2DB8-4310-82E5-3ADC467C0253)).

- Call the [SDO_GEOR.setModelSRID](sdo_geor-setmodelsrid.html) procedure after loading the world file. You can also call the [SDO_GEOR.setModelSRID](sdo_geor-setmodelsrid.html) procedure to change the model space of a georeferenced GeoRaster object.

If you know that one GeoRaster object has the same SRS information as another GeoRaster object, you can call the SDO_GEOR.getSRS function to retrieve an SDO_GEOR_SRS object from this GeoRaster object, and then call the SDO_GEOR.setSRS procedure to georeference the first GeoRaster object.

Based on the SRS information of a georeferenced GeoRaster object, transforming GeoRaster coordinate information means finding the model (ground) coordinate associated with a specific cell (raster) coordinate, and the reverse. That is, you can do the following: