Last updated

API / geotoolkit / las / Las30FloatingPointFormat / Las30FloatingPointFormat

Class: Las30FloatingPointFormat

las.Las30FloatingPointFormat.Las30FloatingPointFormat

Defines a class for integer values LAS3.0-formatting

Hierarchy

  • Format

    Las30FloatingPointFormat

Table of contents

Constructors
Methods
Css Properties
Name Type Description
formatstringFloating point format

Contents

Constructors

new Las30FloatingPointFormat(options)

new Las30FloatingPointFormat(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): Las30FloatingPointFormat

copy constructor

Parameters

Name Type Description
srcLas30FloatingPointFormatSource to copy from

Returns

Las30FloatingPointFormat

this

Overrides

Format.copyConstructor


format

format(value): string

Formats value to string

Parameters

Name Type Description
valuenumbervalue 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?): Las30FloatingPointFormat

Sets properties

Parameters

Name Type Description
Optional propertiesOptionsproperties pertaining to this object

Returns

Las30FloatingPointFormat

Overrides

Format.setProperties


getClassName

Static getClassName(): string

Returns

string

Inherited from

Format.getClassName


getInstance

Static getInstance(): Las30FloatingPointFormat

Return instance of the format

Returns

Las30FloatingPointFormat

instance of the format