pktools  2.6.4
Processing Kernel for geospatial data
ImgReaderGdal Member List

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

close(void) (defined in ImgReaderGdal)ImgReaderGdal
covers(double x, double y) const (defined in ImgReaderGdal)ImgReaderGdal
covers(double ulx, double uly, double lrx, double lry) const (defined in ImgReaderGdal)ImgReaderGdal
GDALSetNoDataValue(double noDataValue, int band=0) (defined in ImgReaderGdal)ImgReaderGdalinline
geo2image(double x, double y, double &i, double &j) const (defined in ImgReaderGdal)ImgReaderGdal
getBoundingBox(double &ulx, double &uly, double &lrx, double &lry) const (defined in ImgReaderGdal)ImgReaderGdal
getCenterPos(double &x, double &y) const (defined in ImgReaderGdal)ImgReaderGdal
getColorTable(int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
getCompression() const (defined in ImgReaderGdal)ImgReaderGdal
getDataset() (defined in ImgReaderGdal)ImgReaderGdalinline
getDataType(int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
getDeltaX(void) const (defined in ImgReaderGdal)ImgReaderGdalinline
getDeltaY(void) const (defined in ImgReaderGdal)ImgReaderGdalinline
getDescription() const (defined in ImgReaderGdal)ImgReaderGdal
getDriverDescription() const (defined in ImgReaderGdal)ImgReaderGdal
getFileName() const (defined in ImgReaderGdal)ImgReaderGdalinline
getGeoTransform() const (defined in ImgReaderGdal)ImgReaderGdal
getGeoTransform(double *gt) const (defined in ImgReaderGdal)ImgReaderGdal
getHistogram(std::vector< double > &histvector, double &min, double &max, unsigned int &nbin, int theBand=0, bool kde=false) (defined in ImgReaderGdal)ImgReaderGdal
getImageDescription() const (defined in ImgReaderGdal)ImgReaderGdal
getImageType() const (defined in ImgReaderGdal)ImgReaderGdalinline
getInterleave() const (defined in ImgReaderGdal)ImgReaderGdal
getLrx() const (defined in ImgReaderGdal)ImgReaderGdalinline
getLry() const (defined in ImgReaderGdal)ImgReaderGdalinline
getMax(int &col, int &row, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
getMetadata() (defined in ImgReaderGdal)ImgReaderGdal
getMetadata() const (defined in ImgReaderGdal)ImgReaderGdal
getMetadata(std::list< std::string > &metadata) const (defined in ImgReaderGdal)ImgReaderGdal
getMetadataItem() const (defined in ImgReaderGdal)ImgReaderGdal
getMin(int &col, int &row, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
getMinMax(int startCol, int endCol, int startRow, int endRow, int band, double &minValue, double &maxValue) const (defined in ImgReaderGdal)ImgReaderGdal
getMinMax(double &minValue, double &maxValue, int band=0, bool exhaustiveSearch=true) const (defined in ImgReaderGdal)ImgReaderGdal
getNoDataValues(std::vector< double > &noDataValues) const (defined in ImgReaderGdal)ImgReaderGdal
getNvalid(int band) const (defined in ImgReaderGdal)ImgReaderGdal
getProjection(void) const (defined in ImgReaderGdal)ImgReaderGdal
getProjectionRef(void) const (defined in ImgReaderGdal)ImgReaderGdal
getRange(std::vector< short > &range, int Band=0) const (defined in ImgReaderGdal)ImgReaderGdal
getRasterBand(int band=0) (defined in ImgReaderGdal)ImgReaderGdal
getRefPix(double &refX, double &refY, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
getUlx() const (defined in ImgReaderGdal)ImgReaderGdalinline
getUly() const (defined in ImgReaderGdal)ImgReaderGdalinline
image2geo(double i, double j, double &x, double &y) const (defined in ImgReaderGdal)ImgReaderGdal
ImgReaderGdal(void) (defined in ImgReaderGdal)ImgReaderGdal
ImgReaderGdal(const std::string &filename) (defined in ImgReaderGdal)ImgReaderGdalinline
isGeoRef() const (defined in ImgReaderGdal)ImgReaderGdalinline
isNoData(double value) const (defined in ImgReaderGdal)ImgReaderGdalinline
m_filename (defined in ImgReaderGdal)ImgReaderGdalprotected
m_gds (defined in ImgReaderGdal)ImgReaderGdalprotected
m_gt (defined in ImgReaderGdal)ImgReaderGdalprotected
m_nband (defined in ImgReaderGdal)ImgReaderGdalprotected
m_ncol (defined in ImgReaderGdal)ImgReaderGdalprotected
m_noDataValues (defined in ImgReaderGdal)ImgReaderGdalprotected
m_nrow (defined in ImgReaderGdal)ImgReaderGdalprotected
m_offset (defined in ImgReaderGdal)ImgReaderGdalprotected
m_scale (defined in ImgReaderGdal)ImgReaderGdalprotected
nrOfBand(void) const (defined in ImgReaderGdal)ImgReaderGdalinline
nrOfCol(void) const (defined in ImgReaderGdal)ImgReaderGdalinline
nrOfRow(void) const (defined in ImgReaderGdal)ImgReaderGdalinline
open(const std::string &filename) (defined in ImgReaderGdal)ImgReaderGdal
pushNoDataValue(double noDataValue) (defined in ImgReaderGdal)ImgReaderGdal
readData(T &value, const GDALDataType &dataType, int col, int row, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
readData(std::vector< T > &buffer, const GDALDataType &dataType, int minCol, int maxCol, int row, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
readData(std::vector< T > &buffer, const GDALDataType &dataType, int minCol, int maxCol, double row, int band=0, RESAMPLE resample=NEAR) const (defined in ImgReaderGdal)ImgReaderGdal
readData(std::vector< T > &buffer, const GDALDataType &dataType, int row, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
readData(std::vector< T > &buffer, const GDALDataType &dataType, double row, int band=0, RESAMPLE resample=NEAR) const (defined in ImgReaderGdal)ImgReaderGdal
readDataBlock(Vector2d< T > &buffer, const GDALDataType &dataType, int minCol, int maxCol, int minRow, int maxRow, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
readDataBlock(std::vector< T > &buffer, const GDALDataType &dataType, int minCol, int maxCol, int minRow, int maxRow, int band=0) const (defined in ImgReaderGdal)ImgReaderGdal
setCodec() (defined in ImgReaderGdal)ImgReaderGdalprotected
setNoData(const std::vector< double > nodata) (defined in ImgReaderGdal)ImgReaderGdalinline
setOffset(double theOffset, int band=0) (defined in ImgReaderGdal)ImgReaderGdalinline
setScale(double theScale, int band=0) (defined in ImgReaderGdal)ImgReaderGdalinline
~ImgReaderGdal(void) (defined in ImgReaderGdal)ImgReaderGdal