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

${WP_REST_GetFeaturesByGeometryService_Title}

${WP_REST_GetFeaturesByGeometryService_Description}

Inheritance: SuperMap.WindowsPhone.Service.ServiceBase
Datei anzeigen Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
GetFeaturesByGeometryService ( ) : SuperMap.WindowsPhone.Service

${WP_REST_GetFeaturesByGeometryService_constructor_D}

GetFeaturesByGeometryService ( string url ) : SuperMap.WindowsPhone.Service

${WP_REST_GetFeaturesByBufferService_constructor_String_D}

ProcessAsync ( GetFeaturesByGeometryParameters parameters ) : Task

${WP_REST_GetFeaturesByGeometryService_method_ProcessAsync_D}

Method Details

GetFeaturesByGeometryService() public method

${WP_REST_GetFeaturesByGeometryService_constructor_D}
public GetFeaturesByGeometryService ( ) : SuperMap.WindowsPhone.Service
return SuperMap.WindowsPhone.Service

GetFeaturesByGeometryService() public method

${WP_REST_GetFeaturesByBufferService_constructor_String_D}
public GetFeaturesByGeometryService ( string url ) : SuperMap.WindowsPhone.Service
url string ${WP_REST_GetFeaturesByGeometryService_constructor_param_url}
return SuperMap.WindowsPhone.Service

ProcessAsync() public method

${WP_REST_GetFeaturesByGeometryService_method_ProcessAsync_D}
public ProcessAsync ( GetFeaturesByGeometryParameters parameters ) : Task
parameters GetFeaturesByGeometryParameters ${WP_REST_GetFeaturesByGeometryService_method_ProcessAsync_param_Parameters}
return Task