⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lockablesize.java

📁 geotools的源码
💻 JAVA
字号:
package uk.ac.leeds.ccg.geotools;
/* some layers contain shapes that do not change size with scale.
 * circle layers for example can have the radius of each circle locked to one mesured in pixels
 * rather than geographic coordinates.<br>
 * For such layers, the getID test needs to have an additional scale peramiter included.<br>
 * Any layer which implements LockableSize will have this getID test called insted of the normal one.
 */
 
public interface LockableSize
{
    public int getID(GeoPoint p, Scaler s);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -