ShapefileDriver.CreateLayer
inhoud
[
verbergen
]CreateLayer(string, ShapefileOptions)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public VectorLayer CreateLayer(string path, ShapefileOptions options)
| Parameter | Type | Beschrijving | 
|---|---|---|
| path | String | Pad naar het bestand. | 
| options | ShapefileOptions | Bestuurderspecifieke opties. | 
Winstwaarde
Een voorbeeld vanVectorLayer.
Uitzonderingen
| uitzondering | voorwaarde | 
|---|---|
| InvalidOperationException | De laag bestaat al. | 
Zie ook
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS
CreateLayer(AbstractPath, ShapefileOptions)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public VectorLayer CreateLayer(AbstractPath path, ShapefileOptions options)
| Parameter | Type | Beschrijving | 
|---|---|---|
| path | AbstractPath | Pad naar het bestand. | 
| options | ShapefileOptions | Bestuurderspecifieke opties. | 
Winstwaarde
Een voorbeeld vanVectorLayer.
Uitzonderingen
| uitzondering | voorwaarde | 
|---|---|
| InvalidOperationException | De laag bestaat al. | 
Zie ook
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS
CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
| Parameter | Type | Beschrijving | 
|---|---|---|
| path | AbstractPath | Pad naar het bestand. | 
| options | DriverOptions | Bestuurderspecifieke opties. | 
| spatialReferenceSystem | SpatialReferenceSystem | Ruimtelijk referentiesysteem. | 
Winstwaarde
Een voorbeeld vanVectorLayer.
Uitzonderingen
| uitzondering | voorwaarde | 
|---|---|
| InvalidOperationException | De laag bestaat al. | 
Zie ook
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS
CreateLayer(AbstractPath, ShapefileOptions, SpatialReferenceSystem)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public VectorLayer CreateLayer(AbstractPath path, ShapefileOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
| Parameter | Type | Beschrijving | 
|---|---|---|
| path | AbstractPath | Pad naar het bestand. | 
| options | ShapefileOptions | Bestuurderspecifieke opties. | 
| spatialReferenceSystem | SpatialReferenceSystem | Ruimtelijk referentiesysteem. | 
Winstwaarde
Een voorbeeld vanVectorLayer.
Uitzonderingen
| uitzondering | voorwaarde | 
|---|---|
| InvalidOperationException | De laag bestaat al. | 
| NotSupportedException | Ruimtelijk referentiesysteem wordt niet ondersteund door de bestuurder. | 
Zie ook
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class SpatialReferenceSystem
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS