1.17 GeoRaster REST API
The GeoRaster REST API consists of a set of endpoints that enable users to access GeoRaster data and GeoRaster features through web clients.
The endpoints in the GeoRaster REST API can be divided into the following four categories:
- Data Access Endpoints: Allows users to list the GeoRaster tables in the schema, list the GeoRaster objects in a table, retrieve an individual GeoRaster object with its metadata, retrieve the cell values of a GeoRaster object, or retrieve and render the GeoRaster object binary data in image or raw binary data format.
- Data Processing Endpoints: Allows users to invoke the GeoRaster PL/SQL package methods to process and manage the GeoRaster objects in the database.
- Import and Export Endpoints: Allows users to upload raster data into Oracle Database or download raster data from the database into the files.
- Virtual Mosaic Endpoints: Allows users to create a virtual mosaic over a set of GeoRaster objects in Oracle Database and retrieve and render the virtual mosaic data in image or raw binary data format.
See GeoRaster REST API Reference in the appendix for more information.
Parent topic: GeoRaster Overview and Concepts