#include <Projections.h>
Inheritance diagram for vtProjection:

Public Methods | |
| vtProjection () | |
| vtProjection& | operator= (vtProjection &ref) |
| bool | operator== (vtProjection &ref) |
| bool | IsUTM () |
| void | SetUTMZone (int iZone) |
| int | GetUTMZone () |
| void | SetDatum (DATUM datum) |
| DATUM | GetDatum () |
| void | SetProjectionSimple (int proj_type,int iUTMZone,DATUM eDatum) |
| void | SetSpatialReference (OGRSpatialReference *pRef) |
| const char* | GetProjectionName () |
| const char* | GetProjectionNameShort () |
Protected Attributes | |
| DATUM | m_Datum |
|
|
Return a very short string describing the type of projection. Possible values are "Geo", "UTM", "TM", "Albers", "LCC", "Other", or "Unknown" |
|
|
Assignment operator. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000