GeometryHeaderFlags class

The Geopackage Geometry BLOB Header Flags (see Geopackage specs).

Constructors

GeometryHeaderFlags(int b)

Properties

b int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBinaryType() GeopackageBinaryType
getEndianess() Endian
getEnvelopeIndicator() EnvelopeType
isEmpty() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBinaryType(GeopackageBinaryType binaryType) → void
setEmpty(bool empty) → void
setEndianess(Endian endian) → void
setEnvelopeIndicator(EnvelopeType e) → void
toByte() int
toString() String
A string representation of this object.
inherited

Operators

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

Constants

MASK_BINARY_TYPE → const int
MASK_EMPTY → const int
MASK_ENDIANESS → const int
MASK_ENVELOPE_IND → const int