org.geotools.pt
Interface Dimensioned

All Known Implementing Classes:
CoordinatePoint, CoordinateSystem, Coverage, Envelope, GridGeometry, GridRange

Deprecated. No replacement at this time.

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:
$Id: Dimensioned.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux

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

Method Detail

getDimension

public int getDimension()
Deprecated. 
Returns the number of dimensions.



Copyright © GeoTools. All Rights Reserved.