GeoJsonDriver.OpenLayer
Contents
[
Hide
]OpenLayer(string, GeoJsonOptions)
Opens a layer for reading.
public VectorLayer OpenLayer(string path, GeoJsonOptions options)
Parameter | Type | Description |
---|---|---|
path | String | Path to the file. |
options | GeoJsonOptions | Driver-specific options. |
Return Value
An instance of VectorLayer
.
See Also
- class VectorLayer
- class GeoJsonOptions
- class GeoJsonDriver
- namespace Aspose.Gis.Formats.GeoJson
- 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 GeoJsonDriver
- namespace Aspose.Gis.Formats.GeoJson
- assembly Aspose.GIS
OpenLayer(AbstractPath, GeoJsonOptions)
Opens a layer for reading.
public VectorLayer OpenLayer(AbstractPath path, GeoJsonOptions options)
Parameter | Type | Description |
---|---|---|
path | AbstractPath | Path to the file. |
options | GeoJsonOptions | Driver-specific options. |
Return Value
An instance of VectorLayer
.
See Also
- class VectorLayer
- class AbstractPath
- class GeoJsonOptions
- class GeoJsonDriver
- namespace Aspose.Gis.Formats.GeoJson
- assembly Aspose.GIS