Uses of Class
com.mindee.geometry.Bbox
-
Packages that use Bbox Package Description com.mindee.geometry com.mindee.parsing.custom.lineitems -
-
Uses of Bbox in com.mindee.geometry
Methods in com.mindee.geometry that return Bbox Modifier and Type Method Description static BboxBboxUtils. generate(Polygon polygon)Generate a BBox from a single Polygon.static BboxBboxUtils. generate(List<Polygon> polygons)Generate a BBox from a list of Polygons.BboxPolygon. getAsBbox()Get the polygon as a Bbox.static BboxBboxUtils. merge(List<Bbox> bboxes)Merge a list of BBoxes.Method parameters in com.mindee.geometry with type arguments of type Bbox Modifier and Type Method Description static BboxBboxUtils. merge(List<Bbox> bboxes)Merge a list of BBoxes. -
Uses of Bbox in com.mindee.parsing.custom.lineitems
Methods in com.mindee.parsing.custom.lineitems that return Bbox Modifier and Type Method Description BboxLine. getBbox()Methods in com.mindee.parsing.custom.lineitems with parameters of type Bbox Modifier and Type Method Description voidLine. setBbox(Bbox bbox)
-