ucar.nc2.dataset
Class ProjectionCT

java.lang.Object
  extended by ucar.nc2.dataset.CoordinateTransform
      extended by ucar.nc2.dataset.ProjectionCT
All Implemented Interfaces:
Comparable

@Immutable
public class ProjectionCT
extends CoordinateTransform

A Projection CoordinateTransform is a function from (GeoX, GeoY) -> (Lat, Lon).

Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.dataset.CoordinateTransform
authority, name, params, transformType
 
Constructor Summary
ProjectionCT(String name, 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectionCT

public ProjectionCT(String name,
                    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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.