Entry class

Entry in a geopackage.

This class corresponds to the "geopackage_contents" table.

@author Justin Deoliveira, OpenGeo

Implementers

Constructors

Entry()

Properties

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

Methods

copy() Entry
getBounds() → Envelope
getDataType() DataType
getDescription() String?
getIdentifier() String?
getSrid() int
getTableName() → TableName
init(Entry e) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBounds(Envelope bounds) → void
setDataType(DataType dataType) → void
setDescription(String? description) → void
setIdentifier(String? identifier) → void
setSrid(int srid) → void
setTableName(TableName tableName) → void
toString() String
A string representation of this object.
inherited

Operators

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