Uses of Class
com.gpudb.protocol.GetVectortileResponse
-
Packages that use GetVectortileResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetVectortileResponse in com.gpudb
Methods in com.gpudb that return GetVectortileResponse Modifier and Type Method Description GetVectortileResponseGPUdb. getVectortile(GetVectortileRequest request)GetVectortileResponseGPUdb. getVectortile(List<String> tableNames, List<String> columnNames, Map<String,List<String>> layers, int tileX, int tileY, int zoom, Map<String,String> options) -
Uses of GetVectortileResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetVectortileResponse Modifier and Type Method Description GetVectortileResponseGetVectortileResponse. setEncodedData(String encodedData)GetVectortileResponseGetVectortileResponse. setInfo(Map<String,String> info)
-