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 Bbox
BboxUtils. generate(Polygon polygon)
Generate a BBox from a single Polygon.static Bbox
BboxUtils. generate(List<Polygon> polygons)
Generate a BBox from a list of Polygons.Bbox
Polygon. getAsBbox()
Get the polygon as a Bbox.static Bbox
BboxUtils. 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 Bbox
BboxUtils. 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 Bbox
Line. getBbox()
Methods in com.mindee.parsing.custom.lineitems with parameters of type Bbox Modifier and Type Method Description void
Line. setBbox(Bbox bbox)
-