GeoJsonDriverOpenLayer Method (String, GeoJsonOptions) |
Opens a layer for reading.
Namespace:
Aspose.Gis.Formats.GeoJson
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic VectorLayer OpenLayer(
string path,
GeoJsonOptions options
)
Public Function OpenLayer (
path As String,
options As GeoJsonOptions
) As VectorLayer
public:
VectorLayer^ OpenLayer(
String^ path,
GeoJsonOptions^ options
)
member OpenLayer :
path : string *
options : GeoJsonOptions -> VectorLayer
Parameters
- path
- Type: SystemString
Path to the file. - options
- Type: Aspose.Gis.Formats.GeoJsonGeoJsonOptions
Driver-specific options.
Return Value
Type:
VectorLayerAn instance of
VectorLayer.
See Also