GmlDriver.CreateLayer
내용물
[
숨다
]CreateLayer(string, GmlOptions)
레이어를 생성하고 새 기능을 추가하기 위해 엽니다.
public VectorLayer CreateLayer(string path, GmlOptions options)
모수 | 유형 | 설명 |
---|---|---|
path | String | 파일 경로. |
options | GmlOptions | 드라이버별 옵션. |
반환 값
인스턴스VectorLayer
.
예외
예외 | 상태 |
---|---|
InvalidOperationException | 레이어가 이미 존재합니다. |
또한보십시오
- class VectorLayer
- class GmlOptions
- class GmlDriver
- 네임스페이스 Aspose.Gis.Formats.Gml
- 집회 Aspose.GIS
CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)
레이어를 생성하고 새 기능을 추가하기 위해 엽니다.
public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options,
SpatialReferenceSystem spatialReferenceSystem)
모수 | 유형 | 설명 |
---|---|---|
path | AbstractPath | 파일 경로. |
options | DriverOptions | 드라이버별 옵션. |
spatialReferenceSystem | SpatialReferenceSystem | 공간 참조 시스템. |
반환 값
인스턴스VectorLayer
.
예외
예외 | 상태 |
---|---|
InvalidOperationException | 레이어가 이미 존재합니다. |
또한보십시오
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class GmlDriver
- 네임스페이스 Aspose.Gis.Formats.Gml
- 집회 Aspose.GIS
CreateLayer(string, GmlOptions, SpatialReferenceSystem)
레이어를 생성하고 새 기능을 추가하기 위해 엽니다.
public VectorLayer CreateLayer(string path, GmlOptions options,
SpatialReferenceSystem spatialReferenceSystem)
모수 | 유형 | 설명 |
---|---|---|
path | String | 파일 경로. |
options | GmlOptions | 드라이버별 옵션. |
spatialReferenceSystem | SpatialReferenceSystem | 공간 참조 시스템. |
반환 값
인스턴스VectorLayer
.
예외
예외 | 상태 |
---|---|
InvalidOperationException | 레이어가 이미 존재합니다. |
NotSupportedException | 드라이버에서 공간 참조 시스템을 지원하지 않습니다. |
또한보십시오
- class VectorLayer
- class GmlOptions
- class SpatialReferenceSystem
- class GmlDriver
- 네임스페이스 Aspose.Gis.Formats.Gml
- 집회 Aspose.GIS