FileDriver.SupportsSpatialReferenceSystem

FileDriver.SupportsSpatialReferenceSystem method

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

public abstract bool SupportsSpatialReferenceSystem(SpatialReferenceSystem spatialReferenceSystem)
ParameterTypeDescription
spatialReferenceSystemSpatialReferenceSystemSpatial reference system.

Return Value

Boolean value, indicating whether specified spatial reference system is supported by the driver. null is considered supported by any driver.

Remarks

If spatial reference system is not supported, and you pass it to CreateLayer method, a NotSupportedException will be thrown.

See Also