OSGeo FDO Provider for Raster API Reference

OSGeo FDO Provider for Raster API

API Reference OSGeo FDO Provider for Raster

FdoRfpRasterGeoreferenceLocation Class Reference

#include <FdoRfpRasterGeoreferenceLocation.h>

List of all members.


Detailed Description

The FdoRfpRasterImageDefinition class defines a raster image which contains a name and the extents of the raster image.

Definition at line 30 of file FdoRfpRasterGeoreferenceLocation.h.

Public Member Functions

FDORFP_API FdoDouble GetXInsertionPoint (void) const
 Retrieves the X insertion point of the raster image.
FDORFP_API FdoDouble GetXResolution (void) const
 Retrieves the X resolution of the raster image.
FDORFP_API FdoDouble GetXRotation (void) const
 Retrieves the X Rotation of the raster image.
FDORFP_API FdoDouble GetYInsertionPoint (void) const
 Retrieves the Y insertion point of the raster image.
FDORFP_API FdoDouble GetYResolution (void) const
 Retrieves the Y Resolution of the raster image.
FDORFP_API FdoDouble GetYRotation (void) const
 Retrieves the Y Rotation (Skew) of the raster image.
FDORFP_API void SetXInsertionPoint (FdoDouble point)
 Sets the X insertion point of the raster image.
FDORFP_API void SetXResolution (FdoDouble Resolution)
 Sets the X Resolution of the raster image.
FDORFP_API void SetXRotation (FdoDouble rotation)
 Sets the X Rotation of the raster image.
FDORFP_API void SetYInsertionPoint (FdoDouble point)
 Sets the Y insertion point of the raster image.
FDORFP_API void SetYResolution (FdoDouble resolution)
 Sets the Y Resolution of the raster image.
FDORFP_API void SetYRotation (FdoDouble rotation)
 Sets the Y Rotation (Skew) of the raster image.

Static Public Member Functions

static FDORFP_API FdoRfpRasterGeoreferenceLocationCreate ()
 Constructs a new Raster Image Georeference Location.

Protected Member Functions

void Dispose (void)
FDORFP_API FdoRfpRasterGeoreferenceLocation (void)
virtual FDORFP_API ~FdoRfpRasterGeoreferenceLocation (void)

The documentation for this class was generated from the following file:
Comments?