ShapefileDriver.SupportsSpatialReferenceSystem
ShapefileDriver.SupportsSpatialReferenceSystem method
Determines, whether specified spatial reference system is supported by the driver.
public override bool SupportsSpatialReferenceSystem(SpatialReferenceSystem spatialReferenceSystem)
Parameter | Type | Description |
---|---|---|
spatialReferenceSystem | SpatialReferenceSystem | Spatial reference system. |
Return Value
Boolean value, indicating whether specified spatial reference system is supported by the driver.
Remarks
For Shapefile, any SRS is supported. Also Shapefile has own more optimal layer edit mode.
See Also
- class SpatialReferenceSystem
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS