Packagecom.esri.ags.layers
Classpublic class TileInfo

Contains information about the tiling scheme for a TiledMapServiceLayer.

See also

TiledMapServiceLayer


Public Properties
 PropertyDefined by
  dpi : Number
The dpi of the tiling scheme.
TileInfo
  format : String
Image format of the cached tiles.
TileInfo
  height : Number
Height of each tile in pixels.
TileInfo
  lods : Array
An array of levels of detail that define the tiling scheme.
TileInfo
  origin : MapPoint
The tiling scheme origin.
TileInfo
  spatialReference : SpatialReference
The spatial reference of the tiling schema.
TileInfo
  width : Number
Width of each tile in pixels.
TileInfo
Property detail
dpiproperty
public var dpi:Number

The dpi of the tiling scheme.

formatproperty 
public var format:String

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

Note: png32 is only available with ArcGIS Server 9.3.1 or above.

Use the ArcGIS Services Directory to find out which image format is supported by a specific cached Map service, for example "Format: JPEG" in: http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer
heightproperty 
public var height:Number

Height of each tile in pixels.

lodsproperty 
public var lods:Array

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

See also

LOD
originproperty 
public var origin:MapPoint

The tiling scheme origin.

spatialReferenceproperty 
public var spatialReference:SpatialReference

The spatial reference of the tiling schema.

widthproperty 
public var width:Number

Width of each tile in pixels.