Changes in This Release for Oracle Spatial and Graph GeoRaster Developer's Guide

This preface contains:

Changes in Oracle Database 12c Release 1 (12.1.0.2)

The following are changes in Oracle Spatial and Graph GeoRaster Developer's Guide for Oracle Database 12c Release 1 (12.1.0.2):

GeoRaster Not Enabled by Default

By default the GeoRaster feature is disabled after the Oracle Spatial and Graph is initially installed. To enable GeoRaster, follow these steps:

  1. Connect to the database as SYS AS SYSDBA.

  2. Enter the following statement:

    EXECUTE MDSYS.enableGeoRaster;
    

For more information, see Section A.2, "Ensuring That GeoRaster Works Properly After an Installation or Upgrade" in Oracle Spatial and Graph Developer's Guide.

JAVA API Supports All Release 12c New Features

The GeoRaster Java API is updated to support all new packages, functions, procedures and other features in Release 12.1. These include raster algebra, advanced image processing, relational RDT tables, and new metadata. The GeoRaster Java API is included in Oracle Spatial and Graph Java API Reference.

Third-Party Plug-in Installation Change

Before you install the LizardTech plug-in, you must follow some new steps to prepare for the installation. For more information, see Section 1.11.4, "Third-Party Plug-ins for Compression".

GDAL-Based ETL Tool Enhancements

The user interface of the GDAL-based ETL tool is enhanced to improve usability and some new loading options are added. It is also updated with the latest GDAL version. For more information, see the updated user's guide ($ORACLE_HOME/md/demo/georaster/etl/georaster_etl_user_guide.pdf).

SDO_GEOR_AGGR Package Enhancements

The SDO_GEOR_AGGR.mosaicSubset and SDO_GEOR_AGGR.getMosaicSubset procedures accept the new resFilter keyword to the mosaicParam parameter to control the usage of the resolution filter. In addition, HIGHRES is a new commonPointRule keyword option to select the highest resolution image at the overlapping area in the mosaic. These keywords are included in Table 8-1, "mosaicParam Keywords".

Other Changes

The following changes are made in this book:

Changes in Oracle Database 12c Release 1 (12.1.0.1)

The following are changes in Oracle Spatial and Graph GeoRaster Developer's Guide for Oracle Database 12c Release 1 (12.1.0.1).

New Features

The following features are new in this release:

Raster Algebra and Analytics

This release includes support for raster algebra and analytics, which are used in raster data analysis and GIS modeling to define raster analyses as algebraic expressions, so that users can easily apply algebraic functions on raster data to derive new results. For more information, see Chapter 4, "Raster Algebra and Analytics".

Support for raster algebra and analytics includes the following:

Advanced Image Processing and Virtual Mosaic

This release includes support for advanced image processing and virtual mosaic. For more information, see Chapter 5, "Image Processing and Virtual Mosaic".

Support for advanced image processing and virtual mosaic includes the following:

GeoRaster Core Enhancements

This release includes the following enhancements to GeoRaster core capabilities:

Other New Server-Side Subprograms and Features

The following other new server-side subprograms and features are added:

New and Enhanced Client-Side Tools and Java API

The following new and enhanced client-side tools and Java API features are added:

  • New GDAL-based ETL wizard for concurrent batch loading and exporting of large numbers of raster files (see Section 1.17.2).

  • GeoRaster viewer enhancement to display a virtual mosaic defined as one or a list of GeoRaster tables or views (see Section 1.17.1)

  • Java API enhancements to support features such as ground control point (GCP) storage and manipulation, GCP georeferencing, reprojection, and grid interpolations

SDO_GEOR_AGGR Package

The new SDO_GEOR_AGGR package contains subprograms to support virtual mosaic, large-scale physical mosaicking, and appending operations on GeoRaster objects. For reference and usage information about the subprograms, see Chapter 8, "SDO_GEOR_AGGR Package Reference".

SDO_GEOR_RA Package

The new SDO_GEOR_RA package contains subprograms for raster algebra and analytic operations related to GeoRaster. For reference and usage information about the subprograms, see Chapter 9, "SDO_GEOR_RA Package Reference".

Deprecated Features

The following features are deprecated in this release, and will be desupported in a future release:

  • Support for JPEG-B compression in GeoRaster

    You are encouraged to use the JPEG-F support, as explained in Section 1.11.1.1.

Other Changes

The following are additional changes in the release:

  • The new Chapter 4, "Raster Algebra and Analytics" describes the raster algebra language (PL/SQL and algebraic expressions) and related raster operations, including conditional queries, cell value-based updates or edits, mathematical operations, classify, on-the-fly statistical analysis, and their applications in cartographic modeling.

  • The new Chapter 5, "Image Processing and Virtual Mosaic" describes the advanced image processing capabilities, including advanced georeferencing, reprojection, rectification, orthorectification, raster update, raster appending, large scale physical mosaicking, virtual mosaic, and on-the-fly spatial queries over virtual mosaics.