ucar.nc2.dataset
Class ProjectionCT

java.lang.Object
  extended by ucar.nc2.dataset.CoordinateTransform
      extended by 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.
 
Method Summary
 ProjectionImpl getProjection()
          get the Projection function
 
Methods inherited from class ucar.nc2.dataset.CoordinateTransform
addParameter, compareTo, equals, findParameterIgnoreCase, getAuthority, getName, getParameters, getTransformType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getProjection

public ProjectionImpl getProjection()
get the Projection function

Returns:
the Projection