ucar.nc2.dataset
Class ProjectionCT
java.lang.Object
ucar.nc2.dataset.CoordinateTransform
ucar.nc2.dataset.ProjectionCT
- All Implemented Interfaces:
- java.lang.Comparable
public class ProjectionCT
- extends CoordinateTransform
A Projection CoordinateTransform is a function from (GeoX, GeoY) -> (Lat, Lon).
- Author:
- caron
Constructor Summary |
ProjectionCT(java.lang.String name,
java.lang.String authority,
ProjectionImpl proj)
Create a Projection Coordinate Transform. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ProjectionCT
public ProjectionCT(java.lang.String name,
java.lang.String authority,
ProjectionImpl proj)
- Create a Projection Coordinate Transform.
- Parameters:
name
- name of transform, must be unique within the NcML.authority
- naming authority.proj
- projection function.
getProjection
public ProjectionImpl getProjection()
- get the Projection function
- Returns:
- the Projection