This particular implementation of {@code DirectPosition} is said "General" because ituses an {@linkplain #ordinates array of ordinates} of an arbitrary length. If the directposition is known to be always two-dimensional, then {@link DirectPosition2D} providesa more efficient implementation.
@author Martin Desruisseaux (IRD, Geomatys) @since 0.3 (derived from geotk-1.2) @version 0.3 @module @see DirectPosition1D @see DirectPosition2DThis particular implementation of {@code DirectPosition} is said "General" because ituses an {@linkplain #ordinates array of ordinates} of an arbitrary length. If the directposition is know to be always two-dimensional, then {@link DirectPosition2D} may providesa more efficient implementation.
Most methods in this implementation are final for performance reason. @since 2.0 @source $URL$ @version $Id$ @author Martin Desruisseaux (IRD) @see DirectPosition1D @see DirectPosition2D @see java.awt.geom.Point2D
|
|