NASA World Wind

gov.nasa.worldwind.util
Class Gazetteer.Location

java.lang.Object
  extended by gov.nasa.worldwind.util.Gazetteer.Location
Enclosing class:
Gazetteer

public static class Gazetteer.Location
extends Object


Constructor Summary
Gazetteer.Location(String precision, LatLon latlon, String address, String city, String state, String zip, String country)
           
 
Method Summary
 String getAddress()
           
 String getCity()
           
 String getCountry()
           
 LatLon getLatlon()
           
 String getPrecision()
           
 String getState()
           
 String getZip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gazetteer.Location

public Gazetteer.Location(String precision,
                          LatLon latlon,
                          String address,
                          String city,
                          String state,
                          String zip,
                          String country)
Method Detail

getAddress

public String getAddress()

getCity

public String getCity()

getCountry

public String getCountry()

getLatlon

public LatLon getLatlon()

getPrecision

public String getPrecision()

getState

public String getState()

getZip

public String getZip()

NASA World Wind