Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TileInfoProperties

Hierarchy

  • TileInfoProperties

Index

Properties

Optional dpi

dpi: number

The dots per inch (DPI) of the tiling scheme.

Read more...

Optional format

format: "png" | "png24" | "png32" | "jpg" | "gif" | "lerc" | "tiff" | "pdf" | "svg" | "dib" | "emf" | "ps" | "svgz" | "mixed"

Image format of the cached tiles.

Read more...

Optional isWrappable

isWrappable: boolean

Indicates if the tiling scheme supports wrap around.

Read more...

Optional lods

An array of levels of detail that define the tiling scheme.

Read more...

Optional origin

The tiling scheme origin.

Read more...

Optional size

size: number[]

Size of tiles in pixels.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the tiling schema.

Read more...

Generated using TypeDoc