Point
Represents a single two or three-dimensional point in a particular coordinate reference system.
Created Point
objects are frozen with Object.freeze()
in constructor and thus immutable.
Constructor Summary
Public Constructor | ||
public |
constructor(srid: Integer | number, x: number, y: number, z: number) |
Method Summary
Public Methods | ||
public |
toString(): * |
Public Constructors
public constructor(srid: Integer | number, x: number, y: number, z: number) source
Params:
Name | Type | Attribute | Description |
srid | Integer | number | the coordinate reference system identifier. |
|
x | number | the |
|
y | number | the |
|
z | number |
|
the |