new SuperMap.GenerateSpatialDataParameters(options)
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
attributeFilterstring
-
Attribute filter criteria. Valid when SuperMap.GenerateSpatialDataParameters.prototype.dataReturnOption.dataReturnMode is DataReturnMode.DATASET_AND_RECORDSET or DataReturnMode.RECORDSET_ONLY.
-
dataReturnOptionSuperMap.DataReturnOption
-
Sets the data return options.
-
errorInfoFieldstring
-
The error information field of the points or lines for describing the error information that the event can not generate its corresponding points or lines.
-
eventRouteIDFieldstring
-
The event route ID field for spatial data.
-
eventTablestring
-
The event table name for spatial data.
-
measureEndFieldstring
-
The end measure field for the event table. It is significant only when it is the line event.
-
measureFieldstring
-
The measure field for the event table. It is significant only when it is the point event.
-
measureOffsetFieldstring
-
The measure offset field.
-
measureStartFieldstring
-
The start measure field for the event table. It is significant only when it is the line event.
-
retainedFieldsArray.<string>
-
Field set(except system field) which want to be retained in results spatial data. When generate spatial data, no matter whether to keep the specific field, routing ID field, tick mark value field(point event is tick mark field, line event is start and end tick mark field) will be all hold in reuslt spaital data, If not specific then retainedFields parameter or retainedField parameter's longth is 0, then return all users field.
-
routeIDFieldstring
-
The ID field of the route dataset
-
routeTablestring
-
The route dataset.
Methods
-
destroy()
GenerateSpatialDataParameters.js, line 111 -
Disposes the resource. The property that references resource is set to null.