API / geotoolkit / map / coordinatesystems / Transformer / Transformer
coordinatesystems.Transformer.Transformer
Type Aliases
Type Aliases
Ƭ Options: Object
options to specify transformer or initial coordinate system
| Name | Type | Description |
|---|---|---|
initialcoordinatesystem | AbstractSystem | string | initial coordinate system |
targetcoordinatesystem | AbstractSystem | string | target coordinate system |
Ƭ PolygonGeometry: Object
polygonal geometry object to transform
| Name | Type | Description |
|---|---|---|
x | number[] | x-ordinates to be transformed |
y | number[] | y-ordinates to be transformed |