|
olp-cpp-sdk
1.23.1
|
Represents how data is tiled. More...
#include <TilingScheme.h>


Public Types | |
| using | SubdivisionScheme = TSubdivisionScheme |
| An alias for the subdivision scheme used by this tiling scheme. | |
| using | Projection = TProjection |
| An alias for the projection used by this tiling scheme. | |
Public Member Functions | |
| const ISubdivisionScheme & | GetSubdivisionScheme () const override |
| Gets the subdivision scheme. More... | |
| const IProjection & | GetProjection () const override |
| Gets the identity projection. More... | |
Represents how data is tiled.
| TSubdivisionScheme | The subdivision scheme. |
| TProjection | The identity projection. |
|
inlineoverridevirtual |
|
inlineoverridevirtual |