spatialReference property

SpatialReference? spatialReference

The spatial reference for this geometry.

This can be null if the geometry is not associated with a SpatialReference.

Implementation

SpatialReference? get spatialReference => _spatialReference.value;