Geometry class abstract

Implementers

Constructors

Geometry.new(int? srid, GeometryType type, bool hasZ, bool hasM)

Properties

hashCode int
The hash code for this object.
no setterinherited
hasM bool
final
hasZ bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srid int?
final
type GeometryType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes(ByteOrder byteOrder) Uint8List
toEWKB({ByteOrder byteOrder = ByteOrder.wkbNDR}) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parseEWKB(Uint8List bytes) Geometry
read(int? srid, ByteDataReader reader, bool hasZ, bool hasM) Geometry