34 #ifndef vtkGeoProjectionSource_h
35 #define vtkGeoProjectionSource_h
37 #include "vtkGeovisCoreModule.h"
66 vtkGetMacro(Projection,
int);
67 virtual void SetProjection(
int projection);
74 vtkGetMacro(MinCellsPerNode,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkAbstractTransform * GetTransform()
Return the projection transformation used by this source.
A multi-resolution geographic data source.
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
Blocking access methods to be implemented in subclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Stores data for a patch of the globe.
vtkAbstractTransform * Transform
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
mutual exclusion locking class
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
A 2D geographic geometry source.
vtkMutexLock * TransformLock