| Name | Description | Type | Package | Framework |
| Encloser | Interface for algorithms computing enclosing balls. | Interface | org.apache.commons.math3.geometry.enclosing | Apache Commons |
| EnclosingBall | This class represents a ball enclosing some points. | Class | org.apache.commons.math3.geometry.enclosing | Apache Commons |
| SupportBallGenerator | Interface for generating balls based on support points. | Interface | org.apache.commons.math3.geometry.enclosing | Apache Commons |
| WelzlEncloser | Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time. | Class | org.apache.commons.math3.geometry.enclosing | Apache Commons |