Record class

The reader returns only one Record instance in its lifetime. The record contains the current record information.

Constructors

Record(GeometryFactory geometryFactory, ShapeHandler handler, bool flatGeometry)

Properties

flatGeometry bool
getter/setter pair
geometryFactory ↔ GeometryFactory
getter/setter pair
handler ShapeHandler
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
getter/setter pair
maxX double
The maximum X value. */
getter/setter pair
maxY double
The maximum Y value. */
getter/setter pair
minX double
The minimum X value. */
getter/setter pair
minY double
The minimum Y value. */
getter/setter pair
offset int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ↔ dynamic
getter/setter pair
start int
getter/setter pair
type ShapeType?
getter/setter pair

Methods

envelope() → Envelope
getShape(LByteBuffer buffer) → dynamic
Fetch the shape stored in this record. */
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A summary of the record. */
override

Operators

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