|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpatialComparable

Defines the required methods needed for comparison of spatial objects.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
int getDimensionality()
double getMin(int dimension)
dimension - the dimension for which the coordinate should be returned,
where 1 ≤ dimension ≤ getDimensionality()
double getMax(int dimension)
dimension - the dimension for which the coordinate should be returned,
where 1 ≤ dimension ≤ getDimensionality()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||