ShapefileDriver.EditLayer
내용물
[
숨다
]EditLayer(AbstractPath, DriverOptions)
편집을 위해 레이어를 엽니다.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
모수 | 유형 | 설명 |
---|---|---|
path | AbstractPath | 파일 경로. |
options | DriverOptions | 드라이버별 옵션. |
반환 값
인스턴스VectorLayer
.
예외
예외 | 상태 |
---|---|
ArgumentException | 옵션 개체에 이 드라이버에 대한 잘못된 유형이 있습니다. |
ArgumentNullException | 경로는null . |
GisException | 파일에서 기능을 읽는 중 오류가 발생했습니다. |
IOException | I/O 오류가 발생했습니다. |
또한보십시오
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- 네임스페이스 Aspose.Gis.Formats.Shapefile
- 집회 Aspose.GIS
EditLayer(string, ShapefileOptions)
편집을 위해 레이어를 엽니다.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
모수 | 유형 | 설명 |
---|---|---|
path | String | 파일 경로. |
options | ShapefileOptions | 드라이버별 옵션. |
반환 값
인스턴스VectorLayer
.
또한보십시오
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- 네임스페이스 Aspose.Gis.Formats.Shapefile
- 집회 Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
편집을 위해 레이어를 엽니다.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
모수 | 유형 | 설명 |
---|---|---|
path | AbstractPath | 파일 경로. |
options | ShapefileOptions | 드라이버별 옵션. |
반환 값
인스턴스VectorLayer
.
또한보십시오
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- 네임스페이스 Aspose.Gis.Formats.Shapefile
- 집회 Aspose.GIS