EnvelopeType class

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

hashCode int
The hash code for this object.
no setterinherited
length int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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>
no setter

Static Methods

valueOf(int b) EnvelopeType

Constants

NONE → const EnvelopeType
XY → const EnvelopeType
XYM → const EnvelopeType
XYZ → const EnvelopeType
XYZM → const EnvelopeType