AcMapMbTileSet::TilingScheme Method

Land Desktop Development ARX CPP SDK

AcMapMbTileSet:: TilingScheme Method
 

Returns the schema or organization used when creating the tiles.

virtual EMbTreeType TilingScheme() const;
Returns

Returns an enum indicating how the tiles are organized.

Remarks

Once the tiles are created, they may be viewed in the same format they were created, or in a simpler way. For instance, any tree may be viewed as a sequential tree. Any RowCol tree may be viewed as a ColRow tree and vice versa. The following trees and containers are available based on the tree type given in the AddTiles method. 

AddTiles ConstContainer, ConstTree or Tree kSequence: kSequence, kAlpha kAlpha: kSequence, kAlpha kRowCol: kRowCol, kColRow, kSequence, kAlpha kColRow: kRowCol, kColRow, kSequence, kAlpha kCustom: kCustom, kSequence, kAlpha.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].