Home > @magiclane/maps-sdk > UTMProjection

UTMProjection class

UTMProjection class

Projections

Signature:

export declare class UTMProjection extends Projection 

Extends: Projection

Constructors

Constructor

Modifiers

Description

(constructor)(params)

Creates a new UTMProjection

Properties

Property

Modifiers

Type

Description

hemisphere

readonly

Hemisphere

Retrieves the hemisphere of the point.

x

readonly

number

Returns the x coordinate of the point.

y

readonly

number

Returns the y coordinate of the point.

zone

readonly

number

Retrieves the zone of the point.

Methods

Method

Modifiers

Description

setFields(params)

Sets the horizontal axis, vertical axis, zone and hemisphere of the point.