FileGdbDriver.OpenLayer
Contenu
[
Cacher
]OpenLayer(string, FileGdbOptions)
Ouvre un calque pour la lecture.
public VectorLayer OpenLayer(string path, FileGdbOptions options)
Paramètre | Taper | La description |
---|---|---|
path | String | Chemin d’accès au fichier. |
options | FileGdbOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer
.
Voir également
- class VectorLayer
- class FileGdbOptions
- class FileGdbDriver
- espace de noms Aspose.Gis.Formats.FileGdb
- 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 FileGdbDriver
- espace de noms Aspose.Gis.Formats.FileGdb
- Assemblée Aspose.GIS
OpenLayer(AbstractPath, FileGdbOptions)
Ouvre un calque pour la lecture.
public VectorLayer OpenLayer(AbstractPath path, FileGdbOptions options)
Paramètre | Taper | La description |
---|---|---|
path | AbstractPath | Chemin d’accès au fichier. |
options | FileGdbOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer
.
Voir également
- class VectorLayer
- class AbstractPath
- class FileGdbOptions
- class FileGdbDriver
- espace de noms Aspose.Gis.Formats.FileGdb
- Assemblée Aspose.GIS