.NET API Reference | Autodesk FDO Provider for Raster |
RasterGeoreferenceLocation Class Reference
#include <mgRasterGeoreferenceLocation.h>
Detailed Description
FdoIoTextReader reads from a binary stream containing UTF8 characters. It formats these UTF8 characters into Unicode wide characters. This class is not yet complete, since the Read functions still have to be added.
Definition at line 38 of file mgRasterGeoreferenceLocation.h.
Public Member Functions | |
__property System::Double | get_XInsertionPoint () |
Retrieves the X insertion point of the raster image. | |
__property System::Double | get_XResolution () |
Retrieves the X resolution of the raster image. | |
__property System::Double | get_XRotation () |
Retrieves the X Rotation of the raster image. | |
__property System::Double | get_YInsertionPoint () |
Retrieves the Y insertion point of the raster image. | |
__property System::Double | get_YResolution () |
Retrieves the Y Resolution of the raster image. | |
__property System::Double | get_YRotation () |
Retrieves the Y Rotation (Skew) of the raster image. | |
RasterGeoreferenceLocation () | |
Constructs a new Raster Image Georeference Location. | |
__property System::Void | set_XInsertionPoint (System::Double point) |
Sets the X insertion point of the raster image. | |
__property System::Void | set_XResolution (System::Double resolution) |
Sets the X Resolution of the raster image. | |
__property System::Void | set_XRotation (System::Double rotation) |
Sets the X Rotation of the raster image. | |
__property System::Void | set_YInsertionPoint (System::Double point) |
Sets the Y insertion point of the raster image. | |
__property System::Void | set_YResolution (System::Double resolution) |
Sets the Y Resolution of the raster image. | |
__property System::Void | set_YRotation (System::Double rotation) |
Sets the Y Rotation (Skew) of the raster image. | |
Protected Member Functions | |
RasterGeoreferenceLocation (System::IntPtr unmanaged, System::Boolean autoDelete) | |
System::Void | ReleaseUnmanagedObject () |
The documentation for this class was generated from the following file:
Comments? |