API / geotoolkit / contour / visuals / ContourLineVisual / ContourLineVisual
visuals.ContourLineVisual.ContourLineVisual
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { onLineFormatChanged: void ; onLineMarginChanged: void ; onLineSpacingChanged: void ; onLineStepChanged: void }
Ƭ Options: Options & { indexstep?: number ; isolinesstylingstrategy?: IsolineStylingStrategy ; labelformat?: NumberFormat ; labelingstrategy?: AbstractContourLabelingStrategy ; labelmargin?: number ; labelspacing?: number ; labelsvisible?: boolean ; linestyle?: LineStyle ; linesvisible?: boolean ; textstyle?: Type ; usefontcolorforlabels?: boolean }
An object containing the properties to set
Ƭ OptionsOut: OptionsOut & PropertiesOut
visual properties
Ƭ PropertiesOut: Object
visual properties
| Name | Type | Description |
|---|---|---|
indexstep | number | Index step for line visual |
isolinesstylingstrategy | IsolineStylingStrategy | Isolines styling strategy |
labelformat | NumberFormat | Label format |
labelingstrategy | AbstractContourLabelingStrategy | Labeling strategy |
labelmargin | number | Margin around labels in device coordinates |
labelspacing | number | Label spacing between nearby labels on a isoline |
labelsvisible | boolean | Visibility of labels |
linestyle | LineStyle | null | line style |
linesvisible | boolean | Visibility of all isolines |
textstyle | TextStyle | null | Text style attribute that is used to draw the labels |
usefontcolorforlabels | boolean | Flag which indicates if font color is used for label text color |