geopackage-ts
    Preparing search index...

    Type Alias GeometryType

    GeometryType:
        | "Point"
        | "LineString"
        | "Polygon"
        | "MultiPoint"
        | "MultiLineString"
        | "MultiPolygon"
        | "GeometryCollection"

    String literal union of all supported geometry type names.

    Corresponds to the type discriminant field on every Geometry variant.