locan.constants.HullType¶ class locan.constants.HullType(value)[source]¶ Bases: Enum Hull definitions that are supported for LocData objects. Attributes BOUNDING_BOX CONVEX_HULL ORIENTED_BOUNDING_BOX ALPHA_SHAPE ALPHA_SHAPE = 'alpha_shape'¶ BOUNDING_BOX = 'bounding_box'¶ CONVEX_HULL = 'convex_hull'¶ ORIENTED_BOUNDING_BOX = 'oriented_bounding_box'¶