Click or drag to resize

TileImageFormatInfo Class

ImageFormatInfo for the PNG image tiles.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class TileImageFormatInfo : ImageFormatInfo

The TileImageFormatInfo type exposes the following members.

Properties
  NameDescription
Public propertyAntiAlias
Gets or sets a value indicating whether the tile generated with / without AntiAlias.
Public propertyExportRoot (Overrides ImageFormatInfoExportRoot.)
Public propertyGeneratedImage
Gets the generated tile image.
Public propertyOutputStream
Gets or sets a stream the output will be written to.
Public propertySaveImage
Gets or sets a value indicating whether the tile will be saved.
Public propertyTileX
Gets or sets TileX
Public propertyTileY
Gets or sets TileY
Public propertyVectorOutput
Gets or sets a value indicating wheter the export will create a vector tile (PBF Format)
Public propertyZoomLevel
Gets or sets the zoom level of the specified tile.
Top
Methods
See Also