BusBoy
2
|
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... | |
Catalog of standard dimensions.
|
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.
|
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.
|
static |
Create KeyElement object for the image type.
Copyright 2014 Google Inc. All rights reserved.