B.4.5 ラスター・イメージの幾何補正
HTTP POSTリクエスト: 次のcurlコマンドは、GeoRasterオブジェクト内のラスター・イメージを幾何補正し、幾何補正したイメージを別のGeoRasterオブジェクトに格納します。
curl -u username:userPassword! -X POST https://localhost:8080/oraclespatial/georaster/v1/datasource1/sdo_geor/rectify
リクエスト本文
{
"ingeoraster": {
"rasterDataTable": "image_table_rdt1",
"rasterID": 1
},
"pyramidlevel": 0,
"elevationparam": null,
"dem": null,
"outsrid": 4326,
"outmodelcoordloc": null,
"croparea": null,
"polygonclip": null,
"layernumbers": null,
"outresolutions": [
30,
30
],
"resolutionunit": "unit=meter",
"resamplparam": "resampling=bilinear",
"storageParam": null,
"outgeoraster": {
"rasterDataTable": "image_table_rdt1",
"rasterID": 2
}
}
親トピック: GeoRaster REST APIエンドポイントの例