public class EnvironmentShorelineLandUseLandUseClient extends AbstractClient
Client which handles environment shoreline land use land use data fetching.
| Constructor and Description |
|---|
EnvironmentShorelineLandUseLandUseClient()
Default constructor.
|
EnvironmentShorelineLandUseLandUseClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBuildingsOnIslands()
Fetch all buildings on islands data.
|
List<ResponseModel> |
getBuildingsOnIslands(Collection<String> regions,
Collection<Integer> years)
Fetch all buildings on islands data which match the input constraints.
|
List<ResponseModel> |
getIslandsInSweden()
Fetch all islands in Sweden data.
|
List<ResponseModel> |
getIslandsInSweden(Collection<String> regions,
Collection<Integer> years)
Fetch all islands in Sweden data which match the input constraints.
|
List<ResponseModel> |
getIslandsInSwedenByNumberAreaAndPerimiter()
Fetch all islands in Sweden by number, area and perimeter data.
|
List<ResponseModel> |
getIslandsInSwedenByNumberAreaAndPerimiter(Collection<String> regions,
Collection<Integer> years)
Fetch all islands in Sweden by number, area and perimeter data which match the
input constraints.
|
List<ResponseModel> |
getNumberOfIslandsInSweden()
Fetch all number of islands in Sweden data.
|
List<ResponseModel> |
getNumberOfIslandsInSweden(Collection<String> regions,
Collection<String> sizeClasses,
Collection<Integer> years)
Fetch all number of islands in Sweden data which match the input
constraints.
|
List<ResponseModel> |
getPopulatedIslands()
Fetch all populated islands data.
|
List<ResponseModel> |
getPopulatedIslands(Collection<String> regions,
Collection<Integer> years)
Fetch all populated islands data which match the input constraints.
|
List<ResponseModel> |
getPopulationOnIslands()
Deprecated.
|
List<ResponseModel> |
getPopulationOnIslands(Collection<String> regions,
Collection<Integer> years)
Deprecated.
|
List<ResponseModel> |
getShorelinePopulation()
Fetch all shoreline population data.
|
List<ResponseModel> |
getShorelinePopulation(Collection<String> regions,
Collection<String> livings,
Collection<Integer> years)
Fetch all shoreline population 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, setLocalizationLocalepublic EnvironmentShorelineLandUseLandUseClient()
Default constructor.
public EnvironmentShorelineLandUseLandUseClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getShorelinePopulation()
Fetch all shoreline population data.
ResponseModel
objectsgetShorelinePopulation(Collection, Collection, Collection)public List<ResponseModel> getShorelinePopulation(Collection<String> regions, Collection<String> livings, Collection<Integer> years)
Fetch all shoreline population data which match the input constraints.
regions - the regionslivings - the livingsyears - the yearsResponseModel
objectspublic List<ResponseModel> getPopulatedIslands()
Fetch all populated islands data.
ResponseModel
objectsgetPopulatedIslands(Collection, Collection)public List<ResponseModel> getPopulatedIslands(Collection<String> regions, Collection<Integer> years)
Fetch all populated islands data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getIslandsInSweden()
Fetch all islands in Sweden data.
ResponseModel
objectsgetIslandsInSweden(Collection, Collection)public List<ResponseModel> getIslandsInSweden(Collection<String> regions, Collection<Integer> years)
Fetch all islands in Sweden data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getBuildingsOnIslands()
Fetch all buildings on islands data.
ResponseModel
objectsgetBuildingsOnIslands(Collection, Collection)public List<ResponseModel> getBuildingsOnIslands(Collection<String> regions, Collection<Integer> years)
Fetch all buildings on islands data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getIslandsInSwedenByNumberAreaAndPerimiter()
Fetch all islands in Sweden by number, area and perimeter data.
ResponseModel
objectsgetIslandsInSwedenByNumberAreaAndPerimiter(Collection, Collection)public List<ResponseModel> getIslandsInSwedenByNumberAreaAndPerimiter(Collection<String> regions, Collection<Integer> years)
Fetch all islands in Sweden by number, area and perimeter data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objects@Deprecated public List<ResponseModel> getPopulationOnIslands()
EnvironmentShorelineLandUseOldTablesClient#getPopulationOnIslands()
insteadFetch all population on islands data.
ResponseModel
objectsgetPopulationOnIslands(Collection, Collection)@Deprecated public List<ResponseModel> getPopulationOnIslands(Collection<String> regions, Collection<Integer> years)
EnvironmentShorelineLandUseOldTablesClient#getPopulationOnIslands(Collection,
Collection) insteadFetch all population on islands data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getNumberOfIslandsInSweden()
Fetch all number of islands in Sweden data.
ResponseModel
objectsgetNumberOfIslandsInSweden(Collection, Collection, Collection)public List<ResponseModel> getNumberOfIslandsInSweden(Collection<String> regions, Collection<String> sizeClasses, Collection<Integer> years)
Fetch all number of islands in Sweden data which match the input constraints.
regions - the regionssizeClasses - the size classesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.