GeoJsonDriver.CreateLayer
İçindekiler
[
Saklamak
]CreateLayer(string, GeoJsonOptions)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public VectorLayer CreateLayer(string path, GeoJsonOptions options)
Parametre | Tip | Tanım |
---|---|---|
path | String | Dosyanın yolu. |
options | GeoJsonOptions | 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 GeoJsonOptions
- class GeoJsonDriver
- ad alanı Aspose.Gis.Formats.GeoJson
- toplantı Aspose.GIS
CreateLayer(AbstractPath, GeoJsonOptions)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public VectorLayer CreateLayer(AbstractPath path, GeoJsonOptions options)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Dosyanın yolu. |
options | GeoJsonOptions | 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 GeoJsonOptions
- class GeoJsonDriver
- ad alanı Aspose.Gis.Formats.GeoJson
- 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 GeoJsonDriver
- ad alanı Aspose.Gis.Formats.GeoJson
- toplantı Aspose.GIS
CreateLayer(AbstractPath, GeoJsonOptions, SpatialReferenceSystem)
Bir katman oluşturur ve yeni özellikler eklemek için açar.
public VectorLayer CreateLayer(AbstractPath path, GeoJsonOptions options,
SpatialReferenceSystem spatialReferenceSystem)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Dosyanın yolu. |
options | GeoJsonOptions | 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 GeoJsonOptions
- class SpatialReferenceSystem
- class GeoJsonDriver
- ad alanı Aspose.Gis.Formats.GeoJson
- toplantı Aspose.GIS