POST RestService/QueryByFilter
Request Information
URI Parameters
None.
Body Parameters
QueryTaskName | Description | Type | Additional information |
---|---|---|---|
Layername | string |
None. |
|
Filter | string |
None. |
|
isAttr | boolean |
None. |
|
SRID | string |
None. |
|
isWKB | boolean |
None. |
|
WKT | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Layername": "sample string 1", "Filter": "sample string 2", "isAttr": true, "SRID": "sample string 4", "isWKB": true, "WKT": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GeoJsonDataName | Description | Type | Additional information |
---|---|---|---|
Shapeindex | integer |
None. |
|
GeoType | GeoType |
None. |
|
GeoData | string |
None. |
|
ShowString | string |
None. |
|
StyleKey | string |
None. |
|
properties | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Shapeindex": 1, "GeoType": 0, "GeoData": "sample string 2", "ShowString": "sample string 3", "StyleKey": "sample string 4", "properties": { "sample string 1": {}, "sample string 3": {} } }, { "Shapeindex": 1, "GeoType": 0, "GeoData": "sample string 2", "ShowString": "sample string 3", "StyleKey": "sample string 4", "properties": { "sample string 1": {}, "sample string 3": {} } } ]
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ([{"Shapeindex":1,"GeoType":0,"GeoData":"sample string 2","ShowString":"sample string 3","StyleKey":"sample string 4","properties":{"sample string 1":{},"sample string 3":{}}},{"Shapeindex":1,"GeoType":0,"GeoData":"sample string 2","ShowString":"sample string 3","StyleKey":"sample string 4","properties":{"sample string 1":{},"sample string 3":{}}}]);