25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.geotools; |
package skrueger.geotools; |
31 |
|
|
32 |
/** |
/** |
33 |
* Classes that implement {@link ZoomRestrictableGridInterface} can be restricted to their max- and/or min zoom scale |
* Classes that implement {@link ZoomRestrictableGridInterface} can be restricted to their max- and/or min zoom scale |
34 |
* |
* |
35 |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
* @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a> |
36 |
* |
* |
37 |
*/ |
*/ |
38 |
public interface ZoomRestrictableGridInterface { |
public interface ZoomRestrictableGridInterface { |