OsmXmlDriver.OpenLayer
Contents
[
Hide
]OpenLayer(string, OsmXmlOptions)
Opens a layer for reading.
public VectorLayer OpenLayer(string path, OsmXmlOptions options)
| Parameter | Type | Description | 
|---|---|---|
| path | String | Path to the file. | 
| options | OsmXmlOptions | Driver-specific options. | 
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class OsmXmlOptions
- class OsmXmlDriver
- namespace Aspose.Gis.Formats.OsmXml
- assembly Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Opens a layer for reading.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
| Parameter | Type | Description | 
|---|---|---|
| path | AbstractPath | Path to the file. | 
| options | DriverOptions | Driver-specific options. | 
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class OsmXmlDriver
- namespace Aspose.Gis.Formats.OsmXml
- assembly Aspose.GIS
OpenLayer(AbstractPath, OsmXmlOptions)
Opens a layer for reading.
public VectorLayer OpenLayer(AbstractPath path, OsmXmlOptions options)
| Parameter | Type | Description | 
|---|---|---|
| path | AbstractPath | Path to the file. | 
| options | OsmXmlOptions | Driver-specific options. | 
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class AbstractPath
- class OsmXmlOptions
- class OsmXmlDriver
- namespace Aspose.Gis.Formats.OsmXml
- assembly Aspose.GIS