Last updated

API / geotoolkit / las / Las30StringFormat / Las30StringFormat

Class: Las30StringFormat

las.Las30StringFormat.Las30StringFormat

Defines a class for string values LAS3.0-formatting

Hierarchy

Table of contents

Constructors
Methods
Css Properties
Name Type Description
formatstringString format

Contents

Constructors

new Las30StringFormat(options)

new Las30StringFormat(options?)

Parameters

Name Type
Optional optionsOptions

Overrides

Format.constructor

Methods

clone

clone(): Format

All inheritors should implement copy constructor or provide custom implementation for this method

Returns

Format

clone

Inherited from

Format.clone


copyConstructor

Protected copyConstructor(src): Las30StringFormat

copy constructor

Parameters

Name Type Description
srcLas30StringFormatSource to copy from

Returns

Las30StringFormat

this

Overrides

Format.copyConstructor


format

format(value): string

Formats value to string

Parameters

Name Type Description
valuestringvalue to be formatted

Returns

string

Overrides

Format.format


getClassName

getClassName(): string

Returns

string

Inherited from

Format.getClassName


getProperties

getProperties(): Options

Gets all the properties pertaining to this object

Returns

Options

Overrides

Format.getProperties


setProperties

setProperties(properties?): Las30StringFormat

Sets properties

Parameters

Name Type Description
Optional propertiesOptionsproperties pertaining to this object

Returns

Las30StringFormat

Overrides

Format.setProperties


getClassName

Static getClassName(): string

Returns

string

Inherited from

Format.getClassName


getInstance

Static getInstance(): Las30StringFormat

Return instance of the format

Returns

Las30StringFormat

instance of the format