List SDO_GEOR_UTL Package Functions
get
{server}/georaster/v1/{datasource}/sdo_geor_utl
List all the available MDSYS.SDO_GEOR_UTL package functions that can be invoked through the REST API.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
200 Response
List of function names.
Examples
The following is an example on how to list available function names for SDO_GEOR_UTL
package by submitting a GET request using cURL.
curl -X GET "https://localhost:8080/oraclespatial/georaster/v1/datasource1/sdo_geor_utl" -H "Cookie: JSESSIONID=<jsessionid_value>"
The following shows an example of the list of SDO_GEOR_UTL package functions supported by this REST endpoint:
{ "items" : [ "CALCOPTIMIZEDBLOCKSIZE", "CALCRASTERNOMINALSIZE", "CALCRASTERSTORAGESIZE", "CALCSURFACEAREA", "CALCWORLDFILEPARAMS", "CREATE_NADCON_FROM_GEOR_BANDS", "EMPTYBLOCKS", "FILLEMPTYBLOCKS", "GENERATECOLORRAMP", "GENERATEGRAYRAMP", "ISGEORASTERVALID", "RENAMERDT" ] }