Class SinusoidalProjector

  • All Implemented Interfaces:
    IProjector

    @Deprecated
    public class SinusoidalProjector
    extends Object
    implements IProjector
    Deprecated.
    Until we can put in place proper tests and a proper fix.
    Based on Sinusoidal Projections Project a latitude / longitude on a 2D cartesian map

    THIS PROJECTION IS WRONG, but it's not going to be fixed b/c it will break a lot of existing tests, plus we are deprecating most of the existing spatial and replacing with a more reliable approach.

    NOTE: This API is still in flux and might change in incompatible ways in the next release.

    • Constructor Detail

      • SinusoidalProjector

        public SinusoidalProjector()
        Deprecated.
    • Method Detail

      • coordsAsString

        public String coordsAsString​(double latitude,
                                     double longitude)
        Deprecated.
        Specified by:
        coordsAsString in interface IProjector
      • coords

        public double[] coords​(double latitude,
                               double longitude)
        Deprecated.
        Specified by:
        coords in interface IProjector