Class: TileInfoE-mail This Topic Printable Version Give Us Feedback

Description

Contains information about the tiling scheme for an ArcGISTiledMapServiceLayer. TileInfo has no constructor.

Class hierarchy

esri.layers.TileInfo

Properties

Property Type Description
dpi Number The dpi of the tiling scheme.
format String Image format of the cached tiles. Valid values are png8, png24, png32, and jpg.
height Number Height of each tile in pixels.
lods LOD[] An array of levels of detail that define the tiling scheme.
origin Point The tiling scheme origin.
spatialReference SpatialReference The spatial reference of the tiling schema. See Projected Coordinate Systems and Geographic Coordinate Systems for the list of supported spatial references.
width Number Width of each tile in pixels.
Properties Detail

<Number> dpi

The dpi of the tiling scheme.

<String> format

Image format of the cached tiles. Valid values are png8, png24, png32, and jpg.

<Number> height

Height of each tile in pixels.

<LOD[]> lods

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

<Point> origin

The tiling scheme origin.

<SpatialReference> spatialReference

The spatial reference of the tiling schema. See Projected Coordinate Systems and Geographic Coordinate Systems for the list of supported spatial references.

<Number> width

Width of each tile in pixels.