GeoPkgGeomWriter class

Translates a vividsolutions Geometry to a GeoPackage geometry BLOB.

Constructors

GeoPkgGeomWriter({int dim = 2, bool writeEnvelope = true})

Properties

dim 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
writeEnvelope bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(Geometry g) List<int>
writeToList(Geometry g, List<int> out) → void

Operators

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

Static Methods

bytesFromDouble(double number, [Endian endian = Endian.big]) List<int>
Convert a 64 bit double number to its int representation.
bytesFromInt32(int number, [Endian endian = Endian.big]) List<int>
Convert a 32 bit integer number to its int representation.