GdalDriver.OpenLayer
OpenLayer(string, GdalOptions)
Ouvre un calque pour la lecture.
public VectorLayer OpenLayer(string path, GdalOptions options)
Paramètre | Taper | La description |
---|---|---|
path | String | Chemin d’accès au fichier. |
options | GdalOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer
.
Voir également
- class VectorLayer
- class GdalOptions
- class GdalDriver
- espace de noms Aspose.Gis.Formats.GDAL
- Assemblée Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Ouvre un calque pour la lecture.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
Paramètre | Taper | La description |
---|---|---|
path | AbstractPath | Chemin d’accès au fichier. |
options | DriverOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer
.
Voir également
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class GdalDriver
- espace de noms Aspose.Gis.Formats.GDAL
- Assemblée Aspose.GIS