API / geotoolkit / controls / shapes / HeatMap / PlotType
Enum of Plotting types
Enumeration Members
Enumeration Members
• LinearInbound = "LINEARINBOUND"
Linear interpolation between data point, first column(or row) and last column(or row) are mapped to the bound of the image
• LinearLoop = "LINEARLOOP"
Linear interpolation between data point, and also calculate interpolation for the area where outside of the first column(or row) and last column(or row) by interpolate between them.
• LinearMirror = "LINEARMIRROR"
Linear interpolation between data point, and draw outside area of the first column(or row) and last column(or row) by mirror the color of them.
• Step = "STEP"
Step plot mode (no interpolation)