VectorLayer.Convert

Convert(string, FileDriver, string, FileDriver)

레이어를 다른 형식으로 변환합니다.

public static void Convert(string sourcePath, FileDriver sourceDriver, string destinationPath, 
    FileDriver destinationDriver)
모수유형설명
sourcePathString변환될 레이어의 경로입니다.
sourceDriverFileDriver소스 레이어의 형식 드라이버입니다.
destinationPathString변환 결과로 생성될 레이어의 경로입니다.
destinationDriverFileDriver대상 레이어의 형식 드라이버입니다.

예외

예외상태
ArgumentNullException경로 중 하나는null.

또한보십시오


Convert(AbstractPath, FileDriver, AbstractPath, FileDriver)

레이어를 다른 형식으로 변환합니다.

public static void Convert(AbstractPath sourcePath, FileDriver sourceDriver, 
    AbstractPath destinationPath, FileDriver destinationDriver)
모수유형설명
sourcePathAbstractPath변환될 레이어의 경로입니다.
sourceDriverFileDriver소스 레이어의 형식 드라이버입니다.
destinationPathAbstractPath변환 결과로 생성될 레이어의 경로입니다.
destinationDriverFileDriver대상 레이어의 형식 드라이버입니다.

예외

예외상태
ArgumentNullException경로 중 하나는null.

또한보십시오


Convert(string, FileDriver, string, FileDriver, ConversionOptions)

레이어를 다른 형식으로 변환합니다.

public static void Convert(string sourcePath, FileDriver sourceDriver, string destinationPath, 
    FileDriver destinationDriver, ConversionOptions options)
모수유형설명
sourcePathString변환될 레이어의 경로입니다.
sourceDriverFileDriver소스 레이어의 형식 드라이버입니다.
destinationPathString변환 결과로 생성될 레이어의 경로입니다.
destinationDriverFileDriver대상 레이어의 형식 드라이버입니다.
optionsConversionOptions변환 절차에 대한 옵션입니다.

예외

예외상태
ArgumentNullException경로 중 하나는null.
ArgumentException옵션 개체에 이 드라이버에 대한 잘못된 유형이 있습니다.
GisException파일에서 기능을 읽거나 쓰는 중 오류가 발생했습니다.
IOExceptionI/O 오류가 발생했습니다.
NotSupportedException다음에 지정된 공간 참조 시스템options 에 의해 지원되지 않습니다destinationDriver .
TransformationException원본 공간 참조 시스템에서 대상 공간 참조 시스템으로 피처 형상을 변환하지 못했습니다.

또한보십시오


Convert(AbstractPath, FileDriver, AbstractPath, FileDriver, ConversionOptions)

레이어를 다른 형식으로 변환합니다.

public static void Convert(AbstractPath sourcePath, FileDriver sourceDriver, 
    AbstractPath destinationPath, FileDriver destinationDriver, ConversionOptions options)
모수유형설명
sourcePathAbstractPath변환될 레이어의 경로입니다.
sourceDriverFileDriver소스 레이어의 형식 드라이버입니다.
destinationPathAbstractPath변환 결과로 생성될 레이어의 경로입니다.
destinationDriverFileDriver대상 레이어의 형식 드라이버입니다.
optionsConversionOptions변환 절차에 대한 옵션입니다.

예외

예외상태
ArgumentNullException경로 중 하나는null.
ArgumentException옵션 개체에 이 드라이버에 대한 잘못된 유형이 있습니다.
GisException파일에서 기능을 읽거나 쓰는 중 오류가 발생했습니다.
IOExceptionI/O 오류가 발생했습니다.
NotSupportedException다음에 지정된 공간 참조 시스템options 에 의해 지원되지 않습니다destinationDriver .
TransformationException원본 공간 참조 시스템에서 대상 공간 참조 시스템으로 피처 형상을 변환하지 못했습니다.

또한보십시오