L.supermap.processingService(url, options)
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
The url of service. |
||||||||||||||||||||||||
options |
Object |
The optional parameters.
|
Example
L.supermap.processingService(url)
.getKernelDensityJobs(function(result){
//doSomething
})
Extends
Events
-
inherited destroy
ServiceBase.js, line 49 -
Triggered after the resource is successfully released.
Properties:
Name Type Description thisL.supermap.ServiceBase This object.
-
inherited initialized
ServiceBase.js, line 36 -
Triggered after the constructor is constructed successfully.
Properties:
Name Type Description thisL.supermap.ServiceBase This object.
Methods
-
addBuffersJob(params, callback, seconds, callback, resultFormat)
ProcessingService.js, line 616 -
Add a job of buffers analysis.
Name Type Default Description paramsL.supermap.CreateBufferAnalystJobsParameter The CreateBufferAnalystJobsParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addKernelDensityJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 100 -
Add a job of kernel density analysis.
Name Type Default Description paramsL.supermap.KernelDensityJobParameter The KernelDensityJobParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addOverlayGeoJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 530 -
Add a job of overlay analysis.
Name Type Default Description paramsL.supermap.OverlayGeoJobParameter The OverlayGeoJobParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addQueryJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 272 -
Add a job of single object query analysis.
Name Type Default Description paramsL.supermap.SingleObjectQueryJobsParameter The SingleObjectQueryJobsParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addSummaryAttributesJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 789 -
Add a job of summary attributes analysis.
Name Type Default Description paramsL.supermap.SummaryAttributesJobsParameter The SummaryAttributesJobsParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addSummaryMeshJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 186 -
Add a job of summary mesh analysis.
Name Type Default Description paramsL.supermap.SummaryMeshJobParameter The SummaryMeshJobParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addSummaryRegionJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 358 -
Add a job of summary region analysis.
Name Type Default Description paramsL.supermap.SummaryRegionJobParameter The SummaryRegionJobParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addTopologyValidatorJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 703 -
Add a job of topology validator analysis.
Name Type Default Description paramsL.supermap.TopologyValidatorJobsParameter The TopologyValidatorJobsParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
addVectorClipJob(params, callback, seconds, resultFormat)
ProcessingService.js, line 444 -
Add a job of vector clip analysis.
Name Type Default Description paramsL.supermap.VectorClipJobsParameter The VectorClipJobsParameter class.
callbackRequestCallback The callback of result data returned by the server side.
secondsnumber 1000 optional Time interval for obtaining successful results after the creation.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
inherited destroy()
ServiceBase.js, line 44 -
Disposes the resource. The property that references resource is set to null.
-
getBffersJob(id, callback, resultFormat)
ProcessingService.js, line 592 -
Get a job of buffers analysis.
Name Type Default Description idstring id of buffers analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getBuffersJobs(callback, resultFormat)
ProcessingService.js, line 569 -
Get jobs of buffers analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getBuffersJobState(id){Object}
ProcessingService.js, line 646 -
Get the state of buffers analysis.
Name Type Description idstring id of buffers analysis
Returns:
Type Description Object The state of buffers analysis. -
getKernelDensityJob(id, callback, resultFormat)
ProcessingService.js, line 76 -
Get a job of kernel density analysis.
Name Type Default Description idstring id of kernel density analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getKernelDensityJobs(callback, resultFormat)
ProcessingService.js, line 53 -
Get jobs of kernel density analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getKernelDensityJobState(id){Object}
ProcessingService.js, line 129 -
Get the state of kernel density analysis.
Name Type Description idstring id of kernel density analysis.
Returns:
Type Description Object The state of kernel density analysis. -
getOverlayGeoJob(id, callback, resultFormat)
ProcessingService.js, line 506 -
Get a job of overlay analysis.
Name Type Default Description idstring id of overlay analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getOverlayGeoJobs(callback, resultFormat)
ProcessingService.js, line 483 -
Get jobs of overlay analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getoverlayGeoJobState(id){Object}
ProcessingService.js, line 559 -
Get the state of overlay analysis.
Name Type Description idstring id of overlay analysis.
Returns:
Type Description Object The state of overlay analysis. -
getQueryJob(id, callback, resultFormat)
ProcessingService.js, line 248 -
Get a job of single object query analysis.
Name Type Default Description idstring id of single object query analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getQueryJobs(callback, resultFormat)
ProcessingService.js, line 225 -
Get jobs of single object query analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getQueryJobState(id){Object}
ProcessingService.js, line 301 -
Get the state of single object query analysis.
Name Type Description idstring id of single object query analysis.
Returns:
Type Description Object The state of single object query analysis. -
getSummaryAttributesJob(id, callback, resultFormat)
ProcessingService.js, line 765 -
Get a job of summary attributes analysis.
Name Type Default Description idstring id of summary attributes analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getSummaryAttributesJobs(callback, resultFormat)
ProcessingService.js, line 742 -
Get jobs of summary attributes analysis
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getSummaryAttributesJobState(id){Object}
ProcessingService.js, line 818 -
Get the state of summary attributes analysis.
Name Type Description idstring id of summary attributes analysis.
Returns:
Type Description Object The state of summary attributes analysis. -
getSummaryMeshJob(id, callback, resultFormat)
ProcessingService.js, line 162 -
Get a job of summary mesh analysis.
Name Type Default Description idstring id of summary mesh analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getSummaryMeshJobs(callback, resultFormat)
ProcessingService.js, line 139 -
Get jobs of summary mesh analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getSummaryMeshJobState(id){Object}
ProcessingService.js, line 215 -
Get the state of summary mesh analysis.
Name Type Description idstring id of summary mesh analysis.
Returns:
Type Description Object The state of summary mesh analysis. -
getSummaryRegionJob(id, callback, resultFormat)
ProcessingService.js, line 334 -
Get a job of summary region analysis.
Name Type Default Description idstring id of summary region analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getSummaryRegionJobs(callback, resultFormat)
ProcessingService.js, line 311 -
Get jobs of summary region analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getSummaryRegionJobState(id){Object}
ProcessingService.js, line 387 -
Get the state of summary region analysis.
Name Type Description idstring id of summary region analysis.
Returns:
Type Description Object The state of summary region analysis. -
getTopologyValidatorJob(id, callback, resultFormat)
ProcessingService.js, line 679 -
Get a job of topology validator analysis.
Name Type Default Description idstring id of topology validator analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getTopologyValidatorJobs(callback, resultFormat)
ProcessingService.js, line 656 -
Get jobs of topology validator analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getTopologyValidatorJobState(id){Object}
ProcessingService.js, line 732 -
Get the state of topology validator analysis.
Name Type Description idstring id of topology validator analysis.
Returns:
Type Description Object The state of topology validator analysis. -
getVectorClipJob(id, callback, resultFormat)
ProcessingService.js, line 420 -
Get a job of vector clip analysis.
Name Type Default Description idstring id of vector clip analysis.
callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getVectorClipJobs(callback, resultFormat)
ProcessingService.js, line 397 -
Get jobs of vector clip analysis.
Name Type Default Description callbackRequestCallback The callback of result data returned by the server side.
resultFormatL.supermap.DataFormat L.supermap.DataFormat.GEOJSON optional The format of result data.
-
getVectorClipJobState(id){Object}
ProcessingService.js, line 473 -
Get the state of vector clip analysis.
Name Type Description idstring id of vector clip analysis.
Returns:
Type Description Object The state of vector clip analysis.