Class GeoVectorProjection

All Implemented Interfaces:
Cloneable

public class GeoVectorProjection extends EarthTransform2D
The GeoVectorProjection class uses arrays of latitude and longitude data to transform coordinates. It is assumed that the projection may be described by two 1D arrays: one for latitude and one for longitude. Each row in data coordinates has all the same latitude, and each column has all the same longitude or vice-versa. Since the projection is based on discrete data values, it is similar to swath in that the transformation of data coordinates outside the data dimensions returns invalid Earth locations.
Since:
3.2.0
Author:
Peter Hollemans