com.maryanovsky.map.client.projections
Interface ZoomStrategy
- All Known Implementing Classes:
- FixedCoefZoomStrategy, ResolutionListZoomStrategy
public interface ZoomStrategy
An interface that encapsulates the zoom magnification part of a
Projection
. Implementation can provide various ways of specifying
the zoom magnification between two zooms.
- Author:
- Maryanovsky Alexander
getZoomMagnification
double getZoomMagnification(int startZoom,
int endZoom)
- See
Projection.getZoomMagnification(int, int)
for the contract
of this method.