Uses of Class
com.gpudb.protocol.CreateVideoResponse
-
Packages that use CreateVideoResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateVideoResponse in com.gpudb
Methods in com.gpudb that return CreateVideoResponse Modifier and Type Method Description CreateVideoResponseGPUdb. createVideo(CreateVideoRequest request)Creates a job to generate a sequence of raster images that visualize data over a specified time.CreateVideoResponseGPUdb. createVideo(String attribute, String begin, double durationSeconds, String end, double framesPerSecond, String style, String path, String styleParameters, Map<String,String> options)Creates a job to generate a sequence of raster images that visualize data over a specified time. -
Uses of CreateVideoResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateVideoResponse Modifier and Type Method Description CreateVideoResponseCreateVideoResponse. setInfo(Map<String,String> info)Additional information.CreateVideoResponseCreateVideoResponse. setJobId(long jobId)An identifier for the created job.CreateVideoResponseCreateVideoResponse. setPath(String path)Fully qualified KIFS path to the video file.
-