Last updated

API / geotoolkit / contour / visuals / ContourLineVisual / ContourLineVisual

Namespace: ContourLineVisual

visuals.ContourLineVisual.ContourLineVisual

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { onLineFormatChanged: void ; onLineMarginChanged: void ; onLineSpacingChanged: void ; onLineStepChanged: void }


Options

Ƭ 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: OptionsOut & PropertiesOut

visual properties


PropertiesOut

Ƭ PropertiesOut: Object

visual properties

Type declaration

NameTypeDescription
indexstepnumberIndex step for line visual
isolinesstylingstrategyIsolineStylingStrategyIsolines styling strategy
labelformatNumberFormatLabel format
labelingstrategyAbstractContourLabelingStrategyLabeling strategy
labelmarginnumberMargin around labels in device coordinates
labelspacingnumberLabel spacing between nearby labels on a isoline
labelsvisiblebooleanVisibility of labels
linestyleLineStyle | nullline style
linesvisiblebooleanVisibility of all isolines
textstyleTextStyle | nullText style attribute that is used to draw the labels
usefontcolorforlabelsbooleanFlag which indicates if font color is used for label text color