Uses of Class
com.gpudb.protocol.VisualizeImageClassbreakResponse
-
Packages that use VisualizeImageClassbreakResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of VisualizeImageClassbreakResponse in com.gpudb
Methods in com.gpudb that return VisualizeImageClassbreakResponse Modifier and Type Method Description VisualizeImageClassbreakResponseGPUdb. visualizeImageClassbreak(VisualizeImageClassbreakRequest request)VisualizeImageClassbreakResponseGPUdb. visualizeImageClassbreak(List<String> tableNames, List<String> worldTableNames, String xColumnName, String yColumnName, String symbolColumnName, String geometryColumnName, List<List<String>> trackIds, String cbAttr, List<String> cbVals, String cbPointcolorAttr, List<String> cbPointcolorVals, String cbPointalphaAttr, List<String> cbPointalphaVals, String cbPointsizeAttr, List<String> cbPointsizeVals, String cbPointshapeAttr, List<String> cbPointshapeVals, double minX, double maxX, double minY, double maxY, int width, int height, String projection, long bgColor, Map<String,List<String>> styleOptions, Map<String,String> options, List<Integer> cbTransparencyVec) -
Uses of VisualizeImageClassbreakResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return VisualizeImageClassbreakResponse Modifier and Type Method Description VisualizeImageClassbreakResponseVisualizeImageClassbreakResponse. setBgColor(long bgColor)VisualizeImageClassbreakResponseVisualizeImageClassbreakResponse. setHeight(double height)VisualizeImageClassbreakResponseVisualizeImageClassbreakResponse. setImageData(ByteBuffer imageData)VisualizeImageClassbreakResponseVisualizeImageClassbreakResponse. setInfo(Map<String,String> info)VisualizeImageClassbreakResponseVisualizeImageClassbreakResponse. setWidth(double width)
-