Package com.gpudb.protocol
Class VisualizeImageContourRequest
java.lang.Object
com.gpudb.protocol.VisualizeImageContourRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class VisualizeImageContourRequest extends Object implements org.apache.avro.generic.IndexedRecord
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.SchemaintdoublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()org.apache.avro.SchemaintgetWidth()inthashCode()voidsetHeight(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
VisualizeImageContourRequest
public VisualizeImageContourRequest()VisualizeImageContourRequest
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setTableNames
setXColumnName
setYColumnName
setValueColumnName
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