public final class EntityListRequest extends CommonRequest
serviceId, tag| 构造器和说明 |
|---|
EntityListRequest() |
EntityListRequest(int tag,
long serviceId) |
EntityListRequest(int tag,
long serviceId,
FilterCondition filterCondition,
CoordType coordTypeOutput,
int pageIndex,
int pageSize)
查询entity列表请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
CoordType |
getCoordTypeOutput() |
void |
setCoordTypeOutput(CoordType coordTypeOutput)
设置返回结果的坐标类型,默认为百度经纬度
该字段用于控制返回结果中坐标的类型。
|
java.lang.String |
toString() |
getFilterCondition, getPageIndex, getPageSize, getSortBy, setFilterCondition, setPageIndex, setPageSize, setSortBycancel, getServiceId, getTag, isCanceled, setServiceId, setTagpublic EntityListRequest()
public EntityListRequest(int tag,
long serviceId)
tag - 请求标识serviceId - 轨迹服务IDpublic EntityListRequest(int tag,
long serviceId,
FilterCondition filterCondition,
CoordType coordTypeOutput,
int pageIndex,
int pageSize)
tag - 请求标识serviceId - 轨迹服务IDfilterCondition - 过滤条件coordTypeOutput - 返回结果坐标类型pageIndex - 分页索引pageSize - 分页大小public CoordType getCoordTypeOutput()
getCoordTypeOutput 在类中 CommonRequestpublic void setCoordTypeOutput(CoordType coordTypeOutput)
该字段用于控制返回结果中坐标的类型。可选值为: bd09ll:百度经纬度坐标; gcj02:国测局加密坐标; 注:该字段在国外无效,国外均返回wgs84坐标
setCoordTypeOutput 在类中 CommonRequestcoordTypeOutput - public java.lang.String toString()
toString 在类中 CommonRequest