Class RatioZoomContext

All Implemented Interfaces:
ZoomContext

@Deprecated 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 Details

    • RatioZoomContext

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

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