TilesFetcher class Null safety
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
-
read / write
- deltaY ↔ double
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- matrixHeight ↔ int
-
read / write
- matrixWidth ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tableName ↔ TableName
-
read / write
- tileEntry ↔ TileEntry
-
read / write
-
tileMatricies
↔ List<
TileMatrix> -
read / write
- tileSetMaxY ↔ double
-
read / write
- tileSetMinX ↔ double
-
read / write
- xPixels ↔ int
-
read / write
- yPixels ↔ int
-
read / write
- zoomLevel ↔ int?
-
read / write
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited