
public interface SpatialComparable
| Modifier and Type | Method and Description | 
|---|---|
| int | getDimensionality()Returns the dimensionality of the object. | 
| double | getMax(int dimension)Returns the maximum coordinate at the specified dimension. | 
| double | getMin(int dimension)Returns the minimum coordinate at the specified dimension. | 
int getDimensionality()
double getMin(int dimension)
dimension - the dimension for which the coordinate should be returned,
        where 0 ≤ dimension < getDimensionality()double getMax(int dimension)
dimension - the dimension for which the coordinate should be returned,
        where 0 ≤ dimension < getDimensionality()