XyzTilesDriver Class
Summary: A driver for the XYZ tiled web maps.
Module: aspose.gis.formats.xyztile
Full Name: aspose.gis.formats.xyztile.XyzTilesDriver
Inheritance: Driver
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| XyzTilesDriver() | Initializes a new instance of the XyzTilesDriver class |
Methods
| Name | Description |
|---|---|
| open_layer(connection) | Opens the tiles set. |
Constructor: XyzTilesDriver()
XyzTilesDriver()
Initializes a new instance of the XyzTilesDriver class
Method: open_layer(connection)
open_layer(connection)
Opens the tiles set.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| connection | XyzConnection | A connection for the XyzTiles format. |
Returns
| Type | Description |
|---|---|
| XyzTiles | An instance of XyzTiles. |