public class WorldPolygons extends Object
| Constructor and Description |
|---|
WorldPolygons() |
| Modifier and Type | Method and Description |
|---|---|
WorldPlace |
byCountry(String country) |
WorldPlace |
byCountryCode(String countryCode) |
Rectangle |
getBounds() |
Collection<WorldPlace> |
getShapes() |
public WorldPolygons()
public Collection<WorldPlace> getShapes()
public WorldPlace byCountryCode(String countryCode)
public WorldPlace byCountry(String country)