数据集几何查询服务类 查询与指定几何对象符合一定空间关系的矢量要素。
| SuperMap. | 数据集几何查询服务类 查询与指定几何对象符合一定空间关系的矢量要素。 | 
| Constructor | |
| SuperMap. | 数据集几何查询服务类构造函数。 | 
| Functions | |
| destroy | 释放资源,将引用资源的属性置空。 | 
数据集几何查询服务类构造函数。
例如:
       var myGetFeaturesByGeometryService = new SuperMap.REST.GetFeaturesByGeometryService(url, {
    eventListeners: {
          "processCompleted": getFeatureCompleted,
          "processFailed": getFeatureError
          }
});
function getFeatureCompleted(GetFeaturesEventArgs){//todo};
function getFeatureError(GetFeaturesEventArgs){//todo}
      
      | url | {String} 数据查询结果资源地址。请求数据服务中数据集查询服务, URL 应为:http://{服务器地址}:{服务端口号}/iserver/services/{数据服务名}/rest/data; 例如:”http://localhost:8090 | 
| options | {Object} 参数。 | 
| eventListeners | {Object} 需要被注册的监听器对象。 | 
释放资源,将引用资源的属性置空。
destroy:function()