C# Class SuperMap.WinRT.REST.Data.GetFeaturesByBufferService

${REST_GetFeaturesByBufferService_Title}

${REST_GetFeaturesByBufferService_Description}

Inheritance: SuperMap.WinRT.Service.ServiceBase
Afficher le fichier Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Méthodes publiques

Méthode Description
GetFeaturesByBufferService ( ) : SuperMap.WinRT.Service

${REST_GetFeaturesByBufferService_constructor_D}

GetFeaturesByBufferService ( string url ) : SuperMap.WinRT.Service

${REST_GetFeaturesByBufferService_constructor_String_D}

ProcessAsync ( GetFeaturesByBufferParameters parameters ) : Task

${REST_GetFeaturesByBufferService_method_ProcessAsync_D}

Private Methods

Méthode Description
GetParameters ( GetFeaturesByBufferParameters parameters ) : string>.Dictionary

Method Details

GetFeaturesByBufferService() public méthode

${REST_GetFeaturesByBufferService_constructor_D}
public GetFeaturesByBufferService ( ) : SuperMap.WinRT.Service
Résultat SuperMap.WinRT.Service

GetFeaturesByBufferService() public méthode

${REST_GetFeaturesByBufferService_constructor_String_D}
public GetFeaturesByBufferService ( string url ) : SuperMap.WinRT.Service
url string ${REST_GetFeaturesByBufferService_constructor_param_url}
Résultat SuperMap.WinRT.Service

ProcessAsync() public méthode

${REST_GetFeaturesByBufferService_method_ProcessAsync_D}
public ProcessAsync ( GetFeaturesByBufferParameters parameters ) : Task
parameters GetFeaturesByBufferParameters ${REST_GetFeaturesByBufferService_method_ProcessAsync_param_Parameters}
Résultat Task