Class RotatedPole

  • All Implemented Interfaces:
    Serializable, Projection

    public class RotatedPole
    extends ProjectionImpl
    Rotated-pole longitude-latitude grid. This is probably the same as rotated lat lon, using matrix to do rotation. Follows CF convention with "north_pole lat/lon", whereas RotatedLatLon uses south pole.
    See Also:
    Serialized Form
    • Constructor Detail

      • RotatedPole

        public RotatedPole()
        Default Constructor, needed for beans.
      • RotatedPole

        public RotatedPole​(double northPoleLat,
                           double northPoleLon)
        Constructor.