Skip to main content

@mapgear/mapengine > Geometry > Transform

Geometry.Transform() method

Transform the current geometry. The returned geometry is a copy of the current geometry object

Signature:
Transform(target: string): Geometry;

Parameters

ParameterTypeDescription
targetstringTarget projection
Returns:

Geometry