ShapefileHeader class

@author jamesm @author Ian Schneider

Constructors

ShapefileHeader()

Properties

fileCode int
getter/setter pair
fileLength int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxX double
getter/setter pair
maxY double
getter/setter pair
minX double
getter/setter pair
minY double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeType ShapeType
getter/setter pair
version int
getter/setter pair

Methods

checkMagic(bool strict) → void
checkVersion(bool strict) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(LByteBuffer buffer, bool strict) → void
toString() String
A string representation of this object.
override
write(FileWriter fileWriter, ShapeType type, int numGeoms, int length, double minX, double minY, double maxX, double maxY) Future<void>

Operators

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

Static Properties

MAGIC int
final
VERSION int
final