C# Class SuperMap.WinRT.Mapping.TiledWMSLayer

${mapping_TiledWMSLayer_Title}

${mapping_TiledWMSLayer_Description}

Inheritance: TiledDynamicLayer
Mostrar archivo Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
Dispose ( ) : void
GetTile ( int indexX, int indexY, double resolution, CancellationToken cancellationToken ) : MapImage

${mapping_TiledDynamicLayer_method_GetTile_D}

Initialize ( ) : void

${mapping_TiledCachedIServerLayer_method_initialize_D}

TiledWMSLayer ( ) : System

${mapping_TiledWMSLayer_constructor_None_D}

Private Methods

Method Description
GetBBox ( double resolution, int indexX, int indexY ) : Rectangle2D
LowerThan13Version ( ) : bool
isInRange ( int wkid ) : bool
manager_GetCapabilityCompleted ( WMSManager manager ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetTile() public method

${mapping_TiledDynamicLayer_method_GetTile_D}
public GetTile ( int indexX, int indexY, double resolution, CancellationToken cancellationToken ) : MapImage
indexX int ${mapping_TiledDynamicLayer_method_GetTile_param_indexX}
indexY int ${mapping_TiledDynamicLayer_method_GetTile_param_indexY}
resolution double ${mapping_TiledDynamicLayer_method_GetTile_param_resolution}
cancellationToken System.Threading.CancellationToken ${mapping_TiledDynamicLayer_method_GetTile_param_cancellationToken_D}
return MapImage

Initialize() public method

${mapping_TiledCachedIServerLayer_method_initialize_D}
public Initialize ( ) : void
return void

TiledWMSLayer() public method

${mapping_TiledWMSLayer_constructor_None_D}
public TiledWMSLayer ( ) : System
return System