olp-cpp-sdk
1.22.0
|
Represents how data is tiled. More...
#include <ITilingScheme.h>
Public Member Functions | |
virtual const ISubdivisionScheme & | GetSubdivisionScheme () const =0 |
Gets the subdivision scheme. More... | |
virtual const IProjection & | GetProjection () const =0 |
Gets the identity projection. More... | |
Represents how data is tiled.
|
pure virtual |
Gets the identity projection.
Implemented in olp::geo::TilingScheme< TSubdivisionScheme, TProjection >.
|
pure virtual |
Gets the subdivision scheme.
Implemented in olp::geo::TilingScheme< TSubdivisionScheme, TProjection >.