C# (CSharp) FdoToolbox.Core.ETL.Overrides Namespace

Classes

Name Description
CopySpatialContextOverrideFactory Factory class to create ICopySpatialContext commands
MsSqlCopySpatialContextOverride Copy spatial context override for SQL Server 2008 target
MySqlCopySpatialContextOverride Copy spatial context override for MySQL target. MySQL requires that if an existing spatial context already exists (by name) that it be destroyed, as ICreateSpatialContext::updateExisting does not work Also, an existing spatial context cannot be destroyed if there are Geometric Properties using that spatial context. In this case, we don't copy that context across
ShpCopySpatialContextOverride Copy spatial context override for SHP target. SHP requires that the Spatial Context Name is also the Coordinate System Name