Show histogram
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-12-18 10:21:25 +01:00
parent f44b079cde
commit e1fef2d7f3
5 changed files with 73 additions and 59 deletions

View File

@@ -7,7 +7,8 @@ export interface IColor {
export interface IColorEntry {
value: number,
color: IColor
color: IColor,
label: string
}
export interface IHistogramEntry {
@@ -43,7 +44,8 @@ export interface IBand {
export interface IRenderer {
band:IBand,
colorMap: IColorMap
colorMap: IColorMap,
renderType:string
}
export interface IRenderoutput {