vtdata library
Public Types | Public Attributes | List of all members
vtElevError Struct Reference

Public Types

enum  ErrorType {
  FILE_OPEN, ALLOCATE, UNKNOWN_FORMAT, NOT_FORMAT,
  UNSUPPORTED_VERSION, READ_CRS, READ_DATA, CONVERT_CRS,
  GRID_SIZE, CANCELLED
}
 

Public Attributes

enum vtElevError::ErrorType type
 
vtString message
 

Detailed Description

Contains a description an error, for any operation on elevation.

Member Enumeration Documentation

Enumerator
ALLOCATE 

Could not open file.

UNKNOWN_FORMAT 

Couldn't allocate that much memory.

NOT_FORMAT 

Couldn't determine the file format.

UNSUPPORTED_VERSION 

Not the correct file format.

READ_CRS 

File is an unsupported version.

READ_DATA 

Could not read the CRS.

CONVERT_CRS 

Could not read the file data.

GRID_SIZE 

Could not convert CRS.

CANCELLED 

Unsupported grid size.

User cancelled the file read.