PointBuilder.fromPoint constructor

PointBuilder.fromPoint(
  1. ArcGISPoint point
)

Creates a point builder from the specified point.

The SpatialReference of the new point builder will match that of the specified ArcGISPoint.

Parameters:

  • point — The point object.