Updated to worldwind release 20070817
[worldwind-tracker.git] / gov / nasa / worldwind / util / TileUrlBuilder.java
blob86e737f04f4163469f8f9cf8291cf2553a801016
1 package gov.nasa.worldwind.util;
3 import java.net.URL;
4 /*
5 Copyright (C) 2001, 2007 United States Government
6 as represented by the Administrator of the National Aeronautics and Space Administration.
7 All Rights Reserved.
8 */
10 /**
11 * @author lado
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;