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.IndexedRecordMethod Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.Schemaorg.apache.avro.SchemaintgetTileX()intgetTileY()intgetZoom()inthashCode()voidsetColumnNames(List<String> columnNames) setOptions(Map<String, String> options) setTableNames(List<String> tableNames) setTileX(int tileX) setTileY(int tileY) setZoom(int zoom) toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setTableNames
setColumnNames
getTileX
public int getTileX()setTileX
getTileY
public int getTileY()setTileY
getZoom
public int getZoom()setZoom
setOptions
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer