QueryByBoundsParameters

@interface QueryByBoundsParameters : QueryParameters

Bounds 查询参数类。 该类用于设置 Bounds 查询的相关参数。

Inherits from

Summary
QueryByBoundsParametersBounds 查询参数类。 该类用于设置 Bounds 查询的相关参数。
Properties
bounds{RMProjectedRect} 指定的查询范围。
Constructor
initBounds 查询参数类构造函数。

Properties

bounds

{RMProjectedRect} 指定的查询范围。

Constructor

init

Bounds 查询参数类构造函数。

Parameters

mbounds{RMProjectedRect} 指定的查询范围。
@interface QueryByBoundsParameters : QueryParameters
Bounds 查询参数类。 该类用于设置 Bounds 查询的相关参数。
{struct} location and size, in projected meters, paralleling CGRect
@interface QueryParameters : NSObject
查询参数基类。 距离查询、SQL 查询、几何地物查询等各自的参数均继承此类。
Close