Geometry class abstract
- Implementers
Constructors
- Geometry.new(int? srid, GeometryType type, bool hasZ, bool hasM)
Properties
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