ShapefileDriver.OpenLayer
Contenuti
[
Nascondere
]OpenLayer(string, ShapefileOptions)
Apre un livello per la lettura.
public VectorLayer OpenLayer(string path, ShapefileOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | String | Percorso del file. |
options | ShapefileOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diVectorLayer
.
Guarda anche
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- spazio dei nomi Aspose.Gis.Formats.Shapefile
- assemblea Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Apre un livello per la lettura.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | AbstractPath | Percorso del file. |
options | DriverOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diVectorLayer
.
Guarda anche
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- spazio dei nomi Aspose.Gis.Formats.Shapefile
- assemblea Aspose.GIS
OpenLayer(AbstractPath, ShapefileOptions)
Apre un livello per la lettura.
public VectorLayer OpenLayer(AbstractPath path, ShapefileOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | AbstractPath | Percorso del file. |
options | ShapefileOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diVectorLayer
.
Guarda anche
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- spazio dei nomi Aspose.Gis.Formats.Shapefile
- assemblea Aspose.GIS