org.deegree_impl.model.pt
Interface Dimensioned

All Known Implementing Classes:
CoordinatePoint, CoordinateSystem, Envelope

public interface Dimensioned

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().

Version:
1.0
Author:
Martin Desruisseaux

Method Summary
 int getDimension()
          Returns the number of dimensions.
 

Method Detail

getDimension

public int getDimension()
Returns the number of dimensions.