| 
    GDAL
    
   | 
 
Ground Control Point. More...
#include <gdal.h>
Public Attributes | |
| char * | pszId | 
| Unique identifier, often numeric.  | |
| char * | pszInfo | 
| Informational message or "".  | |
| double | dfGCPPixel | 
| Pixel (x) location of GCP on raster.  | |
| double | dfGCPLine | 
| Line (y) location of GCP on raster.  | |
| double | dfGCPX | 
| X position of GCP in georeferenced space.  | |
| double | dfGCPY | 
| Y position of GCP in georeferenced space.  | |
| double | dfGCPZ | 
| Elevation of GCP, or zero if not known.  | |
Ground Control Point.