31 #ifndef __vtkGeoProjection_h
32 #define __vtkGeoProjection_h
38 typedef PROJconsts
PROJ;
48 static int GetNumberOfProjections();
53 static const char* GetProjectionName(
int projection );
58 static const char* GetProjectionDescription(
int projection );
76 const char* GetDescription();
93 PROJ* GetProjection();
97 void SetOptionalParameter(
const char*
key,
const char*
value);
100 void RemoveOptionalParameter(
const char*);
103 int GetNumberOfOptionalParameters();
106 const char* GetOptionalParameterKey(
int index);
109 const char* GetOptionalParameterValue(
int index);
112 void ClearOptionalParameters();
121 virtual int UpdateProjection();
133 vtkInternals* Internals;
136 #endif // __vtkGeoProjection_h
Represent a projection from a sphere to a plane.
abstract base class for most VTK objects
vtkTimeStamp ProjectionMTime
#define vtkGetMacro(name, type)
record modification and/or execution time
GLsizei const GLfloat * value
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkGetStringMacro(name)
#define VTKGEOVISCORE_EXPORT
#define vtkSetMacro(name, type)