GpxDriver.CreateLayer
İçindekiler
[
Saklamak
]CreateLayer(string, GpxOptions)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public VectorLayer CreateLayer(string path, GpxOptions options)
Parametre | Tip | Tanım |
---|---|---|
path | String | Dosyanın yolu. |
options | GpxOptions | Sürücüye özel seçenekler. |
Geri dönüş değeri
bir örneğiVectorLayer
.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | Katman zaten var. |
Ayrıca bakınız
- class VectorLayer
- class GpxOptions
- class GpxDriver
- ad alanı Aspose.Gis.Formats.Gpx
- toplantı Aspose.GIS
CreateLayer(AbstractPath, GpxOptions)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public VectorLayer CreateLayer(AbstractPath path, GpxOptions options)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Dosyanın yolu. |
options | GpxOptions | Sürücüye özel seçenekler. |
Geri dönüş değeri
bir örneğiVectorLayer
.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | Katman zaten var. |
Ayrıca bakınız
- class VectorLayer
- class AbstractPath
- class GpxOptions
- class GpxDriver
- ad alanı Aspose.Gis.Formats.Gpx
- toplantı Aspose.GIS
CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options,
SpatialReferenceSystem spatialReferenceSystem)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Dosyanın yolu. |
options | DriverOptions | Sürücüye özel seçenekler. |
spatialReferenceSystem | SpatialReferenceSystem | Mekansal referans sistemi. |
Geri dönüş değeri
bir örneğiVectorLayer
.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | Katman zaten var. |
Ayrıca bakınız
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class GpxDriver
- ad alanı Aspose.Gis.Formats.Gpx
- toplantı Aspose.GIS
CreateLayer(AbstractPath, GpxOptions, SpatialReferenceSystem)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public VectorLayer CreateLayer(AbstractPath path, GpxOptions options,
SpatialReferenceSystem spatialReferenceSystem)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Dosyanın yolu. |
options | GpxOptions | Sürücüye özel seçenekler. |
spatialReferenceSystem | SpatialReferenceSystem | Mekansal referans sistemi. |
Geri dönüş değeri
bir örneğiVectorLayer
.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | Katman zaten var. |
NotSupportedException | Uzamsal referans sistemi sürücü tarafından desteklenmiyor. |
Ayrıca bakınız
- class VectorLayer
- class AbstractPath
- class GpxOptions
- class SpatialReferenceSystem
- class GpxDriver
- ad alanı Aspose.Gis.Formats.Gpx
- toplantı Aspose.GIS