Geometry.SpatialReferenceSystem

Geometry.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 abstract SpatialReferenceSystem SpatialReferenceSystem { get; set; }

See Also