SpatialReferenceSystemMode Enumeration

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

Module: aspose.gis

Full Name: aspose.gis.SpatialReferenceSystemMode

Aspose.PSD Version: 25.9.0

Members

Member nameDescription
SETUP_TO_ZEROSetup the SRID of a geometry to ‘zero’ if it’s an unknown SRS for the database.
THROW_EXCEPTIONThrow exceptions if it’s an unknown SRS for the database.
WRITE_IN_SYSTEM_TABLEWrite SRS info in system table if it’s an unknown SRS for the database.