public class StkCityDatabaseEntry extends Object
StkCityDatabase
.Constructor and Description |
---|
StkCityDatabaseEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getCentralBodyName()
Gets the name of the
CentralBody of the city. |
String |
getCityName()
Gets the city name.
|
String |
getCountryName()
Gets the country name of the city.
|
double |
getLatitude()
Gets the latitude of the city, in radians.
|
double |
getLongitude()
Gets the longitude of the city, in radians.
|
int |
getPopulation()
Gets the population of the city.
|
String |
getProvinceName()
Gets the province name of the city.
|
int |
getProvinceRank()
Gets the province rank of the city.
|
CityType |
getTypeOfCity()
Gets the type of the city.
|
void |
setCentralBodyName(String value)
Sets the name of the
CentralBody of the city. |
void |
setCityName(String value)
Sets the city name.
|
void |
setCountryName(String value)
Sets the country name of the city.
|
void |
setLatitude(double value)
Sets the latitude of the city, in radians.
|
void |
setLongitude(double value)
Sets the longitude of the city, in radians.
|
void |
setPopulation(int value)
Sets the population of the city.
|
void |
setProvinceName(String value)
Sets the province name of the city.
|
void |
setProvinceRank(int value)
Sets the province rank of the city.
|
void |
setTypeOfCity(CityType value)
Sets the type of the city.
|
public final String getCityName()
public final void setCityName(String value)
public final String getProvinceName()
public final void setProvinceName(String value)
public final String getCountryName()
public final void setCountryName(String value)
public final int getProvinceRank()
public final void setProvinceRank(int value)
public final int getPopulation()
public final void setPopulation(int value)
public final double getLatitude()
public final void setLatitude(double value)
public final double getLongitude()
public final void setLongitude(double value)
public final String getCentralBodyName()
CentralBody
of the city.public final void setCentralBodyName(String value)
CentralBody
of the city.