Hi Aleaxnder,
1.I used:
.if (sourceFormat.Equals(“Gml”, StringComparison.OrdinalIgnoreCase))
{
options.SourceDriverOptions = new GmlOptions { RestoreSchema = True };
}
What is meaning of using RestoreSchema ?
3.…...GmlOptions { RestoreSchema = true }; } What is meaning of using...schema (attribute names, types, geometry types) from the GML file....