Click or drag to resize

TileImageFormatInfo Class

ImageFormatInfo for the PNG image tiles.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.ExportImageFormatInfo
          Easymap.AddIn.ExportTileImageFormatInfo

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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