![]() |
NDEVR
API Documentation
|
Allows for the creation of Coordinate spaces. More...
Public Member Functions | |
| virtual CoordinateConverter * | createConverter (const CoordinateProjection &to_projection, const CoordinateProjection &from_projection)=0 |
| Creates a new CoordinateConverter for converting between two projections. | |
Static Public Member Functions | |
| static CoordinateConverterFactory * | DefaultFactory () |
| Returns the default CoordinateConverterFactory instance. | |
Static Protected Attributes | |
| static CoordinateConverterFactory * | s_converter |
| The global default converter factory instance. | |
|
pure virtual |
Creates a new CoordinateConverter for converting between two projections.
| [in] | to_projection | The target coordinate projection. |
| [in] | from_projection | The source coordinate projection. |
Implemented in Proj4CoordinateConverterFactory.
|
inlinestatic |
Returns the default CoordinateConverterFactory instance.
Definition at line 140 of file CoordinateConverter.h.
References s_converter.