1 package gov
.nasa
.worldwind
.util
;
5 Copyright (C) 2001, 2007 United States Government
6 as represented by the Administrator of the National Aeronautics and Space Administration.
12 * @version $Id: TileUrlBuilder Jun 19, 2007 12:47:51 AM
14 public interface TileUrlBuilder
16 public URL
getURL(Tile tile
) throws java
.net
.MalformedURLException
;