public class ShapeQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShapeQuery.Builder |
| Constructor and Description |
|---|
ShapeQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregate() |
String |
getCursor() |
DataFilter |
getFilter() |
Long |
getLimit() |
Long |
getOffset() |
Map<String,String> |
getParameters() |
String |
getShapeId() |
String |
getView() |
String |
getXSort() |
String |
getYSort() |
static ShapeQuery.Builder |
newBuilder() |
void |
setLimit(Long limit) |
void |
setOffset(Long offset) |
public String getShapeId()
public DataFilter getFilter()
public String getView()
public String getAggregate()
public Long getLimit()
public Long getOffset()
public String getXSort()
public String getYSort()
public String getCursor()
public void setLimit(Long limit)
public void setOffset(Long offset)
public static ShapeQuery.Builder newBuilder()
Copyright © 2019. All rights reserved.