PyramidBase
Description
- Derived from
-
Disposable abstract
IPyramidBase - Extended by
-
Pyramid abstract
Abstract base class for IPyramidBase implementations.
Protected / Constructors
PyramidBase
2 overloads
Creates a new instance of PyramidBase.
Creates a new instance of PyramidBase.
Protected / Methods
DoHasTileData
2 overloads
Collects the regions on the bottom-most level where data content is available.
Checks if data content for the given pyramid tile exists.
The given pyramid tile coordinates are always valid.
- IOException
-
If an I/O error has occurred while checking.
ShallClearCaches
Checks if this
pyramid matches the given clear flags in.
This method checks the following clear flags:
-
ClearCacheFlags.Rect : map type is MapType.Rect
-
ClearCacheFlags.Cube : map type is MapType.Cube
-
ClearCacheFlags.Texel :
this
is a ITexelPyramid -
ClearCacheFlags.Pixel :
this
is a IPixelPyramid