pktools  2.6.3
Processing Kernel for geospatial data
ImgWriterGdal Member List

This is the complete list of members for ImgWriterGdal, including all inherited members.

close(void) (defined in ImgWriterGdal)ImgWriterGdal
copyGeoTransform(const ImgReaderGdal &imgSrc) (defined in ImgWriterGdal)ImgWriterGdal
covers(double x, double y) const (defined in ImgWriterGdal)ImgWriterGdal
covers(double ulx, double uly, double lrx, double lry) const (defined in ImgWriterGdal)ImgWriterGdal
GDALSetNoDataValue(double noDataValue, int band=0) (defined in ImgWriterGdal)ImgWriterGdalinline
geo2image(double x, double y, double &i, double &j) const (defined in ImgWriterGdal)ImgWriterGdal
getBoundingBox(double &ulx, double &uly, double &lrx, double &lry) const (defined in ImgWriterGdal)ImgWriterGdal
getCentrePos(double &x, double &y) const (defined in ImgWriterGdal)ImgWriterGdal
getDataType(int band=0) const (defined in ImgWriterGdal)ImgWriterGdal
getDeltaX(void) const (defined in ImgWriterGdal)ImgWriterGdalinline
getDeltaY(void) const (defined in ImgWriterGdal)ImgWriterGdalinline
getFileName() const (defined in ImgWriterGdal)ImgWriterGdalinline
getGeoTransform() const (defined in ImgWriterGdal)ImgWriterGdal
getGeoTransform(double *gt) const (defined in ImgWriterGdal)ImgWriterGdal
getProjection(void) const (defined in ImgWriterGdal)ImgWriterGdal
getRasterBand(int band) (defined in ImgWriterGdal)ImgWriterGdal
image2geo(double i, double j, double &x, double &y) const (defined in ImgWriterGdal)ImgWriterGdal
ImgWriterGdal(void) (defined in ImgWriterGdal)ImgWriterGdal
isGeoRef() const (defined in ImgWriterGdal)ImgWriterGdalinline
m_filename (defined in ImgWriterGdal)ImgWriterGdalprotected
m_gds (defined in ImgWriterGdal)ImgWriterGdalprotected
m_gt (defined in ImgWriterGdal)ImgWriterGdalprotected
m_nband (defined in ImgWriterGdal)ImgWriterGdalprotected
m_ncol (defined in ImgWriterGdal)ImgWriterGdalprotected
m_nrow (defined in ImgWriterGdal)ImgWriterGdalprotected
m_options (defined in ImgWriterGdal)ImgWriterGdalprotected
m_type (defined in ImgWriterGdal)ImgWriterGdalprotected
nrOfBand(void) const (defined in ImgWriterGdal)ImgWriterGdalinline
nrOfCol(void) const (defined in ImgWriterGdal)ImgWriterGdalinline
nrOfRow(void) const (defined in ImgWriterGdal)ImgWriterGdalinline
open(const std::string &filename) (defined in ImgWriterGdal)ImgWriterGdal
open(const std::string &filename, const ImgReaderGdal &imgSrc, const std::vector< std::string > &options=std::vector< std::string >()) (defined in ImgWriterGdal)ImgWriterGdal
open(const std::string &filename, int ncol, int nrow, int nband, const GDALDataType &dataType, const std::string &imageType, const std::vector< std::string > &options=std::vector< std::string >()) (defined in ImgWriterGdal)ImgWriterGdal
setCodec(const std::string &imageType) (defined in ImgWriterGdal)ImgWriterGdalprotected
setCodec(const ImgReaderGdal &ImgSrc) (defined in ImgWriterGdal)ImgWriterGdalprotected
setColorTable(const std::string &filename, int band=0) (defined in ImgWriterGdal)ImgWriterGdal
setColorTable(GDALColorTable *colorTable, int band=0) (defined in ImgWriterGdal)ImgWriterGdal
setGeoTransform(double *gt) (defined in ImgWriterGdal)ImgWriterGdal
setImageDescription(const std::string &imageDescription) (defined in ImgWriterGdal)ImgWriterGdalinline
setMetadata(char **metadata) (defined in ImgWriterGdal)ImgWriterGdal
setProjection(void) (defined in ImgWriterGdal)ImgWriterGdal
setProjection(const std::string &projection) (defined in ImgWriterGdal)ImgWriterGdal
setProjectionProj4(const std::string &projection) (defined in ImgWriterGdal)ImgWriterGdal
writeData(T &value, const GDALDataType &dataType, int col, int row, int band=0) const (defined in ImgWriterGdal)ImgWriterGdal
writeData(std::vector< T > &buffer, const GDALDataType &dataType, int minCol, int maxCol, int row, int band=0) const (defined in ImgWriterGdal)ImgWriterGdal
writeData(std::vector< T > &buffer, const GDALDataType &dataType, int row, int band=0) const (defined in ImgWriterGdal)ImgWriterGdal
writeData(void *pdata, const GDALDataType &dataType, int band=0) const (defined in ImgWriterGdal)ImgWriterGdal
writeDataBlock(Vector2d< T > &buffer, const GDALDataType &dataType, int minCol, int maxCol, int minRow, int maxRow, int band=0) const (defined in ImgWriterGdal)ImgWriterGdal
~ImgWriterGdal(void) (defined in ImgWriterGdal)ImgWriterGdal