GeometryCollection.SpatialReferenceSystem

GeometryCollection.SpatialReferenceSystem property

Gets SpatialReferenceSystem of this instance. This property can be null, is SpatialReferenceSystem is unknown. Assigning new SpatialReferenceSystem will not perform any coordinate transformation, only reference will change.

public override SpatialReferenceSystem SpatialReferenceSystem { get; set; }

See Also