![]() |
NDEVR
API Documentation
|
A factory that creates Proj4CoordinateConverter instances and can register as the default engine. More...
Public Member Functions | |
| virtual CoordinateConverter * | createConverter (const CoordinateProjection &to_projection, const CoordinateProjection &from_projection) override |
| Creates a new coordinate converter for the given projections. | |
Static Public Member Functions | |
| static void | SetupAsDefaultEngine () |
| Registers this factory as the default coordinate conversion engine. | |
| Static Public Member Functions inherited from CoordinateConverterFactory | |
| static CoordinateConverterFactory * | DefaultFactory () |
| Returns the default CoordinateConverterFactory instance. | |
Additional Inherited Members | |
| Static Protected Attributes inherited from CoordinateConverterFactory | |
| static CoordinateConverterFactory * | s_converter |
| The global default converter factory instance. | |
A factory that creates Proj4CoordinateConverter instances and can register as the default engine.
Definition at line 63 of file Proj4CoordinateConverter.h.
|
overridevirtual |
Creates a new coordinate converter for the given projections.
| [in] | to_projection | The destination projection. |
| [in] | from_projection | The source projection. |
Implements CoordinateConverterFactory.