OsmXmlDriverCreateLayer Method (String, OsmXmlOptions, SpatialReferenceSystem)

Creates a layer and opens it for adding new features.

Namespace:  Aspose.Gis.Formats.OsmXml
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public VectorLayer CreateLayer(
	string path,
	OsmXmlOptions options,
	SpatialReferenceSystem spatialReferenceSystem
)

Parameters

path
Type: SystemString
Path to the file.
options
Type: Aspose.Gis.Formats.OsmXmlOsmXmlOptions
Driver-specific options.
spatialReferenceSystem
Type: Aspose.Gis.SpatialReferencingSpatialReferenceSystem
Spatial reference system.

Return Value

Type: VectorLayer
An instance of VectorLayer.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe layer already exists.
NotSupportedExceptionSpatial reference system is not supported by the driver.
See Also