index page
, this index will start looking for the angular component that matches with the app-root
HTML tag. This component is located in the app.component.ts
, and it will initialize the WebMapService
.start
method gets the parameters for the method (getJsonParametersFromRequest), and the corresponding control to find the method to execute (getMethodToExecute). This is accomplished by a reflection process.JSON
object with the required structure to be performed by the client.WebMAPService
in order to process the response. Basically, the WebMAPService
processes the arrays of Added
, Changed
and Removed
observables.Added
observables, it adds them into the Frontend application's observable buffer.Changed
observables, it synchronizes the delta with the existing mirror observable located in the buffer.Removed
observables, it also removes the observables from the buffer.