| Package | com.esri.ags.layers |
| Class | public class TileInfo |
See also
| Property | Defined 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 | ||
| dpi | property |
public var dpi:NumberThe dpi of the tiling scheme.
| format | property |
public var format:StringImage 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| height | property |
public var height:NumberHeight of each tile in pixels.
| lods | property |
| origin | property |
public var origin:MapPointThe tiling scheme origin.
| spatialReference | property |
public var spatialReference:SpatialReferenceThe spatial reference of the tiling schema.
| width | property |
public var width:NumberWidth of each tile in pixels.