您好,您说的是这个空间查询吗:
http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#getFeatureByGeometry
function query(queryPoints) {
var queryObj = {
"getFeatureMode": "SPATIAL",
"spatialQueryMode": "CONTAIN",
"datasetNames": ["二维数据:Building"],
"geometry": {
// id: 0,
// style: null,
// parts: [queryPoints.length],
points: queryPoints,
type: "REGION"
}
};
这个就是空间查询的语句,您在iServer查也是一样的,和SQL使用方法一样。