#include <mi32/tiepoint.h>
#include <mi32/ctrlpt.h>
#include <mi32/rvcdefns.h>
Include dependency graph for rvcgref.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | GEOREFMATRIX |
| struct | RVCCAMERAINFO |
| struct | RVCGEOREFINFO |
Defines | |
| #define | GEOREF_CTRLPOINT 7 |
| #define | GEOREF_IMPLIED 5 |
| #define | GEOREF_MATRIX 6 |
| #define | MfCameraCalibRead(_f, _oi, _info) _MfCameraCalibRead((_f),(_oi),(_info),sizeof(RVCCAMERAINFO)) |
| #define | MfCameraCalibWrite(_f, _oi, _info) _MfCameraCalibWrite((_f),(_oi),(_info),sizeof(RVCCAMERAINFO)) |
| #define | RVCGREF_FlagMask 0xFFFF0000 |
| #define | RVCGREF_IncludeArb 0x00020000 |
| #define | RVCGREF_TransGenOutput 0x00010000 |
Functions | |
| DEPRECATED RVCAPPLIBEXPORT void | CopyGEOREFINFOtoMAPPROJPARM (MAPPROJPARM *projparm, const RVCGEOREFINFO *georefinfo) |
| DEPRECATED RVCAPPLIBEXPORT void | CopyMAPPROJPARMtoGEOREFINFO (RVCGEOREFINFO *georefinfo, const MAPPROJPARM *projparm) |
| DEPRECATED RVCAPPLIBEXPORT int | MfComputeScaleFromGeoref (int fhandle, INT32 georefinode, double *xscale, double *yscale) |
| DEPRECATED RVCAPPLIBEXPORT INT32 | MfGeorefGetDefault (int findex, INT32 parent, UINT32 flags=0) |
| DEPRECATED ERRVALUE | MfReadGeoref (int fhandle, RVCINODENUM inode, RVCGEOREFINFO *info, void **data) |
| DEPRECATED int | MfReadGeorefHeader (int fhandle, RVCINODENUM inode, RVCGEOREFINFO *info) |
| DEPRECATED ERRVALUE | MfReadGeorefMatrix (int fhandle, INT32 grinode, RVCGEOREFINFO *info, Mat3x3 fwd, Mat3x3 inv, MAPPROJPARM *pp) |
| ERRVALUE | MfReadGeorefTransParm (int fhandle, RVCINODENUM inode, RVCGEOREFINFO *info, TRANSPARM *transparm, UINT32 flags) |
| DEPRECATED RVCAPPLIBEXPORT int | MfSetScaleFromGeoref (int fhandle, INT32 objinode, INT32 georefinode, int OnlyIfZero) |
| DEPRECATED ERRVALUE | MfWriteGeoref (int fhandle, RVCINODENUM inode, RVCGEOREFINFO *info, const void *data) |
| DEPRECATED int | MfWriteGeorefHeader (int fhandle, RVCINODENUM inode, RVCGEOREFINFO *info) |
| RVCAPPLIBEXPORT ERRVALUE | ProjSetMapInfoTAB (MAPPROJPARM &ProjParm, IMapInfoFile *pFile, double &scale) |
| DEPRECATED RVCAPPLIBEXPORT int | SetDftGeorefNameDesc (RVCGEOREFINFO *ginfo, const MAPPROJPARM *projparm) |
Definition in file rvcgref.h.
|
|
List of CTRLPOINT3's.
|
|
|
Georeference information is implied in the data.
|
|
|
Uses 2-D transformation matrix.
|
|
|
|
|
|
|
|
|
|
|
|
MfGeorefGetDeafult - Include PROJ_Arbitrary in default check.
|
|
|
MfReadGeorefTransParm - Setup output side of TRANSPARM.
|
|
||||||||||||
|
Copy fields from RVCGEOREFINFO structure to MAPPROJPARM structure.
|
|
||||||||||||
|
Copy fields from MAPPROJPARM structure to RVCGEOREFINFO structure.
|
|
||||||||||||||||||||
|
Compute object scale / cell size from specified georeference object.
|
|
||||||||||||||||
|
Get default georeference under an object.
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Read the header information for the georef object.
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Set X/Y scale fields in object header based on specified georeference object.
|
|
||||||||||||||||||||
|
#ifndef INC_MI32_RVCGREF_H
|
|
||||||||||||||||
|
Write the header information for the georef object.
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Set default name, desc from a MAPPROJPARM.
|
1.3.8-20040913