pktools
2.6.7
Processing Kernel for geospatial data
|
This is the complete list of members for ImgWriterGdal, including all inherited members.
close(void) | ImgWriterGdal | virtual |
copyGeoTransform(const ImgRasterGdal &imgSrc) | ImgRasterGdal | |
covers(double x, double y) const | ImgRasterGdal | |
covers(double ulx, double uly, double lrx, double lry) const | ImgRasterGdal | |
GDALSetNoDataValue(double noDataValue, int band=0) | ImgRasterGdal | inline |
geo2image(double x, double y, double &i, double &j) const | ImgRasterGdal | |
getBoundingBox(double &ulx, double &uly, double &lrx, double &lry) const | ImgRasterGdal | |
getCenterPos(double &x, double &y) const | ImgRasterGdal | |
getColorTable(int band=0) const | ImgRasterGdal | |
getCompression() const | ImgRasterGdal | |
getDataset() (defined in ImgRasterGdal) | ImgRasterGdal | inline |
getDataType(int band=0) const | ImgRasterGdal | |
getDeltaX(void) const | ImgRasterGdal | inline |
getDeltaY(void) const | ImgRasterGdal | inline |
getDescription() const | ImgRasterGdal | |
getDriverDescription() const | ImgRasterGdal | |
getFileName() const | ImgRasterGdal | inline |
getGeoTransform() const | ImgRasterGdal | |
getGeoTransform(double *gt) const | ImgRasterGdal | |
getImageDescription() const | ImgRasterGdal | |
getImageType() const | ImgRasterGdal | inline |
getInterleave() const | ImgRasterGdal | |
getLrx() const | ImgRasterGdal | inline |
getLry() const | ImgRasterGdal | inline |
getMetadata() | ImgRasterGdal | |
getMetadata() const | ImgRasterGdal | |
getMetadata(std::list< std::string > &metadata) const | ImgRasterGdal | |
getMetadataItem() const | ImgRasterGdal | |
getNoDataValues(std::vector< double > &noDataValues) const | ImgRasterGdal | |
getProjection(void) const | ImgRasterGdal | |
getProjectionRef(void) const | ImgRasterGdal | |
getRasterBand(int band=0) const | ImgRasterGdal | |
getUlx() const | ImgRasterGdal | inline |
getUly() const | ImgRasterGdal | inline |
image2geo(double i, double j, double &x, double &y) const | ImgRasterGdal | |
ImgRasterGdal(void) | ImgRasterGdal | |
ImgWriterGdal(void) | ImgWriterGdal | |
ImgWriterGdal(const std::string &filename, const ImgReaderGdal &imgSrc, const std::vector< std::string > &options=std::vector< std::string >()) | ImgWriterGdal | inline |
ImgWriterGdal(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 >()) | ImgWriterGdal | inline |
isGeoRef() const | ImgRasterGdal | inline |
isNoData(double value) const | ImgRasterGdal | inline |
m_dataType | ImgRasterGdal | protected |
m_filename | ImgRasterGdal | protected |
m_gds | ImgRasterGdal | protected |
m_gt | ImgRasterGdal | protected |
m_nband | ImgRasterGdal | protected |
m_ncol | ImgRasterGdal | protected |
m_noDataValues | ImgRasterGdal | protected |
m_nrow | ImgRasterGdal | protected |
m_offset | ImgRasterGdal | protected |
m_options (defined in ImgWriterGdal) | ImgWriterGdal | protected |
m_projection (defined in ImgRasterGdal) | ImgRasterGdal | protected |
m_scale | ImgRasterGdal | protected |
nrOfBand(void) const | ImgRasterGdal | inline |
nrOfBlockX(int band=0) (defined in ImgRasterGdal) | ImgRasterGdal | inline |
nrOfBlockY(int band=0) (defined in ImgRasterGdal) | ImgRasterGdal | inline |
nrOfCol(void) const | ImgRasterGdal | inline |
nrOfRow(void) const | ImgRasterGdal | inline |
open(const std::string &filename, const ImgReaderGdal &imgSrc, const std::vector< std::string > &options=std::vector< std::string >()) | 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 >()) | ImgWriterGdal | |
pushNoDataValue(double noDataValue) | ImgRasterGdal | |
rasterizeBuf(ImgReaderOgr &ogrReader, const std::vector< double > &burnValues, const std::vector< std::string > &controlOptions=std::vector< std::string >(), const std::vector< std::string > &layernames=std::vector< std::string >()) | ImgWriterGdal | |
rasterizeOgr(ImgReaderOgr &ogrReader, const std::vector< double > &burnValues, const std::vector< std::string > &controlOptions=std::vector< std::string >(), const std::vector< std::string > &layernames=std::vector< std::string >()) | ImgWriterGdal | |
setCodec(const std::string &imageType) | ImgWriterGdal | protectedvirtual |
setCodec(const ImgReaderGdal &ImgSrc) | ImgWriterGdal | protectedvirtual |
setColorTable(const std::string &filename, int band=0) | ImgWriterGdal | |
setColorTable(GDALColorTable *colorTable, int band=0) | ImgWriterGdal | |
setGeoTransform(double *gt) | ImgRasterGdal | |
setImageDescription(const std::string &imageDescription) | ImgWriterGdal | inline |
setMetadata(char **metadata) | ImgWriterGdal | |
setNoData(const std::vector< double > nodata) | ImgRasterGdal | inline |
setOffset(double theOffset, int band=0) | ImgRasterGdal | inline |
setProjection(const std::string &projection) | ImgRasterGdal | |
setProjectionProj4(const std::string &projection) | ImgRasterGdal | |
setScale(double theScale, int band=0) | ImgRasterGdal | inline |
writeData(T &value, int col, int row, int band=0) | ImgWriterGdal | |
writeData(std::vector< T > &buffer, int minCol, int maxCol, int row, int band=0) | ImgWriterGdal | |
writeData(std::vector< T > &buffer, int row, int band=0) | ImgWriterGdal | |
writeDataBlock(Vector2d< T > &buffer2d, int minCol, int maxCol, int minRow, int maxRow, int band=0) | ImgWriterGdal | |
~ImgRasterGdal(void) | ImgRasterGdal | virtual |
~ImgWriterGdal(void) | ImgWriterGdal |