Class LatLonPointNoNormalize


  • @Deprecated
    @Immutable
    public class LatLonPointNoNormalize
    extends Object
    Deprecated.
    will move in ver6
    Similar to LatLonPoint, but this class does not normalize its latitude and longitude, even for comparison. That is, latitudes may lie outside of [-90, 90] and longitudes may lie outside of [-180, 180].
    Since:
    2018-03-08
    • Constructor Detail

      • LatLonPointNoNormalize

        public LatLonPointNoNormalize​(double lat,
                                      double lon)
        Deprecated.