Class ProjectionCT

All Implemented Interfaces:
Comparable<CoordinateTransform>

@Immutable public class ProjectionCT extends CoordinateTransform
A Projection CoordinateTransform has a Projection bijection (GeoX, GeoY) <-> (Lat, Lon).
  • Constructor Details

    • 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. TODO will be Projection in ver6.
  • Method Details