#include <FdoGrfpRasterImageDefinition.h>
Definition at line 34 of file FdoGrfpRasterImageDefinition.h.
Public Member Functions | |
FDOGRFP_API bool | GetBounds (double &minX, double &minY, double &maxX, double &maxY) |
FDOGRFP_API FdoInt32 | GetFrameNumber () |
Gets the frame number of the raster image. | |
FDOGRFP_API FdoGrfpRasterGeoreferenceLocation * | GetGeoreferencedLocation () |
Gets the georeferenced location of the raster image. | |
FDOGRFP_API void | SetBounds (double minX, double minY, double maxX, double maxY) |
FDOGRFP_API void | SetFrameNumber (FdoInt32 frameNumber) |
Sets the frame number of the raster image. | |
FDOGRFP_API void | SetGeoreferencedLocation (FdoGrfpRasterGeoreferenceLocation *location) |
Sets the georeferenced location of the raster image. | |
Static Public Member Functions | |
static FDOGRFP_API FdoGrfpRasterImageDefinition * | Create () |
Constructs a new Raster Image Definition. | |
Friends | |
class | FdoGrfpRasterBandDefinition |