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