ShapefileDriverSupportsSpatialReferenceSystem Method

Determines, whether specified spatial reference system is supported by the driver.

Namespace:  Aspose.Gis.Formats.Shapefile
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public override bool SupportsSpatialReferenceSystem(
	SpatialReferenceSystem spatialReferenceSystem
)

Parameters

spatialReferenceSystem
Type: Aspose.Gis.SpatialReferencingSpatialReferenceSystem
Spatial reference system.

Return Value

Type: Boolean
Boolean value, indicating whether specified spatial reference system is supported by the driver.
Remarks
For Shapefile, any SRS is supported.
See Also