Writes a TIF image with GeoTIF metadata.
More...
#include <GeoTIFWriter.h>
|
| GeoTIFWriter (const std::string &path) |
|
| ~GeoTIFWriter () |
|
int | Write (const unsigned char *buffer, const unsigned int width, const unsigned int height) |
|
int | ConfigureFromProj4 (const std::string proj4String) |
|
void | SetTiePoint (double worldX, double worldY, double rasterX=0, double rasterY=0) |
|
void | SetPixelScale (double x, double y) |
|
| TIFWriter (const std::string &path) |
|
virtual | ~TIFWriter () |
|
virtual int | Write (const unsigned char *buffer, const unsigned int width, const unsigned int height) |
|
virtual int | Write (const unsigned char *buffer, const unsigned int width, const unsigned int height)=0 |
|
virtual | ~ImageWriter () |
|
| MyBase () |
|
const string & | getClassName () const |
|
Writes a TIF image with GeoTIF metadata.
- Author
- Stanislaw Jaroszynski
Definition at line 17 of file GeoTIFWriter.h.
◆ GeoTIFWriter()
VAPoR::GeoTIFWriter::GeoTIFWriter |
( |
const std::string & |
path | ) |
|
◆ ~GeoTIFWriter()
VAPoR::GeoTIFWriter::~GeoTIFWriter |
( |
| ) |
|
◆ ConfigureFromProj4()
int VAPoR::GeoTIFWriter::ConfigureFromProj4 |
( |
const std::string |
proj4String | ) |
|
◆ SetPixelScale()
void VAPoR::GeoTIFWriter::SetPixelScale |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ SetTiePoint()
void VAPoR::GeoTIFWriter::SetTiePoint |
( |
double |
worldX, |
|
|
double |
worldY, |
|
|
double |
rasterX = 0 , |
|
|
double |
rasterY = 0 |
|
) |
| |
◆ Write()
int VAPoR::GeoTIFWriter::Write |
( |
const unsigned char * |
buffer, |
|
|
const unsigned int |
width, |
|
|
const unsigned int |
height |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: