spatialReference property

SpatialReference? spatialReference

The spatial reference for the geometry.

Once set, the SpatialReference of the geometry builder cannot be changed. Ensure that all objects added to the builder have a compatible SpatialReference.

Implementation

SpatialReference? get spatialReference => _spatialReference.value;