public class PlaceName
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
PlaceName
public PlaceName(String city,
int geoid,
String geoname,
String country,
float latitude,
float longitude)
-
PlaceName
public PlaceName(String[] row)
-
Method Details
-
-
-
-
getGeoid
public int getGeoid()
-
getLatitude
public float getLatitude()
-
getLongitude
public float getLongitude()
-