![]() |
eCCErr Enumeration |
public enum eCCErr
Member name | Value | Description |
---|---|---|
Success | 0 | 성공. |
NotEnoughData | 1 | 데이터가 충분하지 않습니다. |
NotEnoughMemory | 2 | 메모리가 부족하여 할당할 수 없습니다. |
UnsupportedGeometryType | 3 | 해당 기하형식은 지원하지 않는다. |
UnSupportedOperation | 4 | 해당 작업은 지원하지 않는다. |
CorruptData | 5 | 데이터에 문제가 있다. |
Failure | 6 | 실패. |
UnsupportedSRS | 7 | 지원하지 않는 지리좌표체계입니다.. |
InvalidHandle | 8 | 유효하지 않은 핸들입니다. |
NonExstingFeature | 9 | 지원하지 않는 피처형식입니다. |
DriverNotLoaded | -1 | plug-in 드라이버를 로딩할 수 없습니다. |