EnvelopeType class Null safety
Ported from geotools by Andrea Antonello
Authors of geotools java version: Justin Deoliveira Niels Charlier EnvelopeType specified in the header of a Geometry (see Geopackage specs)
Properties
Methods
-
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
Static Properties
-
values
→ List<
EnvelopeType> -
read-only
Static Methods
-
valueOf(
int b) → EnvelopeType
Constants
- NONE → const EnvelopeType
-
const EnvelopeType._(0, 0)
- XY → const EnvelopeType
-
const EnvelopeType._(1, 32)
- XYM → const EnvelopeType
-
const EnvelopeType._(3, 48)
- XYZ → const EnvelopeType
-
const EnvelopeType._(2, 48)
- XYZM → const EnvelopeType
-
const EnvelopeType._(4, 64)