TileInfo class final

Represents the tiling scheme used by a cached map service.

For example, ArcGIS Server cached map service, Bing Maps, etc. The tiling scheme contains information about how a map is broken up into tiles of images and how a client can use these tiles to display a map.

Implemented types

Constructors

TileInfo({required int dpi, required TileImageFormat format, required List<LevelOfDetail> levelsOfDetail, required ArcGISPoint origin, required SpatialReference spatialReference, required int tileHeight, required int tileWidth})
Create tile information.
factory

Properties

compressionQuality double
The compression quality of the tile images. The compression quality controls how much loss the image will be subjected to by the compression algorithm. The values of the pixels of an image compressed with a higher compression quality will be closer to those of the original image. The valid range of compression quality values is from 0 to 100.
no setter
dpi int
The DPI (dots per inch) of the tiles.
no setter
format TileImageFormat
The format of the tile images.
no setter
hashCode int
The hash code for this object.
no setterinherited
levelsOfDetail List<LevelOfDetail>
A list of LevelOfDetail instances. Each one has properties for its particular resolution and scale.
no setter
origin ArcGISPoint
The origin of the tile info within the spatial reference.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spatialReference SpatialReference
The spatial reference for the tile info.
no setter
tileHeight int
The height of each tile in pixels.
no setter
tileWidth int
The width of each tile in pixels.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited