MetadataSearchResultEvent RPC
Notifies that a metadata search has been performed and the result is accessible through the event.
Description
Used to notify that the MetadataSearchRequest
has received a reply from server side search.
Parameters
(* means the parameter is required)
Name | Type | Description | Default value |
---|---|---|---|
\* results | Object | metadata search results object | |
\* success | Boolean | whether the search was successful |
Event methods
getName()
Returns event name
getResults()
Returns search result as JSON
hasSuccess()
Did the search succeed
RPC
Event occurs after a metadata search request.
{
"success": true,
"results": [{
"identification":{
"date":"2021-05-18",
"code":"publication"
},
"natureofthetarget":"dataset",
"bbox":{
"top":70.09229553,
"left":19.08317359,
"bottom":59.45414258,
"right":31.58672881
},
"organization":"Väylävirasto",
"name":"Sillat (Taitorakennerekisteri)",
"rank":-1,
"id":"cbfed29a-d47f-4b83-a9d0-e96c9a713a88",
"region":"",
"geom":"POLYGON ((51857.07752019336 6617351.758085947, 106162.23019201797 6611247.60914618, 160521.75747694494 6605934.9725185605, 214927.9837369584 6601413.041426821, 269373.3028919406 6597681.12401024, 323850.167285723 6594738.6457116045, 378351.0765369692 6592585.151240729, 432868.5663778016 6591220.306118018, 487395.1974830585 6590643.897801558, 541923.5442930857 6590855.836400321, 596446.1838329614 6591856.154975107, 650955.6845310468 6593645.009427913, 705444.5950397715 6596222.67797946, 759905.4330615391 6599589.560233721, 752439.279058465 6707120.567722377, 744900.8507702629 6814657.30555671, 737292.2963510042 6922199.658602795, 729615.7848563935 7029747.505094043, 721873.5056238836 7137300.716763376, 714067.6676445415 7244859.158983923, 706200.4989268251 7352422.690918106, 698274.2458524778 7459991.165674924, 690291.1725247321 7567564.430475263, 682253.5601090218 7675142.326825145, 674163.706166442 7782724.690696563, 637684.9819106762 7780262.600948358, 601176.4170921873 7778377.065625957, 564645.9381468832 7777068.247270706, 528101.4635005761 7776336.258280902, 491550.9064510594 7776181.161365283, 455002.17806454666 7776602.969796763, 418463.190078363 7777601.647466223, 381941.8578017532 7779177.108736253, 345446.1030066919 7781329.218095038, 308983.8568005678 7784057.789610645, 272563.0624726217 7787362.586186218, 236191.67830600997 7791243.318616742, 199877.68034737493 7795699.644448195, 185922.51974644407 7688636.614841255, 172055.50590313738 7581562.838070868, 158280.5546451786 7474477.904805448, 144601.5589337572 7367381.417439794, 131022.38783961348 7260272.990545034, 117546.88551808393 7153152.251308996, 104178.87018318352 7046018.839966641, 90922.13308078656 6938872.410219978, 77780.43746099574 6831712.629646971, 64757.51754980773 6724539.1800989425, 51857.07752019336 6617351.758085947))",
"channelId":"METADATA_CATALOGUE_CHANNEL"}
]
}