EnvironmentShorelineLandUseLandUseClient
instead.@Deprecated public class EnvironmentIslandsClient extends AbstractClient
Client which handles environment islands data fetching.
Constructor and Description |
---|
EnvironmentIslandsClient()
Deprecated.
Default constructor.
|
EnvironmentIslandsClient(Locale locale)
Deprecated.
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getBuildingsOnIslands()
Deprecated.
Fetch all buildings on islands data.
|
List<ResponseModel> |
getBuildingsOnIslands(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all buildings on islands data which match the input constraints.
|
List<ResponseModel> |
getIslandsInSweden()
Deprecated.
Fetch all islands in Sweden data.
|
List<ResponseModel> |
getIslandsInSweden(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all islands in Sweden data which match the input constraints.
|
List<ResponseModel> |
getIslandsInSwedenByNumberAreaAndPerimiter()
Deprecated.
Fetch all islands in Sweden by number, area and perimeter data.
|
List<ResponseModel> |
getIslandsInSwedenByNumberAreaAndPerimiter(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all islands in Sweden by number, area and perimeter data which match the
input constraints.
|
List<ResponseModel> |
getNumberOfIslandsInSweden()
Deprecated.
Fetch all number of islands in Sweden data.
|
List<ResponseModel> |
getNumberOfIslandsInSweden(Collection<String> regions,
Collection<String> sizeClasses,
Collection<Integer> years)
Deprecated.
Fetch all number of islands in Sweden data which match the input
constraints.
|
List<ResponseModel> |
getPopulatedIslands()
Deprecated.
Fetch all populated islands data.
|
List<ResponseModel> |
getPopulatedIslands(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all populated islands data which match the input constraints.
|
List<ResponseModel> |
getPopulationOnIslands()
Deprecated.
Fetch all population on islands data.
|
List<ResponseModel> |
getPopulationOnIslands(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all population on islands data which match the input constraints.
|
List<ResponseModel> |
getShorelinePopulation()
Deprecated.
Fetch all shoreline population data.
|
List<ResponseModel> |
getShorelinePopulation(Collection<String> regions,
Collection<String> livings,
Collection<Integer> years)
Deprecated.
Fetch all shoreline population data which match the input constraints.
|
URLEndpoint |
getUrl()
Deprecated.
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
public EnvironmentIslandsClient()
Default constructor.
public EnvironmentIslandsClient(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
objectspublic List<ResponseModel> getPopulationOnIslands()
Fetch all population on islands data.
ResponseModel
objectsgetPopulationOnIslands(Collection, Collection)
public List<ResponseModel> getPopulationOnIslands(Collection<String> regions, Collection<Integer> years)
Fetch 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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.