{
"request": "featurequery",
"datasourceName": "hsq",
"datasetName": "洪山区_行政区注记.shp",
"filter": {
"geoSRS": "EPSG:4527",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
39535937.979274631,
3347750.0630558687
],
[
39536966.202642649,
3347750.0630558687
],
[
39536966.202642649,
3346637.903086381
],
[
39535937.979274631,
3346637.903086381
],
[
39535937.979274631,
3347750.0630558687
]
]
]
},
"SpatialRel": "Intersects"
},
"outSRS": "EPSG:4527",
"returnContent": true,
"hasGeometry": false,
"fromIndex": 0,
"toIndex": 20,
"asyn": "false"
}
curl --location --request GET 'http://172.16.1.44:9800/rest/services/hsqvectordata/data/featurequery' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "featurequery",
"datasourceName": "hsq",
"datasetName": "洪山区_行政区注记.shp",
"filter": {
"geoSRS": "EPSG:4527",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
39535937.979274631,
3347750.0630558687
],
[
39536966.202642649,
3347750.0630558687
],
[
39536966.202642649,
3346637.903086381
],
[
39535937.979274631,
3346637.903086381
],
[
39535937.979274631,
3347750.0630558687
]
]
]
},
"SpatialRel": "Intersects"
},
"outSRS": "EPSG:4527",
"returnContent": true,
"hasGeometry": false,
"fromIndex": 0,
"toIndex": 20,
"asyn": "false"
}'
{}