GpxDriver.CreateLayer
inhoud
[
verbergen
]CreateLayer(string, GpxOptions)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public VectorLayer CreateLayer(string path, GpxOptions options)
Parameter | Type | Beschrijving |
---|---|---|
path | String | Pad naar het bestand. |
options | GpxOptions | Bestuurderspecifieke opties. |
Winstwaarde
Een voorbeeld vanVectorLayer
.
Uitzonderingen
uitzondering | voorwaarde |
---|---|
InvalidOperationException | De laag bestaat al. |
Zie ook
- class VectorLayer
- class GpxOptions
- class GpxDriver
- naamruimte Aspose.Gis.Formats.Gpx
- montage Aspose.GIS
CreateLayer(AbstractPath, GpxOptions)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public VectorLayer CreateLayer(AbstractPath path, GpxOptions options)
Parameter | Type | Beschrijving |
---|---|---|
path | AbstractPath | Pad naar het bestand. |
options | GpxOptions | Bestuurderspecifieke opties. |
Winstwaarde
Een voorbeeld vanVectorLayer
.
Uitzonderingen
uitzondering | voorwaarde |
---|---|
InvalidOperationException | De laag bestaat al. |
Zie ook
- class VectorLayer
- class AbstractPath
- class GpxOptions
- class GpxDriver
- naamruimte Aspose.Gis.Formats.Gpx
- 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 GpxDriver
- naamruimte Aspose.Gis.Formats.Gpx
- montage Aspose.GIS
CreateLayer(AbstractPath, GpxOptions, SpatialReferenceSystem)
Maakt een laag en opent deze om nieuwe objecten toe te voegen.
public VectorLayer CreateLayer(AbstractPath path, GpxOptions options,
SpatialReferenceSystem spatialReferenceSystem)
Parameter | Type | Beschrijving |
---|---|---|
path | AbstractPath | Pad naar het bestand. |
options | GpxOptions | 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 GpxOptions
- class SpatialReferenceSystem
- class GpxDriver
- naamruimte Aspose.Gis.Formats.Gpx
- montage Aspose.GIS