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

${REST_GetFeaturesByGeometryService_Title}

${REST_GetFeaturesByGeometryService_Description}

Inheritance: SuperMap.WinRT.Service.ServiceBase
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
GetFeaturesByGeometryService ( ) : SuperMap.WinRT.Service

${REST_GetFeaturesByGeometryService_constructor_D}

GetFeaturesByGeometryService ( string url ) : SuperMap.WinRT.Service

${REST_GetFeaturesByBufferService_constructor_String_D}

ProcessAsync ( GetFeaturesByGeometryParameters parameters ) : Task

${REST_GetFeaturesByGeometryService_method_ProcessAsync_D}

Private Methods

Method Description
GetParameters ( GetFeaturesByGeometryParameters parameters ) : string>.Dictionary

Method Details

GetFeaturesByGeometryService() public method

${REST_GetFeaturesByGeometryService_constructor_D}
public GetFeaturesByGeometryService ( ) : SuperMap.WinRT.Service
return SuperMap.WinRT.Service

GetFeaturesByGeometryService() public method

${REST_GetFeaturesByBufferService_constructor_String_D}
public GetFeaturesByGeometryService ( string url ) : SuperMap.WinRT.Service
url string ${REST_GetFeaturesByGeometryService_constructor_param_url}
return SuperMap.WinRT.Service

ProcessAsync() public method

${REST_GetFeaturesByGeometryService_method_ProcessAsync_D}
public ProcessAsync ( GetFeaturesByGeometryParameters parameters ) : Task
parameters GetFeaturesByGeometryParameters ${REST_GetFeaturesByGeometryService_method_ProcessAsync_param_Parameters}
return Task