TileEntry class Null safety
Tiles Entry inside a GeoPackage.
@author Justin Deoliveira @author Niels Charlier @author Andrea Antonello (www.hydrologis.com)
Constructors
Properties
- bounds ↔ Envelope
-
read / writeinherited
- dataType ↔ DataType
-
read / writeinherited
- description ↔ String?
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- identifier ↔ String?
-
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- srid ↔ int
-
read / writeinherited
- tableName ↔ TableName
-
read / writeinherited
-
tileMatricies
↔ List<
TileMatrix> -
read / write
- tileMatrixSetBounds ↔ Envelope?
-
read / write
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 non-existent 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