WebTile Class

Summary: Abstract Web Tile Model.

Module: aspose.gis.raster.web

Full Name: aspose.gis.raster.web.WebTile

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
cell_xintrThe X-Column of a tile.
cell_yintrThe Y-Row of a tile.

Methods

NameDescription
as_binary()Returns the image byte sequence
as_path()Presents the tile content as a Url or Path to a file.
as_raster()Presents the tile content as a Raster layer.
get_extent()Presents a spatial extent of this layer.

Method: as_binary()

 as_binary() 

Returns the image byte sequence

Returns

TypeDescription
byteByte sequence

Method: as_path()

 as_path() 

Presents the tile content as a Url or Path to a file.

Returns

TypeDescription
stringUrl or Path to a file

Method: as_raster()

 as_raster() 

Presents the tile content as a Raster layer.

Returns

TypeDescription
RasterLayerThe Raster.

Method: get_extent()

 get_extent() 

Presents a spatial extent of this layer.

Returns

TypeDescription
ExtentA spatial extent of this layer.