|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for dimensioned object.
Objects implementing this interface may have an arbitrary number of dimensions.
It is generally not possible to determine their dimension only by their type.
For example a CoordinatePoint
may very well be one-dimensional (e.g.
a height), two-dimensional (e.g. a geographic coordinate), three-dimensional,
etc. The actual number of dimension can be queried by getDimension()
.
Method Summary | |
int |
getDimension()
Deprecated. Returns the number of dimensions. |
Method Detail |
public int getDimension()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |