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<ResponseModel> |
getArableAndForestLand()
Fetch all arable land and forest land data.
|
List<ResponseModel> |
getArableAndForestLand(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all arable land and forest land data which match the input
constraints.
|
List<ResponseModel> |
getBuiltUpLand()
Fetch all built up land data.
|
List<ResponseModel> |
getBuiltUpLand(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all built up land data which match the input constraints.
|
List<ResponseModel> |
getLandUseByCounty()
Fetch all land use by county data.
|
List<ResponseModel> |
getLandUseByCounty(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all land use by county data which match the input constraints.
|
List<ResponseModel> |
getLandUseByMunicipality()
Fetch all land use by municipality data.
|
List<ResponseModel> |
getLandUseByMunicipality(Collection<String> regions,
Collection<Integer> categories,
Collection<Integer> years)
Fetch all land use by municipality data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
public EnvironmentLandUseUsageClient()
Default constructor.
public EnvironmentLandUseUsageClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getArableAndForestLand()
Fetch all arable land and forest land data.
ResponseModel
objectsgetArableAndForestLand(Collection, Collection, Collection)
public List<ResponseModel> 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 forResponseModel
objectspublic List<ResponseModel> getBuiltUpLand()
Fetch all built up land data.
ResponseModel
objectsgetBuiltUpLand(Collection, Collection, Collection)
public List<ResponseModel> 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 forResponseModel
objectspublic List<ResponseModel> getLandUseByCounty()
Fetch all land use by county data.
ResponseModel
objectsgetLandUseByCounty(Collection, Collection, Collection)
public List<ResponseModel> 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 forResponseModel
objectspublic List<ResponseModel> getLandUseByMunicipality()
Fetch all land use by municipality data.
ResponseModel
objectsgetLandUseByMunicipality(Collection, Collection, Collection)
public List<ResponseModel> 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 forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.