TilesFetcher class

A class to fetch lazyly tiles.

If no zoomlevel is provided, the highest possible is used.

Constructors

TilesFetcher(TileEntry tileEntry, {int? zoomLevel})

Properties

deltaX double
getter/setter pair
deltaY double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matrixHeight int
getter/setter pair
matrixWidth int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName ↔ TableName
getter/setter pair
tileEntry TileEntry
getter/setter pair
tileMatricies List<TileMatrix>
getter/setter pair
tileSetMaxY double
getter/setter pair
tileSetMinX double
getter/setter pair
xPixels int
getter/setter pair
yPixels int
getter/setter pair
zoomLevel int?
getter/setter pair

Methods

getAllLazyTiles(GeopackageDb db, {Function? to4326BoundsConverter}) List<LazyGpkgTile>
getLazyTile(GeopackageDb db, int xTile, int yTile, {Function? to4326BoundsConverter}) LazyGpkgTile
getTileBounds(int xTile, int yTile) → Envelope
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