Class: OnlineQueryDatasParameter

SuperMap.OnlineQueryDatasParameter

myDatas Service resource query parameters.

new SuperMap.OnlineQueryDatasParameter(options)

OnlineQueryDatasParameter.js, line 5
Name Type Description
options Object

Query parameters.

Members

fileNamestring

file name.

filterFieldsArray.<string>

Filter field for keyword queries.

idsArray.<integer>

An integer array of data items id.

keywordsArray.<string>

Keywords.

orderBystring

Sort fields.

serviceIdstring

Service ID.

serviceStatusesstring

Service release status.

tagsArray.<string>

Data label.

typesArray.<Object>

type of data.

userNamesArray.<string>

Data author name. According to the author of the data query, the default query all.

Methods

toJSON(){Object}

OnlineQueryDatasParameter.js, line 72

Return the corresponding json object.

Returns:
Type Description
Object The corresponding json object.