ucar.nc2.dataset
Class ProjectionCT
java.lang.Object
ucar.nc2.dataset.CoordinateTransform
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
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.
getProjection
public ProjectionImpl getProjection()
- get the Projection function
- Returns:
- the Projection
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.