lenient parameter prevents an error if the input geometry is not a Point. Its default value is false.
Signatures
Parameters
Geometry
required
The starting point geometry.
Double
required
The distance to project, in the units of the coordinate system.
Double
required
The azimuth (direction) in radians, measured clockwise from true north.
Boolean
default:"False"
If
true, returns an empty point instead of throwing an error when the input is not a Point. Defaults to false.Return type
The resulting geometry.

