Last updated

API / geotoolkit / las / Las30IntegerFormat / Las30IntegerFormat

Class: Las30IntegerFormat

las.Las30IntegerFormat.Las30IntegerFormat

Defines a class for integer values LAS3.0-formatting

Hierarchy

Table of contents

Constructors
Methods
Css Properties
Name Type Description
formatstringInteger format

Contents

Constructors

new Las30IntegerFormat(options)

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

copy constructor

Parameters

Name Type Description
srcLas30IntegerFormatSource to copy from

Returns

Las30IntegerFormat

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?): Las30IntegerFormat

Sets properties

Parameters

Name Type Description
Optional propertiesOptionsproperties pertaining to this object

Returns

Las30IntegerFormat

Overrides

Format.setProperties


getClassName

Static getClassName(): string

Returns

string

Inherited from

Format.getClassName


getInstance

Static getInstance(): Las30IntegerFormat

Return instance of the format

Returns

Las30IntegerFormat

instance of the format