ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

편집을 위해 레이어를 엽니다.

public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
모수유형설명
pathAbstractPath파일 경로.
optionsDriverOptions드라이버별 옵션.

반환 값

인스턴스VectorLayer.

예외

예외상태
ArgumentException옵션 개체에 이 드라이버에 대한 잘못된 유형이 있습니다.
ArgumentNullException경로는null.
GisException파일에서 기능을 읽는 중 오류가 발생했습니다.
IOExceptionI/O 오류가 발생했습니다.

또한보십시오


EditLayer(string, ShapefileOptions)

편집을 위해 레이어를 엽니다.

public VectorLayer EditLayer(string path, ShapefileOptions options = null)
모수유형설명
pathString파일 경로.
optionsShapefileOptions드라이버별 옵션.

반환 값

인스턴스VectorLayer.

또한보십시오


EditLayer(AbstractPath, ShapefileOptions)

편집을 위해 레이어를 엽니다.

public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
모수유형설명
pathAbstractPath파일 경로.
optionsShapefileOptions드라이버별 옵션.

반환 값

인스턴스VectorLayer.

또한보십시오