Class RatioZoomContext

  • All Implemented Interfaces:
    ZoomContext

    public class RatioZoomContext
    extends RatioZoomContext
    Deprecated.
    Use RatioZoomContext instead.
    ZoomContext defined by an initial scale and a ratio between levels.
    Author:
    Kevin Smith, Boundless
    • Constructor Detail

      • RatioZoomContext

        public RatioZoomContext​(double initialScale,
                                double ratio)
        Deprecated.
      • RatioZoomContext

        public RatioZoomContext​(int initialLevel,
                                double initialScale,
                                double ratio)
        Deprecated.