类 OviTerrainMapInfo

    • 字段详细资料

      • urlServerLetters

        protected final String[] urlServerLetters
    • 构造器详细资料

      • OviTerrainMapInfo

        public OviTerrainMapInfo()
        Constructor
    • 方法详细资料

      • getTileUrl

        public String getTileUrl​(int x,
                                 int y,
                                 int zoom)
        从类复制的说明: TileFactoryInfo
        Returns the tile url for the specified tile at the specified zoom level. By default, it will generate a tile url using the base url and parameters specified in the constructor. Thus if
        baseURl = http://www.myserver.com/maps?version=0.1
         xparam = x
         yparam = y
         zparam = z
         tilepoint = [1,2]
         zoom level = 3
         
         
        then the resulting url would be:
        http://www.myserver.com/maps?version=0.1&x=1&y=2&z=3
        Note that the URL can be a file: url.
        覆盖:
        getTileUrl 在类中 TileFactoryInfo
        参数:
        x - X
        y - Y
        zoom - the zoom level
        返回:
        a valid url to load the tile