LineStringSpatialReferenceSystem Property

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

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public override sealed SpatialReferenceSystem SpatialReferenceSystem { get; set; }

Property Value

Type: SpatialReferenceSystem

Implements

IGeometrySpatialReferenceSystem
IGeometrySpatialReferenceSystem
See Also