olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::geo::ITilingScheme Class Referenceabstract

Represents how data is tiled. More...

#include <ITilingScheme.h>

Inheritance diagram for olp::geo::ITilingScheme:
Inheritance graph
[legend]

Public Member Functions

virtual const ISubdivisionSchemeGetSubdivisionScheme () const =0
 Gets the subdivision scheme. More...
 
virtual const IProjectionGetProjection () const =0
 Gets the identity projection. More...
 

Detailed Description

Represents how data is tiled.

Member Function Documentation

◆ GetProjection()

virtual const IProjection& olp::geo::ITilingScheme::GetProjection ( ) const
pure virtual

Gets the identity projection.

Returns
The identity projection.

Implemented in olp::geo::TilingScheme< TSubdivisionScheme, TProjection >.

◆ GetSubdivisionScheme()

virtual const ISubdivisionScheme& olp::geo::ITilingScheme::GetSubdivisionScheme ( ) const
pure virtual

Gets the subdivision scheme.

Returns
The subdivision scheme.

Implemented in olp::geo::TilingScheme< TSubdivisionScheme, TProjection >.


The documentation for this class was generated from the following file: