pktools  2.6.7
Processing Kernel for geospatial data
ImgWriterGdal Member List

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

close(void)ImgWriterGdalvirtual
copyGeoTransform(const ImgRasterGdal &imgSrc)ImgRasterGdal
covers(double x, double y) constImgRasterGdal
covers(double ulx, double uly, double lrx, double lry) constImgRasterGdal
GDALSetNoDataValue(double noDataValue, int band=0)ImgRasterGdalinline
geo2image(double x, double y, double &i, double &j) constImgRasterGdal
getBoundingBox(double &ulx, double &uly, double &lrx, double &lry) constImgRasterGdal
getCenterPos(double &x, double &y) constImgRasterGdal
getColorTable(int band=0) constImgRasterGdal
getCompression() constImgRasterGdal
getDataset() (defined in ImgRasterGdal)ImgRasterGdalinline
getDataType(int band=0) constImgRasterGdal
getDeltaX(void) constImgRasterGdalinline
getDeltaY(void) constImgRasterGdalinline
getDescription() constImgRasterGdal
getDriverDescription() constImgRasterGdal
getFileName() constImgRasterGdalinline
getGeoTransform() constImgRasterGdal
getGeoTransform(double *gt) constImgRasterGdal
getImageDescription() constImgRasterGdal
getImageType() constImgRasterGdalinline
getInterleave() constImgRasterGdal
getLrx() constImgRasterGdalinline
getLry() constImgRasterGdalinline
getMetadata()ImgRasterGdal
getMetadata() constImgRasterGdal
getMetadata(std::list< std::string > &metadata) constImgRasterGdal
getMetadataItem() constImgRasterGdal
getNoDataValues(std::vector< double > &noDataValues) constImgRasterGdal
getProjection(void) constImgRasterGdal
getProjectionRef(void) constImgRasterGdal
getRasterBand(int band=0) constImgRasterGdal
getUlx() constImgRasterGdalinline
getUly() constImgRasterGdalinline
image2geo(double i, double j, double &x, double &y) constImgRasterGdal
ImgRasterGdal(void)ImgRasterGdal
ImgWriterGdal(void)ImgWriterGdal
ImgWriterGdal(const std::string &filename, const ImgReaderGdal &imgSrc, const std::vector< std::string > &options=std::vector< std::string >())ImgWriterGdalinline
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 >())ImgWriterGdalinline
isGeoRef() constImgRasterGdalinline
isNoData(double value) constImgRasterGdalinline
m_dataTypeImgRasterGdalprotected
m_filenameImgRasterGdalprotected
m_gdsImgRasterGdalprotected
m_gtImgRasterGdalprotected
m_nbandImgRasterGdalprotected
m_ncolImgRasterGdalprotected
m_noDataValuesImgRasterGdalprotected
m_nrowImgRasterGdalprotected
m_offsetImgRasterGdalprotected
m_options (defined in ImgWriterGdal)ImgWriterGdalprotected
m_projection (defined in ImgRasterGdal)ImgRasterGdalprotected
m_scaleImgRasterGdalprotected
nrOfBand(void) constImgRasterGdalinline
nrOfBlockX(int band=0) (defined in ImgRasterGdal)ImgRasterGdalinline
nrOfBlockY(int band=0) (defined in ImgRasterGdal)ImgRasterGdalinline
nrOfCol(void) constImgRasterGdalinline
nrOfRow(void) constImgRasterGdalinline
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)ImgWriterGdalprotectedvirtual
setCodec(const ImgReaderGdal &ImgSrc)ImgWriterGdalprotectedvirtual
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)ImgWriterGdalinline
setMetadata(char **metadata)ImgWriterGdal
setNoData(const std::vector< double > nodata)ImgRasterGdalinline
setOffset(double theOffset, int band=0)ImgRasterGdalinline
setProjection(const std::string &projection)ImgRasterGdal
setProjectionProj4(const std::string &projection)ImgRasterGdal
setScale(double theScale, int band=0)ImgRasterGdalinline
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)ImgRasterGdalvirtual
~ImgWriterGdal(void)ImgWriterGdal