OnlineDataService

Operations

Index Method Parameters Response Type Description
1 getServices
OnlineDataService___GetServices
OnlineDataServiceGetServicesResponse
2 downloadTurbineData
OnlineDataService___DownloadTurbineData
OnlineDataServiceDownloadTurbineDataResponse
3 downloadRoughnessData
OnlineDataService___DownloadRoughnessData
OnlineDataServiceDownloadRoughnessDataResponse
4 getDataTypes
OnlineDataService___GetDataTypes
OnlineDataServiceGetDataTypesResponse
5 prepareService
OnlineDataService___PrepareService
OnlineDataServicePrepareServiceResponse
6 downloadMapsData
OnlineDataService___DownloadMapsData
OnlineDataServiceDownloadMapsDataResponse
7 downloadMeteoData
OnlineDataService___DownloadMeteoData
OnlineDataServiceDownloadMeteoDataResponse
8 downloadGaspData
OnlineDataService___DownloadGaspData
OnlineDataServiceDownloadGaspDataResponse
9 downloadHeightData
OnlineDataService___DownloadHeightData
OnlineDataServiceDownloadHeightDataResponse

getServices

Parameters

Name Type Required Description
OnlineDataService___GetServices
OnlineDataServiceGetServices
Property Type Required Description
dataType ApiOnlineDataType Y
Y

Response

Name Type Required Description
OnlineDataService___GetServicesResponse
OnlineDataServiceGetServicesResponse
Property Type Required Description
Result TOnlineDataServiceTypes Y
Result.TOnlineDataServiceType[] TOnlineDataServiceType[] N
Result.TOnlineDataServiceType[].ServiceId String Y
Result.TOnlineDataServiceType[].ShortDescription String Y
Result.TOnlineDataServiceType[].Longdescription String Y
Result.TOnlineDataServiceType[].DataType ApiOnlineDataType Y
Y

downloadTurbineData

Parameters

Name Type Required Description
OnlineDataService___DownloadTurbineData
OnlineDataServiceDownloadTurbineData
Property Type Required Description
implId String Y
lat Double Y
lon Double Y
maxDist Integer Y
maxWtgs Integer Y
Y

Response

Name Type Required Description
OnlineDataService___DownloadTurbineDataResponse
OnlineDataServiceDownloadTurbineDataResponse
Property Type Required Description
Result Boolean Y
Y

downloadRoughnessData

Parameters

Name Type Required Description
OnlineDataService___DownloadRoughnessData
OnlineDataServiceDownloadRoughnessData
Property Type Required Description
dataType ApiOnlineDataType Y
implId String Y
userDesc String Y
lat Double Y
lon Double Y
width Double Y
height Double Y
Y

Response

Name Type Required Description
OnlineDataService___DownloadRoughnessDataResponse
OnlineDataServiceDownloadRoughnessDataResponse
Property Type Required Description
Result Integer Y
Y

getDataTypes

Parameters

Name Type Required Description
OnlineDataService___GetDataTypes
OnlineDataServiceGetDataTypes
Y

Response

Name Type Required Description
OnlineDataService___GetDataTypesResponse
OnlineDataServiceGetDataTypesResponse
Property Type Required Description
Result ApiOnlineDataTypes Y
Result.ApiOnlineDataType[] ApiOnlineDataType[] N
Y

prepareService

Parameters

Name Type Required Description
OnlineDataService___PrepareService
OnlineDataServicePrepareService
Property Type Required Description
dataType ApiOnlineDataType Y
lat Double Y
lon Double Y
Y

Response

Name Type Required Description
OnlineDataService___PrepareServiceResponse
OnlineDataServicePrepareServiceResponse
Y

downloadMapsData

Parameters

Name Type Required Description
OnlineDataService___DownloadMapsData
OnlineDataServiceDownloadMapsData
Property Type Required Description
implId String Y
lat Double Y
lon Double Y
width Double Y
height Double Y
Y

Response

Name Type Required Description
OnlineDataService___DownloadMapsDataResponse
OnlineDataServiceDownloadMapsDataResponse
Property Type Required Description
Result Boolean Y
Y

downloadMeteoData

Parameters

Name Type Required Description
OnlineDataService___DownloadMeteoData
OnlineDataServiceDownloadMeteoData
Property Type Required Description
implId String Y
lat Double Y
lon Double Y
maxDist Double Y
numPoints Integer Y
fromYear Integer Y
toYear Integer Y
Y

Response

Name Type Required Description
OnlineDataService___DownloadMeteoDataResponse
OnlineDataServiceDownloadMeteoDataResponse
Property Type Required Description
Result TROArraySystemInteger Y
Result.int[] Integer[] N
Y

downloadGaspData

Parameters

Name Type Required Description
OnlineDataService___DownloadGaspData
OnlineDataServiceDownloadGaspData
Property Type Required Description
filename String Y
lat Double Y
lon Double Y
width Double Y
height Double Y
Y

Response

Name Type Required Description
OnlineDataService___DownloadGaspDataResponse
OnlineDataServiceDownloadGaspDataResponse
Property Type Required Description
Result Integer Y
Y

downloadHeightData

Parameters

Name Type Required Description
OnlineDataService___DownloadHeightData
OnlineDataServiceDownloadHeightData
Property Type Required Description
dataType ApiOnlineDataType Y
implId String Y
userDesc String Y
lat Double Y
lon Double Y
width Double Y
height Double Y
useAsTin Boolean Y
Y

Response

Name Type Required Description
OnlineDataService___DownloadHeightDataResponse
OnlineDataServiceDownloadHeightDataResponse
Property Type Required Description
Result Integer Y
Y