Geometry constructor
Geometry(
- int? srid,
- GeometryType type,
- bool hasZ,
- bool hasM,
Implementation
Geometry(this.srid, this.type, this.hasZ, this.hasM);
Geometry(this.srid, this.type, this.hasZ, this.hasM);