ShapefileDriver.CreateLayer
محتويات
[
يخفي
]CreateLayer(string, ShapefileOptions)
ينشئ طبقة ويفتحها لإضافة ميزات جديدة.
public VectorLayer CreateLayer(string path, ShapefileOptions options)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | String | المسار إلى الملف. |
| الخيارات | ShapefileOptions | خيارات خاصة بالسائق. |
قيمة الإرجاع
مثيل من VectorLayer.
استثناءات
| استثناء | شرط |
|---|---|
| InvalidOperationException | الطبقة موجودة بالفعل. |
انظر أيضًا
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
CreateLayer(AbstractPath, ShapefileOptions)
ينشئ طبقة ويفتحها لإضافة ميزات جديدة.
public VectorLayer CreateLayer(AbstractPath path, ShapefileOptions options)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | AbstractPath | المسار إلى الملف. |
| الخيارات | ShapefileOptions | خيارات خاصة بالسائق. |
قيمة الإرجاع
مثيل من VectorLayer.
استثناءات
| استثناء | شرط |
|---|---|
| InvalidOperationException | الطبقة موجودة بالفعل. |
انظر أيضًا
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)
ينشئ طبقة ويفتحها لإضافة ميزات جديدة.
public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options,
SpatialReferenceSystem spatialReferenceSystem)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | AbstractPath | المسار إلى الملف. |
| الخيارات | DriverOptions | خيارات خاصة بالسائق. |
| spatialReferenceSystem | SpatialReferenceSystem | نظام الإحداثيات المكانية. |
قيمة الإرجاع
مثيل من VectorLayer.
استثناءات
| استثناء | شرط |
|---|---|
| InvalidOperationException | الطبقة موجودة بالفعل. |
انظر أيضًا
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
CreateLayer(AbstractPath, ShapefileOptions, SpatialReferenceSystem)
ينشئ طبقة ويفتحها لإضافة ميزات جديدة.
public VectorLayer CreateLayer(AbstractPath path, ShapefileOptions options,
SpatialReferenceSystem spatialReferenceSystem)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | AbstractPath | المسار إلى الملف. |
| الخيارات | ShapefileOptions | خيارات خاصة بالسائق. |
| spatialReferenceSystem | SpatialReferenceSystem | نظام الإحداثيات المكانية. |
قيمة الإرجاع
مثيل من VectorLayer.
استثناءات
| استثناء | شرط |
|---|---|
| InvalidOperationException | الطبقة موجودة بالفعل. |
| NotSupportedException | نظام الإحداثيات المكانية غير مدعوم من قبل السائق. |
انظر أيضًا
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class SpatialReferenceSystem
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS