DatabaseDriverOptions.SpatialReferenceSystemMode

DatabaseDriverOptions.SpatialReferenceSystemMode property

Determines how the unknown geometries’ SRS for the database should be handle when they are added to the layer. The default value is ThrowException.

public SpatialReferenceSystemMode SpatialReferenceSystemMode { get; set; }

Remarks

This is a creation option - it does not affect opening.

See Also