TileEntry class

Tiles Entry inside a GeoPackage.

@author Justin Deoliveira @author Niels Charlier @author Andrea Antonello (www.hydrologis.com)

Inheritance

Constructors

TileEntry()

Properties

bounds ↔ Envelope
getter/setter pairinherited
dataType DataType
getter/setter pairinherited
description String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
identifier String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srid int
getter/setter pairinherited
tableName ↔ TableName
getter/setter pairinherited
tileMatricies List<TileMatrix>
getter/setter pair
tileMatrixSetBounds ↔ Envelope?
getter/setter pair

Methods

copy() Entry
inherited
getBounds() → Envelope
inherited
getDataType() DataType
inherited
getDescription() String?
inherited
getIdentifier() String?
inherited
getSrid() int
inherited
getTableName() → TableName
inherited
getTileMatricies() List<TileMatrix>
getTileMatrixSetBounds() → Envelope
Returns the tile matrix set bounds. The bounds are expressed in the same CRS as the entry, but they might differ in extent (if null, then the tile matrix bounds are supposed to be the same as the entry)
init(Entry e) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBounds(Envelope bounds) → void
inherited
setDataType(DataType dataType) → void
inherited
setDescription(String? description) → void
inherited
setIdentifier(String? identifier) → void
inherited
setSrid(int srid) → void
inherited
setTableName(TableName tableName) → void
inherited
setTileMatricies(List<TileMatrix> tileMatricies) → void
setTileMatrixSetBounds(Envelope tileMatrixSetBounds) → void
toString() String
A string representation of this object.
inherited

Operators

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