{
"datasourceName":"OrclData",
"datasetName": "XZQ",
"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 POST 'http://172.16.1.44:9800/rest/services/common/commondata/featurequery' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasourceName":"OrclData",
"datasetName": "XZQ",
"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"
}'
{
"result": {
"featureCount": 1,
"features": {
"features": [
{
"properties": {
"AA": 3953464081398200,
"BGRQ": "3953806822733500",
"BSM": "341721121000000005",
"BZ": "",
"JSMJ": 5960135.92,
"KID": 5,
"KZMJ": 5959975.1,
"MSSM": "00",
"PCMJ": 5959975.11,
"XZQDM": "341721130006",
"XZQMC": "泥黄村",
"YSDM": "1000600100"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
},
"totalCount": 9
},
"resultcode": "success"
}