ucar.nc2.dataset
Class ProjectionCT
java.lang.Object
ucar.nc2.dataset.CoordinateTransform
ucar.nc2.dataset.ProjectionCT
- All Implemented Interfaces:
- java.lang.Comparable
@Immutable
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,
ucar.unidata.geoloc.ProjectionImpl proj)
Create a Projection Coordinate Transform. |
|
Method Summary |
ucar.unidata.geoloc.ProjectionImpl |
getProjection()
get the Projection function |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ProjectionCT
public ProjectionCT(java.lang.String name,
java.lang.String authority,
ucar.unidata.geoloc.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 ucar.unidata.geoloc.ProjectionImpl getProjection()
- get the Projection function
- Returns:
- the Projection