EnvironmentLandUseInfrastructureForTransportClient instead.@Deprecated public class EnvironmentLandUsedForTransportClient extends AbstractClient
Client which handles environment land used for transport data fetching.
| Constructor and Description |
|---|
EnvironmentLandUsedForTransportClient()
Deprecated.
Default constructor.
|
EnvironmentLandUsedForTransportClient(Locale locale)
Deprecated.
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getRailways()
Deprecated.
Fetch all railways data.
|
List<ResponseModel> |
getRailways(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all railways data which match the input constraints.
|
List<ResponseModel> |
getRoadArea()
Deprecated.
Fetch all road area data.
|
List<ResponseModel> |
getRoadArea(Collection<String> regions,
Collection<String> areas,
Collection<Integer> years)
Deprecated.
Fetch all road area data which match the input constraints.
|
List<ResponseModel> |
getRoadLengthByCategory()
Deprecated.
Fetch all road length by category data.
|
List<ResponseModel> |
getRoadLengthByCategory(Collection<String> regions,
Collection<String> categories,
Collection<Integer> years)
Deprecated.
Fetch all road length by category data which match the input constraints.
|
List<ResponseModel> |
getRoadLengthByOwner()
Deprecated.
Fetch all road length by road owner data.
|
List<ResponseModel> |
getRoadLengthByOwner(Collection<String> regions,
Collection<String> owners,
Collection<Integer> years)
Deprecated.
Fetch all road length by owner data which match the input constraints.
|
List<ResponseModel> |
getTransportInfrastructureArea()
Deprecated.
Fetch all transport infrastructure area data.
|
List<ResponseModel> |
getTransportInfrastructureArea(Collection<String> regions,
Collection<Integer> years)
Deprecated.
Fetch all transport infrastructure area 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, setLocalizationLocalepublic EnvironmentLandUsedForTransportClient()
Default constructor.
public EnvironmentLandUsedForTransportClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTransportInfrastructureArea()
Fetch all transport infrastructure area data.
ResponseModel
objectsgetTransportInfrastructureArea(Collection, Collection)public List<ResponseModel> getTransportInfrastructureArea(Collection<String> regions, Collection<Integer> years)
Fetch all transport infrastructure area data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getRoadLengthByOwner()
Fetch all road length by road owner data.
ResponseModel
objectsgetRoadLengthByOwner(Collection, Collection, Collection)public List<ResponseModel> getRoadLengthByOwner(Collection<String> regions, Collection<String> owners, Collection<Integer> years)
Fetch all road length by owner data which match the input constraints.
regions - the regionsowners - the ownersyears - the yearsResponseModel
objectspublic List<ResponseModel> getRailways()
Fetch all railways data.
ResponseModel
objectsgetRailways(Collection, Collection)public List<ResponseModel> getRailways(Collection<String> regions, Collection<Integer> years)
Fetch all railways data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getRoadArea()
Fetch all road area data.
ResponseModel
objectsgetRoadArea(Collection, Collection, Collection)public List<ResponseModel> getRoadArea(Collection<String> regions, Collection<String> areas, Collection<Integer> years)
Fetch all road area data which match the input constraints.
regions - the regionsareas - the areasyears - the yearsResponseModel
objectspublic List<ResponseModel> getRoadLengthByCategory()
Fetch all road length by category data.
ResponseModel
objectsgetRoadLengthByCategory(Collection, Collection, Collection)public List<ResponseModel> getRoadLengthByCategory(Collection<String> regions, Collection<String> categories, Collection<Integer> years)
Fetch all road length by category data which match the input constraints.
regions - the regionscategories - the categoriesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.