MapInfoInterchangeDriver.CreateLayer

CreateLayer(string, MapInfoInterchangeOptions)

Crea una capa y la abre para agregar nuevas características.

public VectorLayer CreateLayer(string path, MapInfoInterchangeOptions options)
ParámetroEscribeDescripción
pathStringRuta al archivo.
optionsMapInfoInterchangeOptionsOpciones específicas del conductor.

Valor_devuelto

una instancia deVectorLayer.

Excepciones

excepcióncondición
InvalidOperationExceptionLa capa ya existe.

Ver también


CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)

Crea una capa y la abre para agregar nuevas características.

public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParámetroEscribeDescripción
pathAbstractPathRuta al archivo.
optionsDriverOptionsOpciones específicas del conductor.
spatialReferenceSystemSpatialReferenceSystemSistema de referencia espacial.

Valor_devuelto

una instancia deVectorLayer.

Excepciones

excepcióncondición
InvalidOperationExceptionLa capa ya existe.

Ver también


CreateLayer(string, MapInfoInterchangeOptions, SpatialReferenceSystem)

Crea una capa y la abre para agregar nuevas características.

public VectorLayer CreateLayer(string path, MapInfoInterchangeOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParámetroEscribeDescripción
pathStringRuta al archivo.
optionsMapInfoInterchangeOptionsOpciones específicas del conductor.
spatialReferenceSystemSpatialReferenceSystemSistema de referencia espacial.

Valor_devuelto

una instancia deVectorLayer.

Excepciones

excepcióncondición
InvalidOperationExceptionLa capa ya existe.
NotSupportedExceptionEl controlador no admite el sistema de referencia espacial.

Ver también