Type Alias VectorGeometry

VectorGeometry:
    | VectorPoints
    | VectorLines
    | VectorPoly
    | VectorMultiPoly
    | VectorPoints3D
    | VectorLines3D
    | VectorPoly3D
    | VectorMultiPoly3D

An enumeration of all the geometry types