|
Maps SDK for C++ 1.0.0
|
Projection Service. More...


Public Member Functions | |
| ProjectionService (const ProjectionService &)=delete | |
| ProjectionService (ProjectionService &&)=default | |
| Default move constructor noexcept is deduced. | |
| ProjectionService & | operator= (const ProjectionService &)=delete |
| Default copy assignment operator. | |
| ProjectionService & | operator= (ProjectionService &&)=default |
| Default move assignment operator. | |
| int | convert (const Projection &from, Projection &to, ProgressListener listener) noexcept |
| Async returns the projection result from an input projection. | |
Projection Service.
Implements share-read / write ApiType object over IProjection.
This behaves like a singleton, i.e. all instances are shared behind the same API interface
|
inlinenoexcept |
Async returns the projection result from an input projection.
| [in] | from | The input projection that needs to be converted. |
| [out] | to | The result Projection object. |
| [in] | listener | Operation progress listener. Returns:
|
|
delete |
Default copy assignment operator.
Replaces the contents of this object with a copy of another ProjectionService object.
|
default |
Default move assignment operator.
Moves the contents of another ProjectionService object into this one.