Enum SpatialReferenceSystemMode

SpatialReferenceSystemMode enumeration

Specifies a mode of Spatial Reference System (SRS) writing in database if it’s an unknown SRS.

public enum SpatialReferenceSystemMode

Values

NameValueDescription
ThrowException0Throw exceptions if it’s an unknown SRS for the database.
WriteInSystemTable1Write SRS info in system table if it’s an unknown SRS for the database.
SetupToZero2Setup the SRID of a geometry to ‘zero’ if it’s an unknown SRS for the database.

See Also