Last updated

API / geotoolkit / welllog / layout / MarkerSetLayout / MarkerSetLayout

Class: MarkerSetLayout

layout.MarkerSetLayout.MarkerSetLayout

Layout to perform on MarkerSet object

Hierarchy

Table of contents

Constructors
Methods
Css Properties
Name Type Description
maxoffsetnumberIf defined do not draw labels further than 'maxoffset' device units from its model position
overlapstringWhat to do if ranges don't fit: 'some' or 'all'

Contents

Constructors

new MarkerSetLayout(options)

new MarkerSetLayout(options?)

Parameters

Name Type
Optional optionsOptions

Inherited from

ValueCorrelatedRangeLayout1D.constructor

Methods

getClassName

getClassName(): string

Returns

string

Inherited from

ValueCorrelatedRangeLayout1D.getClassName


getMaxOffset

getMaxOffset(): number

Returns maxOffset

Returns

number

maxOffset

Inherited from

ValueCorrelatedRangeLayout1D.getMaxOffset


getProperties

getProperties(): Options

Gets all the properties pertaining to this object

Returns

Options

of this object

Inherited from

ValueCorrelatedRangeLayout1D.getProperties


layout

layout(elements, context, limits?): void

Layouts elements

Parameters

Name Type Description
elementsTwoWayArrayIterator<ILayoutElement1D>elements to layout
contextRenderingContextrendering context
Optional limitsRangelimits to layout elements within

Returns

void

Inherited from

ValueCorrelatedRangeLayout1D.layout


setMaxOffset

setMaxOffset(maxOffset): MarkerSetLayout

Sets maxOffset

Parameters

Name Type Description
maxOffsetnumbermaxOffset

Returns

MarkerSetLayout

this

Inherited from

ValueCorrelatedRangeLayout1D.setMaxOffset


setProperties

setProperties(properties?): MarkerSetLayout

Sets all the properties pertaining to this object

Parameters

Name Type Description
Optional propertiesOptionsAn object containing the properties to set

Returns

MarkerSetLayout

this

Inherited from

ValueCorrelatedRangeLayout1D.setProperties


getClassName

Static getClassName(): string

Returns

string

Inherited from

ValueCorrelatedRangeLayout1D.getClassName