MapInfoInterchangeDriver.OpenLayer

OpenLayer(string, MapInfoInterchangeOptions)

以读取模式打开图层。

public VectorLayer OpenLayer(string path, MapInfoInterchangeOptions options)
参数类型描述
path字符串文件的路径。
optionsMapInfoInterchangeOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见


OpenLayer(AbstractPath, DriverOptions)

以读取模式打开图层。

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
参数类型描述
pathAbstractPath文件的路径。
optionsDriverOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见


OpenLayer(AbstractPath, MapInfoInterchangeOptions)

以读取模式打开图层。

public VectorLayer OpenLayer(AbstractPath path, MapInfoInterchangeOptions options)
参数类型描述
pathAbstractPath文件的路径。
optionsMapInfoInterchangeOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见