Package com.gpudb.protocol
Class VisualizeImageHeatmapRequest
java.lang.Object
com.gpudb.protocol.VisualizeImageHeatmapRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class VisualizeImageHeatmapRequest extends Object implements org.apache.avro.generic.IndexedRecord
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classConstructor Summary
ConstructorsConstructorDescriptionVisualizeImageHeatmapRequest(List<String> tableNames, String xColumnName, String yColumnName, String valueColumnName, String geometryColumnName, double minX, double maxX, double minY, double maxY, int width, int height, String projection, Map<String, String> styleOptions, Map<String, String> options) Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.SchemaintdoublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()org.apache.avro.SchemaintgetWidth()inthashCode()voidsetGeometryColumnName(String geometryColumnName) setHeight(int height) setMaxX(double maxX) setMaxY(double maxY) setMinX(double minX) setMinY(double minY) setOptions(Map<String, String> options) setProjection(String projection) setStyleOptions(Map<String, String> styleOptions) setTableNames(List<String> tableNames) setValueColumnName(String valueColumnName) setWidth(int width) setXColumnName(String xColumnName) setYColumnName(String yColumnName) toString()
Constructor Details
VisualizeImageHeatmapRequest
public VisualizeImageHeatmapRequest()VisualizeImageHeatmapRequest
public VisualizeImageHeatmapRequest(List<String> tableNames, String xColumnName, String yColumnName, String valueColumnName, String geometryColumnName, double minX, double maxX, double minY, double maxY, int width, int height, String projection, Map<String, String> styleOptions, Map<String, String> options)
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setTableNames
setXColumnName
setYColumnName
setValueColumnName
setGeometryColumnName
getMinX
public double getMinX()setMinX
getMaxX
public double getMaxX()setMaxX
getMinY
public double getMinY()setMinY
getMaxY
public double getMaxY()setMaxY
getWidth
public int getWidth()setWidth
getHeight
public int getHeight()setHeight
setProjection
setStyleOptions
setOptions
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer