MapInfoTabDriverCreateLayer Method (AbstractPath, DriverOptions, SpatialReferenceSystem) |
Creates a layer and opens it for adding new features.
Namespace:
Aspose.Gis.Formats.MapInfoTab
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public override VectorLayer CreateLayer(
AbstractPath path,
DriverOptions options,
SpatialReferenceSystem spatialReferenceSystem
)
Public Overrides Function CreateLayer (
path As AbstractPath,
options As DriverOptions,
spatialReferenceSystem As SpatialReferenceSystem
) As VectorLayer
public:
virtual VectorLayer^ CreateLayer(
AbstractPath^ path,
DriverOptions^ options,
SpatialReferenceSystem^ spatialReferenceSystem
) override
abstract CreateLayer :
path : AbstractPath *
options : DriverOptions *
spatialReferenceSystem : SpatialReferenceSystem -> VectorLayer
override CreateLayer :
path : AbstractPath *
options : DriverOptions *
spatialReferenceSystem : SpatialReferenceSystem -> VectorLayer
Parameters
- path
- Type: Aspose.GisAbstractPath
Path to the file. - options
- Type: Aspose.GisDriverOptions
Driver-specific options. - spatialReferenceSystem
- Type: Aspose.Gis.SpatialReferencingSpatialReferenceSystem
Spatial reference system.
Return Value
Type:
VectorLayerAn instance of
VectorLayer.
Exceptions See Also