Package com.gpudb.protocol
Class GetVectortileRequest
- java.lang.Object
-
- com.gpudb.protocol.GetVectortileRequest
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class GetVectortileRequest extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(int index)static org.apache.avro.SchemagetClassSchema()List<String>getColumnNames()Map<String,List<String>>getLayers()Map<String,String>getOptions()org.apache.avro.SchemagetSchema()List<String>getTableNames()intgetTileX()intgetTileY()intgetZoom()inthashCode()voidput(int index, Object value)GetVectortileRequestsetColumnNames(List<String> columnNames)GetVectortileRequestsetLayers(Map<String,List<String>> layers)GetVectortileRequestsetOptions(Map<String,String> options)GetVectortileRequestsetTableNames(List<String> tableNames)GetVectortileRequestsetTileX(int tileX)GetVectortileRequestsetTileY(int tileY)GetVectortileRequestsetZoom(int zoom)StringtoString()
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
setTableNames
public GetVectortileRequest setTableNames(List<String> tableNames)
-
setColumnNames
public GetVectortileRequest setColumnNames(List<String> columnNames)
-
setLayers
public GetVectortileRequest setLayers(Map<String,List<String>> layers)
-
getTileX
public int getTileX()
-
setTileX
public GetVectortileRequest setTileX(int tileX)
-
getTileY
public int getTileY()
-
setTileY
public GetVectortileRequest setTileY(int tileY)
-
getZoom
public int getZoom()
-
setZoom
public GetVectortileRequest setZoom(int zoom)
-
setOptions
public GetVectortileRequest setOptions(Map<String,String> options)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-