C# Class SuperMap.Web.Mapping.TiledWMSLayer

${mapping_TiledWMSLayer_Title}

${mapping_TiledWMSLayer_Description}

Inheritance: TiledDynamicLayer
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Private Properties

Property Type Description
GetBBox SuperMap.Web.Core.Rectangle2D
LowerThan13Version bool
isInRange bool
manager_GetCapabilityCompleted void

Public Methods

Method Description
GetTileUrl ( int indexX, int indexY, double resolution ) : string

${mapping_TiledDynamicLayer_method_getTileUrl_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 ( object sender, EventArgs e ) : void

Method Details

GetTileUrl() public method

${mapping_TiledDynamicLayer_method_getTileUrl_D}
public GetTileUrl ( int indexX, int indexY, double resolution ) : string
indexX int ${mapping_TiledDynamicLayer_method_getTileUrl_param_indexX}
indexY int ${mapping_TiledDynamicLayer_method_getTileUrl_param_indexY}
resolution double ${mapping_TiledDynamicLayer_method_getTileUrl_param_resolution}
return string

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