BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
BUSBOY::ImageTypes Class Reference

Catalog of standard dimensions. More...

#include <ImageTypes.h>

Public Types

enum  Type {
  PAN, MS, MS_MASK, RGB_PS,
  NIR_PS, RGB_THUMB, RED, GRN,
  BLU, NIR
}
 

Static Public Member Functions

static Type enumFromString (std::string strType)
 Parses the string equivalent of the enum. More...
 
static std::string enumToString (Type type)
 Returns the string equivalent of the enum. More...
 
static DataKeyElement toImageType (Type type)
 Create KeyElement object for the image type. More...
 

Detailed Description

Catalog of standard dimensions.

Member Enumeration Documentation

Enumerator
PAN 

Panchromatic.

MS 

Multispectral.

MS_MASK 

Multispectral Mask.

RGB_PS 

RGB PAN Sharpened.

NIR_PS 

Near-infra-red PAN Sharpened.

RGB_THUMB 

RGB Thumbnail.

RED 

Red.

GRN 

Green.

BLU 

Blue.

NIR 

NIR.

Member Function Documentation

ImageTypes::Type BUSBOY::ImageTypes::enumFromString ( std::string  strType)
static

Parses the string equivalent of the enum.

For example: "PAN" –> PAN. Note that an underscore in the enum name will be replaced by a dash in the string equivalent. This is to avoid ambiguity when underscores are used as delimiters between parts of a file name.

std::string BUSBOY::ImageTypes::enumToString ( ImageTypes::Type  type)
static

Returns the string equivalent of the enum.

For example: PAN –> "PAN" Note that an underscore in the enum name will be replaced by a dash in the string equivalent. This is to avoid ambiguity when underscores are used as delimiters between parts of a file name.

DataKeyElement BUSBOY::ImageTypes::toImageType ( ImageTypes::Type  type)
static

Create KeyElement object for the image type.


The documentation for this class was generated from the following files:

Copyright 2014 Google Inc. All rights reserved.