spatialReference property
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;
The spatial reference for this geometry.
This can be null if the geometry is not associated with a SpatialReference.
SpatialReference? get spatialReference => _spatialReference.value;