public class EnvironmentLandUseUsageClient extends AbstractClient
Client which handles environment land use usage data fetching.
| Constructor and Description |
|---|
EnvironmentLandUseUsageClient()
Default constructor.
|
EnvironmentLandUseUsageClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArableAndForestLand> |
getArableAndForestLand()
Fetch all arable land and forest land data.
|
List<ArableAndForestLand> |
getArableAndForestLand(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all arable land and forest land data which match the input
constraints.
|
List<BuiltUpLand> |
getBuiltUpLand()
Fetch all built up land data.
|
List<BuiltUpLand> |
getBuiltUpLand(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all built up land data which match the input constraints.
|
List<LandUseByCounty> |
getLandUseByCounty()
Fetch all land use by county data.
|
List<LandUseByCounty> |
getLandUseByCounty(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all land use by county data which match the input constraints.
|
List<LandUseByMunicipality> |
getLandUseByMunicipality()
Fetch all land use by municipality data.
|
List<LandUseByMunicipality> |
getLandUseByMunicipality(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all land use by municipality data which match the input constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic EnvironmentLandUseUsageClient()
Default constructor.
public EnvironmentLandUseUsageClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ArableAndForestLand> getArableAndForestLand()
Fetch all arable land and forest land data.
ArableAndForestLand objectsgetArableAndForestLand(Collection, Collection, Collection)public List<ArableAndForestLand> getArableAndForestLand(Collection<String> regions, Collection<Integer> categories, Collection<Integer> years)
Fetch all arable land and forest land data which match the input constraints.
regions - the regions to fetch data forcategories - the categories to fetch data foryears - the years to fetch data forArableAndForestLand objectspublic List<BuiltUpLand> getBuiltUpLand()
Fetch all built up land data.
BuiltUpLand objectsgetBuiltUpLand(Collection, Collection, Collection)public List<BuiltUpLand> getBuiltUpLand(Collection<String> regions, Collection<Integer> categories, Collection<Integer> years)
Fetch all built up land data which match the input constraints.
regions - the regions to fetch data forcategories - the categories to fetch data foryears - the years to fetch data forBuiltUpLand objectspublic List<LandUseByCounty> getLandUseByCounty()
Fetch all land use by county data.
LandUseByCounty objectsgetLandUseByCounty(Collection, Collection, Collection)public List<LandUseByCounty> getLandUseByCounty(Collection<String> regions, Collection<Integer> categories, Collection<Integer> years)
Fetch all land use by county data which match the input constraints.
regions - the regions to fetch data forcategories - the categories to fetch data foryears - the years to fetch data forLandUseByCounty objectspublic List<LandUseByMunicipality> getLandUseByMunicipality()
Fetch all land use by municipality data.
LandUseByMunicipality objectsgetLandUseByMunicipality(Collection, Collection, Collection)public List<LandUseByMunicipality> getLandUseByMunicipality(Collection<String> regions, Collection<Integer> categories, Collection<Integer> years)
Fetch all land use by municipality data which match the input constraints.
regions - the regions to fetch data forcategories - the categories to fetch data foryears - the years to fetch data forLandUseByMunicipality objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.