GeoJsonDriver.OpenLayer

OpenLayer(string, GeoJsonOptions)

Ouvre un calque pour la lecture.

public VectorLayer OpenLayer(string path, GeoJsonOptions options)
ParamètreTaperLa description
pathStringChemin d’accès au fichier.
optionsGeoJsonOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également


OpenLayer(AbstractPath, DriverOptions)

Ouvre un calque pour la lecture.

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
ParamètreTaperLa description
pathAbstractPathChemin d’accès au fichier.
optionsDriverOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également


OpenLayer(AbstractPath, GeoJsonOptions)

Ouvre un calque pour la lecture.

public VectorLayer OpenLayer(AbstractPath path, GeoJsonOptions options)
ParamètreTaperLa description
pathAbstractPathChemin d’accès au fichier.
optionsGeoJsonOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également