All REST Endpoints

GeoRaster API/Data Access
List GeoRaster Resources, display GeoRaster Metadata and Data and modify GeoRaster Metadata and Data.
Get a GeoRaster Object
Method: get
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}
Get GeoRaster Object Cell Values
Method: get
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/cellValues
Get GeoRaster Object Metadata
Method: get
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/metadata
Get Raster Data in Image Format 1
Method: get
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/rasterImage
Get Raster Data in Image Format 2
Method: post
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/rasterImage
Get Raster Data in Raw Data Format
Method: post
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/rasterData
Initiate a GeoRaster Object
Method: put
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}
List GeoRaster Objects
Method: get
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}
List GeoRaster Tables
Method: get
Path: {server}/georaster/v1/{datasource}/
Update GeoRaster Object Metadata
Method: put
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/metadata
GeoRaster API/Data Processing
Invoke the GeoRaster PL/SQL package methods to process the raster data.
Execute SDO_GEOR Package Functions
Method: post
Path: {server}/georaster/v1/{datasource}/sdo_geor/{functionName}
Execute SDO_GEOR_ADMIN Package Functions
Method: post
Path: {server}/georaster/v1/{datasource}/sdo_geor_admin/{functionName}
Execute SDO_GEOR_AGGR Package Functions
Method: post
Path: {server}/georaster/v1/{datasource}/sdo_geor_aggr/{functionName}
Execute SDO_GEOR_IP Package Functions
Method: post
Path: {server}/georaster/v1/{datasource}/sdo_geor_ip/{functionName}
Execute SDO_GEOR_RA Package Functions
Method: post
Path: {server}/georaster/v1/{datasource}/sdo_geor_ra/{functionName}
Execute SDO_GEOR_UTL Package Functions
Method: post
Path: {server}/georaster/v1/{datasource}/sdo_geor_utl/{functionName}
List SDO_GEOR Package Functions
Method: get
Path: {server}/georaster/v1/{datasource}/sdo_geor
List SDO_GEOR_ADMIN Package Functions
Method: get
Path: {server}/georaster/v1/{datasource}/sdo_geor_admin
List SDO_GEOR_AGGR Package Functions
Method: get
Path: {server}/georaster/v1/{datasource}/sdo_geor_aggr
List SDO_GEOR_IP Package Functions
Method: get
Path: {server}/georaster/v1/{datasource}/sdo_geor_ip
List SDO_GEOR_RA Package Functions
Method: get
Path: {server}/georaster/v1/{datasource}/sdo_geor_ra
List SDO_GEOR_UTL Package Functions
Method: get
Path: {server}/georaster/v1/{datasource}/sdo_geor_utl
GeoRaster API/Import and Export
Use GDAL to import and export GeoRaster data from/to a file system file in GDAL supported format. GDAL needs to be installed and configured in order for these endpoints to work.
Create an Export Job
Method: get
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}/{format}
Create an Import Job
Method: put
Path: {server}/georaster/v1/{datasource}/{tableName}/{georasterColumnName}/{rdt}/{rid}
Delete an Import/Export Job
Method: delete
Path: {server}/georaster/v1/{datasource}/jobs/{id}
Get the Status of an Import/Export Job
Method: get
Path: {server}/georaster/v1/{datasource}/jobs/{id}
List GeoRaster Import/Export Jobs
Method: get
Path: {server}/georaster/v1/{datasource}/jobs
GeoRaster API/Virtual Mosaic
Create, manage and access the virtual mosaics of a set of GeoRaster Objects.
Create a Virtual Mosaic
Method: put
Path: {server}/georaster/v1/{datasource}/vm/{virtualMosaicName}
Delete a Virtual Mosaic
Method: delete
Path: {server}/georaster/v1/{datasource}/vm/{virtualMosaicName}
Get the Definition of a Virtual Mosaic
Method: get
Path: {server}/georaster/v1/{datasource}/vm/{virtualMosaicName}
Get the Statistics of a Virtual Mosaic
Method: get
Path: {server}/georaster/v1/{datasource}/vm/{virtualMosaicName}/statistics
Get Virtual Mosaic Data in Image Format
Method: post
Path: {server}/georaster/v1/{datasource}/vm/{virtualMosaicName}/rasterImage
Get Virtual Mosaic Data in RAW Data Format
Method: post
Path: {server}/georaster/v1/{datasource}/vm/{virtualMosaicName}/rasterData
List Virtual Mosaics
Method: get
Path: {server}/georaster/v1/{datasource}/vm
NDM Contraction Hierarchies API/Analysis
The operations from the NDM Contraction Hierarchies API/Analysis category.
Generate NDM Network Buffer in database
Method: post
Path: https://localhost:7011/chrest/v1/analysis/networkbuffer
Post an analysis reqeust on a contraction hierarchy
Method: post
Path: https://localhost:7011/chrest/v1/analysis
NDM Contraction Hierarchies API/Configuration
The operations from the NDM Contraction Hierarchies API/Configuration category.
Get available contraction hierarchy networks
Method: get
Path: https://localhost:7011/chrest/v1/configuration/networks
Post a configuration of a contraction hierarchy
Method: post
Path: https://localhost:7011/chrest/v1/configuration