public final class PolygonSearchRequest extends CommonRequest
serviceId, tag| 构造器和说明 |
|---|
PolygonSearchRequest() |
PolygonSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
CoordType coordTypeOutput,
java.util.List<LatLng> vertexes,
CoordType coordTypeInput,
int pageIndex,
int pageSize) |
PolygonSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
SortBy sortBy,
CoordType coordTypeOutput,
java.util.List<LatLng> vertexes,
CoordType coordTypeInput,
int pageIndex,
int pageSize) |
PolygonSearchRequest(int tag,
long serviceId,
java.util.List<LatLng> vertexes,
CoordType coordTypeInput) |
| 限定符和类型 | 方法和说明 |
|---|---|
CoordType |
getCoordTypeInput() |
java.util.List<LatLng> |
getVertexes() |
void |
setCoordTypeInput(CoordType coordTypeInput)
设置多边形边界点的坐标类型,默认为百度经纬度
|
void |
setVertexes(java.util.List<LatLng> vertexes)
设置多边形边界点
|
java.lang.String |
toString() |
getCoordTypeOutput, getFilterCondition, getPageIndex, getPageSize, getSortBy, setCoordTypeOutput, setFilterCondition, setPageIndex, setPageSize, setSortBycancel, getServiceId, getTag, isCanceled, setServiceId, setTagpublic PolygonSearchRequest()
public PolygonSearchRequest(int tag,
long serviceId,
java.util.List<LatLng> vertexes,
CoordType coordTypeInput)
tag - 请求标识serviceId - 轨迹服务IDvertexes - 多边形边界点coordTypeInput - 多边形边界点坐标类型public PolygonSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
CoordType coordTypeOutput,
java.util.List<LatLng> vertexes,
CoordType coordTypeInput,
int pageIndex,
int pageSize)
tag - 请求标识serviceId - 轨迹服务IDfilterCondition - 过滤条件coordTypeOutput - 返回结果的坐标类型vertexes - 多边形边界点coordTypeInput - 多边形边界点坐标类型pageIndex - 分页索引pageSize - 分页大小public PolygonSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
SortBy sortBy,
CoordType coordTypeOutput,
java.util.List<LatLng> vertexes,
CoordType coordTypeInput,
int pageIndex,
int pageSize)
tag - 请求标识serviceId - 轨迹服务IDfilterCondition - 过滤条件sortBy - 排序方法coordTypeOutput - 返回结果的坐标类型vertexes - 多边形边界点coordTypeInput - 多边形边界点坐标类型pageIndex - 分页索引pageSize - 分页大小public java.util.List<LatLng> getVertexes()
public void setVertexes(java.util.List<LatLng> vertexes)
vertexes - public CoordType getCoordTypeInput()
public void setCoordTypeInput(CoordType coordTypeInput)
coordTypeInput - public java.lang.String toString()
toString 在类中 CommonRequest